git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] completion: Update rebase completion
@ 2011-11-05  8:07 Stephen Boyd
  0 siblings, 0 replies; only message in thread
From: Stephen Boyd @ 2011-11-05  8:07 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git

--no-autosquash is missing in addition to a few others.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
---
 contrib/completion/git-completion.bash |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 98af8f5..5aa8b91 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1764,7 +1764,8 @@ _git_rebase ()
 			--preserve-merges --stat --no-stat
 			--committer-date-is-author-date --ignore-date
 			--ignore-whitespace --whitespace=
-			--autosquash
+			--autosquash --no-autosquash --no-ff
+			--rerere-autoupdate --root
 			"
 
 		return
-- 
1.7.7.1.431.g10b2a

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-05  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-05  8:07 [PATCH] completion: Update rebase completion Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).