Skip to content

Commit 6d0d465

Browse files
bjornggitster
authored andcommitted
bash: support the --autosquash option for rebase
Signed-off-by: Björn Gustavsson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 04bf448 commit 6d0d465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,7 @@ _git_rebase ()
13861386
--preserve-merges --stat --no-stat
13871387
--committer-date-is-author-date --ignore-date
13881388
--ignore-whitespace --whitespace=
1389+
--autosquash
13891390
"
13901391

13911392
return

0 commit comments

Comments
 (0)