projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b60326
)
revision.c: whitespace fix
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
@@
-489,7
+489,7
@@
static int add_parents_to_list(struct rev_info *revs, struct commit *commit,
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;