X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=reflog-walk.c;h=5d81d39a525830f6bacba88143ab6a4552748441;hb=1c2ef66f63e60539044d1e0cd8fbfbccd2cefc2e;hp=4879615cad7527dc5346cd1a85bd56b9d11e052b;hpb=e0cbf12bf7d8b46292774ac91db8757d60b0f4df;p=git.git diff --git a/reflog-walk.c b/reflog-walk.c index 4879615ca..5d81d39a5 100644 --- a/reflog-walk.c +++ b/reflog-walk.c @@ -239,7 +239,6 @@ void fake_reflog_parent(struct reflog_walk_info *info, struct commit *commit) commit->parents = xcalloc(sizeof(struct commit_list), 1); commit->parents->item = commit_info->commit; - commit->object.flags &= ~(ADDED | SEEN | SHOWN); } void get_reflog_selector(struct strbuf *sb,