X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=revision.c;h=113dd5a89fc03ff17b04443f2ac7148b4c36af33;hb=0080f50eb333192617739c9954a30611cc0adeaa;hp=dbd54da5baec5b5a2320a40a66da24541705e971;hpb=24735cfc500feb2a8dba9f140080ab3476363d28;p=git.git diff --git a/revision.c b/revision.c index dbd54da5..113dd5a8 100644 --- a/revision.c +++ b/revision.c @@ -152,6 +152,7 @@ static struct commit *handle_commit(struct rev_info *revs, struct object *object if (parse_commit(commit) < 0) die("unable to parse commit %s", name); if (flags & UNINTERESTING) { + commit->object.flags |= UNINTERESTING; mark_parents_uninteresting(commit); revs->limited = 1; }