projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de328f
)
Add interactive option in rebase command completion list.
author
Pascal Obry
<pascal.obry@gmail.com>
Sun, 6 Apr 2008 17:32:24 +0000
(19:32 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Apr 2008 03:01:17 +0000
(20:01 -0700)
Signed-off-by: Pascal Obry <pascal@obry.net>
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 791e30f6d78b06429f239defc76aaa0d09db4e09..96a712b5ea24f83cebf7f7e465168bdce5db6673 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-865,7
+865,7
@@
_git_rebase ()
return
;;
--*)
- __gitcomp "--onto --merge --strategy"
+ __gitcomp "--onto --merge --strategy
--interactive
"
return
esac
__gitcomp "$(__git_refs)"