Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: make ignore_non_trailer() non static
[gitweb.git]
/
refs.c
diff --git
a/refs.c
b/refs.c
index 808e261c235b9803a80faefd79a6329cebcf5fc1..2ce5d690907d33bda557f66150ef1317f39b4f93 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-2389,7
+2389,7
@@
static void prune_ref(struct ref_to_prune *r)
struct ref_transaction *transaction;
struct strbuf err = STRBUF_INIT;
- if (check_refname_format(r->name
+ 5
, 0))
+ if (check_refname_format(r->name, 0))
return;
transaction = ref_transaction_begin(&err);