summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98e031f)
raw | patch | inline | side by side (parent: 98e031f)
author | Linus Torvalds <torvalds@g5.osdl.org> | |
Sat, 16 Jul 2005 17:27:19 +0000 (10:27 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sat, 16 Jul 2005 17:27:19 +0000 (10:27 -0700) |
It had the test for the destination reversed.
git-fetch-script | patch | blob | history |
diff --git a/git-fetch-script b/git-fetch-script
index fce43e6dc07c698eba292f5f07f9c24786280e0e..ab3b6f92bbc83b2a8c32c30bce6f98bbe6b90b75 100755 (executable)
--- a/git-fetch-script
+++ b/git-fetch-script
case "$merge_store" in
'')
+ ;;
+*)
echo "$head" > "$GIT_DIR/$merge_store"
esac &&