summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Gustavsson <bgustavsson@gmail.com>2010-02-06 09:37:53 +0100
committerJunio C Hamano <gitster@pobox.com>2010-02-06 09:51:43 -0800
commit6d0d465e20b8c11924bc4e75563324771d0e0d63 (patch)
treedcc126f66ee3c91f157b355f7d828df33eece550
parent04bf4483eab68301f44b912b3364db6d07542c72 (diff)
downloadgit-6d0d465e20b8c11924bc4e75563324771d0e0d63.tar.gz
bash: support the --autosquash option for rebase
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xcontrib/completion/git-completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index da46bf81e6..35acad004e 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1386,6 +1386,7 @@ _git_rebase ()
--preserve-merges --stat --no-stat
--committer-date-is-author-date --ignore-date
--ignore-whitespace --whitespace=
+ --autosquash
"
return