Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix git-fetch-script breakage
[gitweb.git]
/
git-fetch-script
diff --git
a/git-fetch-script
b/git-fetch-script
index fce43e6dc07c698eba292f5f07f9c24786280e0e..ab3b6f92bbc83b2a8c32c30bce6f98bbe6b90b75 100755
(executable)
--- a/
git-fetch-script
+++ b/
git-fetch-script
@@
-29,6
+29,8
@@
git-rev-parse --verify "$head" > /dev/null || exit 1
case "$merge_store" in
'')
+ ;;
+*)
echo "$head" > "$GIT_DIR/$merge_store"
esac &&