Skip to content
Snippets Groups Projects
Commit 23d335f4 authored by nimrod's avatar nimrod
Browse files

- Document the parameters passed to the gitreceive script.

parent b5881d45
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,15 @@ fetch_submodules () {
done
}
# shellcheck disable=SC2034
repository="$1"
# shellcheck disable=SC2034
revision="$2"
# shellcheck disable=SC2034
username="$3"
# shellcheck disable=SC2034
fingerprint="$4"
mkdir -p /var/tmp/gitreceive
(
cd /var/tmp/gitreceive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment