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:
0d0ac38
)
completion: complete git submodule absorbgitdirs
author
Denton Liu
<redacted>
Wed, 6 Feb 2019 09:42:46 +0000
(
01:42
-0800)
committer
Junio C Hamano
<redacted>
Wed, 6 Feb 2019 20:51:35 +0000
(12:51 -0800)
Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 9e8ec95c3c7adb2956435ded43b020532aafa1c2..ed41ddeb8d6604c637c6d7100fdc61bd7bc686af 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-2580,7
+2580,7
@@
_git_submodule ()
{
__git_has_doubledash && return
- local subcommands="add status init deinit update summary foreach sync"
+ local subcommands="add status init deinit update summary foreach sync
absorbgitdirs
"
local subcommand="$(__git_find_on_cmdline "$subcommands")"
if [ -z "$subcommand" ]; then
case "$cur" in
git clone https://git.99rst.org/PROJECT