mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
completion: add missing branch.*.rebase values
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b5496d484d
commit
17c4ddbbaf
1 changed files with 1 additions and 1 deletions
|
@ -1808,7 +1808,7 @@ _git_config ()
|
|||
return
|
||||
;;
|
||||
branch.*.rebase)
|
||||
__gitcomp "false true"
|
||||
__gitcomp "false true preserve interactive"
|
||||
return
|
||||
;;
|
||||
remote.pushdefault)
|
||||
|
|
Loading…
Reference in a new issue