diff options
Diffstat (limited to 'git-fetch-script')
-rwxr-xr-x | git-fetch-script | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-fetch-script b/git-fetch-script index fce43e6dc0..ab3b6f92bb 100755 --- 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 && |