projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d5eee
)
bash: teach 'git reset --patch'
author
SZEDER Gábor
<szeder@ira.uka.de>
Tue, 15 Sep 2009 10:21:45 +0000
(12:21 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 22 Sep 2009 19:47:27 +0000
(12:47 -0700)
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>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 7ebc61bf113a14cad2f04d34a768bef96a906741..6fd7e1d329262162a1d9e0b45d79870a03524f99 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1780,7
+1780,7
@@
_git_reset ()
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
- __gitcomp "--merge --mixed --hard --soft"
+ __gitcomp "--merge --mixed --hard --soft
--patch
"
return
;;
esac