Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
files_for_each_reflog_ent_reverse(): close stream and free strbuf on error
[gitweb.git]
/
refs.c
diff --git
a/refs.c
b/refs.c
index b9188908b26b5824c46098e25b763c9aa92246c0..2d717742d603d1bd7f6c1644c72ed2e2fd5ecb2f 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-404,7
+404,7
@@
int refname_match(const char *abbrev_name, const char *full_name)
static char *substitute_branch_name(const char **string, int *len)
{
struct strbuf buf = STRBUF_INIT;
- int ret = interpret_branch_name(*string, *len, &buf);
+ int ret = interpret_branch_name(*string, *len, &buf
, 0
);
if (ret == *len) {
size_t size;