mirror of
https://github.com/git/git.git
synced 2024-11-28 12:34:08 +08:00
bash: add '--merge' to 'git reset'
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ea718e65fa
commit
e89e2ed7c2
@ -1403,7 +1403,7 @@ _git_reset ()
|
||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
case "$cur" in
|
||||
--*)
|
||||
__gitcomp "--mixed --hard --soft"
|
||||
__gitcomp "--merge --mixed --hard --soft"
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user