Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revision.c: whitespace fix
[gitweb.git]
/
revision.c
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;