]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/stash-p-pathspec-fixes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:48:47 +0000 (09:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:48:47 +0000 (09:48 -0700)
commitd2fb10344798a9bfb76592e20715131dfac11a51
treede70d3baaf1d8ac986975f8b3d4fd78c2a897048
parentafe1a7aee768e3171e83772d0587e789ca0de3df
parent468817bab2ab5fd9b71a8df49e02b8d5521b1631
Merge branch 'pw/stash-p-pathspec-fixes'

"git stash -p <pathspec>" improvements.

* pw/stash-p-pathspec-fixes:
  stash: allow "git stash [<options>] --patch <pathspec>" to assume push
  stash: allow "git stash -p <pathspec>" to assume push again