Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Support working-tree-encoding "UTF-16LE-BOM"
[gitweb.git]
/
transport-helper.c
diff --git
a/transport-helper.c
b/transport-helper.c
index 7213fa0d320284e318c7895cc0915ef556ac4f6d..bf225c698fac81a9a94eff6d3371988ac4ff0bac 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-573,7
+573,7
@@
static int run_connect(struct transport *transport, struct strbuf *cmdbuf)
fprintf(stderr, "Debug: Falling back to dumb "
"transport.\n");
} else {
- die(_(
_("unknown response to connect: %s")
),
+ die(_(
"unknown response to connect: %s"
),
cmdbuf->buf);
}