Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fixes'
author
Junio C Hamano
<junkio@cox.net>
Sun, 23 Oct 2005 08:20:41 +0000
(
01:20
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 23 Oct 2005 08:20:41 +0000
(
01:20
-0700)
show-branch.c
patch
|
blob
|
history
raw
(from parent 1:
1b9e059
)
diff --git
a/show-branch.c
b/show-branch.c
index bb14c8677ab840ab414ace1af5d05f30ad23a5f5..70120005be00bb38feb6d56740a9340f2f353373 100644
(file)
--- a/
show-branch.c
+++ b/
show-branch.c
@@
-260,7
+260,7
@@
static int append_ref(const char *refname, const unsigned char *sha1)
struct commit *commit = lookup_commit_reference_gently(sha1, 1);
if (!commit)
return 0;
- if (MAX_REVS < ref_name_cnt) {
+ if (MAX_REVS <
=
ref_name_cnt) {
fprintf(stderr, "warning: ignoring %s; "
"cannot handle more than %d refs",
refname, MAX_REVS);