git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1b614c0
)
submodule--helper: fix typo in is_active error message
author
Stefan Beller
<redacted>
Thu, 13 Apr 2017 22:08:54 +0000
(15:08 -0700)
committer
Junio C Hamano
<redacted>
Fri, 14 Apr 2017 01:05:23 +0000
(18:05 -0700)
Signed-off-by: Stefan Beller <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/submodule--helper.c
patch
|
blob
|
history
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();
git clone https://git.99rst.org/PROJECT