Merge branch 'so/stash-staged'
commit44ac8fd1b4ce7598e2e5f4045dfbb6593a3f5b84
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:46 +0000 (29 15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:47 +0000 (29 15:41 -0800)
tree89853567118c4f53b5259a8faef735226dbb9d17
parent9b96d91e94dabe32627eb1bf17edf057c6ef8e5c
parenta8a6e0682d1749b646aabbaad571ee5dc3634026
Merge branch 'so/stash-staged'

"git stash" learned the "--staged" option to stash away what has
been added to the index (and nothing else).

* so/stash-staged:
  stash: get rid of unused argument in stash_staged()
  stash: implement '--staged' option for 'push' and 'save'