Code

merge: force edit and no-ff mode when merging a tag object
[git.git] / builtin / fetch.c
index 1adf6c176f31b2ece263bc1f07eee8c7e0b40098..d061e2c956123b5982024daba988776e4d8590f8 100644 (file)
@@ -436,8 +436,7 @@ static int store_updated_refs(const char *raw_url, const char *remote_name,
                }
                note[note_len] = '\0';
                fprintf(fp, "%s\t%s\t%s",
-                       sha1_to_hex(commit ? commit->object.sha1 :
-                                   rm->old_sha1),
+                       sha1_to_hex(rm->old_sha1),
                        rm->merge ? "" : "not-for-merge",
                        note);
                for (i = 0; i < url_len; ++i)