Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Support pathspec magic :(exclude) and its short form :!
[gitweb.git]
/
git-remote-testgit.sh
diff --git
a/git-remote-testgit.sh
b/git-remote-testgit.sh
index 2109070d00411dbd9f1ba70e55587091d50a8a08..6d2f282d32212b605a1237bae224ecbba05cacd1 100755
(executable)
--- a/
git-remote-testgit.sh
+++ b/
git-remote-testgit.sh
@@
-38,6
+38,7
@@
do
echo "*export-marks $gitmarks"
fi
test -n "$GIT_REMOTE_TESTGIT_SIGNED_TAGS" && echo "signed-tags"
+ test -n "$GIT_REMOTE_TESTGIT_NO_PRIVATE_UPDATE" && echo "no-private-update"
echo
;;
list)