summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b60326)
raw | patch | inline | side by side (parent: 2b60326)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 1 Aug 2008 05:17:13 +0000 (22:17 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Aug 2008 07:33:14 +0000 (00:33 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c | patch | blob | history |
diff --git a/revision.c b/revision.c
index e75079a6e1316c74b4dff702170134dc7559898f..71f0bea899eda0998268db3b50494876f1e20ddf 100644 (file)
--- a/revision.c
+++ b/revision.c
p->object.flags |= SEEN;
insert_by_date_cached(p, list, cached_base, cache_ptr);
}
- if(revs->first_parent_only)
+ if (revs->first_parent_only)
break;
}
return 0;