]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'gc/stash-on-branch-with-multi-level-name'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Mar 2022 05:25:32 +0000 (21:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Mar 2022 05:25:33 +0000 (21:25 -0800)
"git checkout -b branch/with/multi/level/name && git stash" only
recorded the last level component of the branch name, which has
been corrected.

* gc/stash-on-branch-with-multi-level-name:
  stash: strip "refs/heads/" with skip_prefix

1  2 
t/t3903-stash.sh

Simple merge