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:
b5496d4
)
completion: add missing branch.*.rebase values
author
Johannes Schindelin
<redacted>
Wed, 13 Jan 2016 12:17:22 +0000
(13:17 +0100)
committer
Junio C Hamano
<redacted>
Wed, 13 Jan 2016 21:00:48 +0000
(13:00 -0800)
Signed-off-by: Johannes Schindelin <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 69568075191af7b22fc4e9e556cdcd3c19dc7a51..880a69a271c36d5ee9ba12034df1cae461ee2bb8 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1808,7
+1808,7
@@
_git_config ()
return
;;
branch.*.rebase)
- __gitcomp "false true"
+ __gitcomp "false true
preserve interactive
"
return
;;
remote.pushdefault)
git clone https://git.99rst.org/PROJECT