]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit11da0a558063a94498932ed3d73dbabf1bda6dd0
tree6e99d5d76ca815bbd68d9e3ea06868fa6b90e49a
parent061fd5727ddafe6a751303587cf80ca2f956a273
parentceaf037f617eb774bb8a451c1779dd9b8b12152a
Merge branch 'gc/stash-on-branch-with-multi-level-name'

"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
t/t3903-stash.sh