From: Junio C Hamano Date: Tue, 9 Jun 2020 01:06:29 +0000 (-0700) Subject: Merge branch 'vs/complete-stash-show-p-fix' X-Git-Tag: v2.28.0-rc0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8ecd0190d743f19d20917197f95317955354941;p=thirdparty%2Fgit.git Merge branch 'vs/complete-stash-show-p-fix' The command line completion script (in contrib/) tried to complete "git stash -p" as if it were "git stash push -p", but it was too aggressive and also affected "git stash show -p", which has been corrected. * vs/complete-stash-show-p-fix: completion: don't override given stash subcommand with -p --- a8ecd0190d743f19d20917197f95317955354941