Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
submodule--helper: fix typo in is_active error message
author
Stefan Beller
<sbeller@google.com>
Thu, 13 Apr 2017 22:08:54 +0000
(15:08 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 14 Apr 2017 01:05:23 +0000
(18:05 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
1b614c0
)
diff --git
a/builtin/submodule--helper.c
b/builtin/submodule--helper.c
index 7700d89488ed971a4e7cdfcafcbc4c0880836ee3..404cef77d98e0471626ccbde027faaa9721bc8d9 100644
(file)
--- a/
builtin/submodule--helper.c
+++ b/
builtin/submodule--helper.c
@@
-1163,7
+1163,7
@@
static int absorb_git_dirs(int argc, const char **argv, const char *prefix)
static int is_active(int argc, const char **argv, const char *prefix)
{
if (argc != 2)
- die("submodule--helper is-active takes exactly 1 argument
s
");
+ die("submodule--helper is-active takes exactly 1 argument");
gitmodules_config();