Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Increase the number of possible heads requested from git-upload-pack
[gitweb.git]
/
git-checkout-script
diff --git
a/git-checkout-script
b/git-checkout-script
index 4b3ae4adc262a7255882d4faff09c0e3a5f5afad..ea7fef54ab6e1a6e04b87aa749c19ae916190d26 100755
(executable)
--- a/
git-checkout-script
+++ b/
git-checkout-script
@@
-12,7
+12,7
@@
while [ "$#" != "0" ]; do
force=1
;;
*)
- rev=$(git-rev-parse "$arg")
+ rev=$(git-rev-parse
--verify --revs-only
"$arg")
if [ -z "$rev" ]; then
echo "unknown flag $arg"
exit 1