X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=reflog-walk.c;h=5d81d39a525830f6bacba88143ab6a4552748441;hb=c27e559da5b26faa31858fe6dc5492d4f605b867;hp=4879615cad7527dc5346cd1a85bd56b9d11e052b;hpb=25756cff935b9ef11f429bd5d05aa27045679d52;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,