Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/rebase-i-final'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Oct 2017 09:59:16 +0000
(18:59 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Oct 2017 09:59:16 +0000
(18:59 +0900)
* js/rebase-i-final:
i18n: add a missing space in message
sequencer.c
patch
|
blob
|
history
raw
(from parent 1:
d35688d
)
diff --git
a/sequencer.c
b/sequencer.c
index 7886e2269eb7813cdf9f908002ec70a9561a153c..e258bb6469a77123b191f85ba679e446ef9c73b6 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-2558,7
+2558,7
@@
static enum check_level get_missing_commit_check_level(void)
return CHECK_WARN;
if (!strcasecmp("error", value))
return CHECK_ERROR;
- warning(_("unrecognized setting %s for option"
+ warning(_("unrecognized setting %s for option
"
"rebase.missingCommitsCheck. Ignoring."), value);
return CHECK_IGNORE;
}