From: Junio C Hamano Date: Mon, 7 Mar 2022 05:25:32 +0000 (-0800) Subject: Merge branch 'gc/stash-on-branch-with-multi-level-name' X-Git-Tag: v2.36.0-rc0~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11da0a558063a94498932ed3d73dbabf1bda6dd0;p=thirdparty%2Fgit.git 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 --- 11da0a558063a94498932ed3d73dbabf1bda6dd0