Skip to content

Commit 00bcc35

Browse files
committed
Merge branch 'ac/complete-pull-autostash'
The shell completion (in contrib/) learned that "git pull" can take the "--autostash" option. * ac/complete-pull-autostash: completion: add --autostash and --no-autostash to pull
2 parents 6cddb73 + 541c2a3 commit 00bcc35

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
@@ -1922,6 +1922,7 @@ _git_pull ()
19221922
--*)
19231923
__gitcomp "
19241924
--rebase --no-rebase
1925+
--autostash --no-autostash
19251926
$__git_merge_options
19261927
$__git_fetch_options
19271928
"

0 commit comments

Comments
 (0)