Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: complete git submodule absorbgitdirs
author
Denton Liu
<liu.denton@gmail.com>
Wed, 6 Feb 2019 09:42:46 +0000
(
01:42
-0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Feb 2019 20:51:35 +0000
(12:51 -0800)
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0d0ac38
)
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