]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'so/stash-staged'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:46 +0000 (15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:47 +0000 (15:41 -0800)
"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'


Trivial merge