Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bw/submodule-is-active'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Apr 2017 04:37:18 +0000
(21:37 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Apr 2017 04:37:18 +0000
(21:37 -0700)
Error message fix.
* bw/submodule-is-active:
submodule--helper: fix typo in is_active error message
builtin/submodule--helper.c
patch
|
blob
|
history
raw
(from parent 1:
34130cc
)
diff --git
a/builtin/submodule--helper.c
b/builtin/submodule--helper.c
index 6ee962207c4e38f3135f26ff8e0fdca98fa81fa1..36e4231821c0acbb6fe21948c752d4ee7c96405d 100644
(file)
--- a/
builtin/submodule--helper.c
+++ b/
builtin/submodule--helper.c
@@
-1189,7
+1189,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();