Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/fetch-ref-summary'
[gitweb.git]
/
transport-helper.c
diff --git
a/transport-helper.c
b/transport-helper.c
index bd666b29ec12d4657d1939a6b7de61f55d52bd1f..4208743605e99259f6b318c294f1c0b5d1a54f06 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-1038,7
+1038,7
@@
static struct ref *get_refs_list(struct transport *transport, int for_push)
(*tail)->status |= REF_STATUS_UPTODATE;
if (read_ref((*tail)->name,
(*tail)->old_oid.hash) < 0)
- die(
N
_("Could not read ref %s"),
+ die(_("Could not read ref %s"),
(*tail)->name);
}
}