Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
perl: install private Error.pm if the site version is older than our own
[gitweb.git]
/
builtin-rev-list.c
diff --git
a/builtin-rev-list.c
b/builtin-rev-list.c
index c2db5a5b037babf9020353d9b11dc348915b6c1b..b86e7ca8b18c7d11886dd3a1b4ca0eba95af264a 100644
(file)
--- a/
builtin-rev-list.c
+++ b/
builtin-rev-list.c
@@
-35,6
+35,7
@@
static const char rev_list_usage[] =
" --header | --pretty\n"
" --abbrev=nr | --no-abbrev\n"
" --abbrev-commit\n"
+" --left-right\n"
" special purpose:\n"
" --bisect"
;
@@
-180,7
+181,7
@@
static struct commit_list *find_bisection(struct commit_list *list)
nr++;
p = p->next;
}
- closest =
0
;
+ closest =
-1
;
best = list;
for (p = list; p; p = p->next) {