]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/do-not-limit-stash-help-to-push'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Jan 2022 19:52:52 +0000 (11:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jan 2022 19:52:52 +0000 (11:52 -0800)
commit8ab404ea0463c99fc85095e0419ed08a1486ae92
treea323091a34ddc5c150127d2a8781c51ebdb747e5
parent077e120a1ef689d1f26b2ce854438e50f1240c9b
parentca7990cea5a1bae665c07587be00b51fa652a9a9
Merge branch 'ab/do-not-limit-stash-help-to-push'

"git stash" by default triggers its "push" action, but its
implementation also made "git stash -h" to show short help only for
"git stash push", which has been corrected.

* ab/do-not-limit-stash-help-to-push:
  stash: don't show "git stash push" usage on bad "git stash" usage
builtin/stash.c
t/t3903-stash.sh