git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-completion: add --autostash for 'git rebase'
@ 2015-01-07 12:40 Matthieu Moy
  0 siblings, 0 replies; only message in thread
From: Matthieu Moy @ 2015-01-07 12:40 UTC (permalink / raw)
  To: gitster; +Cc: git, Matthieu Moy

This option was added in 587947750bd73544 (not to be confused with
--autosquash).

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
---
 contrib/completion/git-completion.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 23988ec..5c369f7 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1693,6 +1693,7 @@ _git_rebase ()
 			--committer-date-is-author-date --ignore-date
 			--ignore-whitespace --whitespace=
 			--autosquash --fork-point --no-fork-point
+			--autostash
 			"
 
 		return
-- 
2.0.2.737.gfb43bde

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

only message in thread, other threads:[~2015-01-07 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 12:40 [PATCH] git-completion: add --autostash for 'git rebase' Matthieu Moy

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).