Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parse-options: multi-word argh should use dash to separate words
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index 08970bf46e49f6447ada24e81e5792ea9f92f419..5ce217d5eba33a54419ac8b29223cc16aa1f905e 100644
(file)
--- a/
log-tree.c
+++ b/
log-tree.c
@@
-100,7
+100,7
@@
static int add_ref_decoration(const char *refname, const unsigned char *sha1, in
if (starts_with(refname, "refs/replace/")) {
unsigned char original_sha1[20];
- if (!
read
_replace_refs)
+ if (!
check
_replace_refs)
return 0;
if (get_sha1_hex(refname + 13, original_sha1)) {
warning("invalid replace ref %s", refname);