Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
transport-helper: fix typo in error message when --signed is not supported
author
Mike Hommey
<mh@glandium.org>
Thu, 12 Feb 2015 10:10:01 +0000
(19:10 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 12 Feb 2015 20:31:28 +0000
(12:31 -0800)
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5d222c0
)
diff --git
a/transport-helper.c
b/transport-helper.c
index 4b1a26143aad45db5dd68991da692a4cef64e182..356165821f299e8d90ad987c69e4ecbca764c66f 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-865,7
+865,7
@@
static int push_refs_with_export(struct transport *transport,
die("helper %s does not support dry-run", data->name);
} else if (flags & TRANSPORT_PUSH_CERT) {
if (set_helper_option(transport, TRANS_OPT_PUSH_CERT, "true") != 0)
- die("helper %s does not support
dry-run
", data->name);
+ die("helper %s does not support
--signed
", data->name);
}
if (flags & TRANSPORT_PUSH_FORCE) {