X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=revision.c;h=113dd5a89fc03ff17b04443f2ac7148b4c36af33;hb=a549e11cc2fee10ddf66dd98ea79f7c624eee34e;hp=dbd54da5baec5b5a2320a40a66da24541705e971;hpb=34e98ea56414adc5a582e6368e8ec9c109dbee48;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; }