Skip to content

Commit 9f040e9

Browse files
szedergitster
authored andcommitted
bash: teach 'git reset --patch'
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 59d5eee commit 9f040e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)