Skip to content

Commit 9f040e9

Browse files
szedergitster
authored andcommitted
bash: teach 'git reset --patch'
Signed-off-by: SZEDER Gábor <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 59d5eee commit 9f040e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ _git_reset ()
17801780
local cur="${COMP_WORDS[COMP_CWORD]}"
17811781
case "$cur" in
17821782
--*)
1783-
__gitcomp "--merge --mixed --hard --soft"
1783+
__gitcomp "--merge --mixed --hard --soft --patch"
17841784
return
17851785
;;
17861786
esac

0 commit comments

Comments
 (0)