Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch: do not store peeled tag object names in FETCH_HEAD
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 1adf6c176f31b2ece263bc1f07eee8c7e0b40098..d061e2c956123b5982024daba988776e4d8590f8 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-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)