Skip to content

Fix branchlift without NEWNAME to work as intended.

Florian Karuhtz requested to merge (removed):patch-branchlift into master

Docs: "If NEWNAME is not specified, the basename of PATHPREFIX is used."

However, currently a branch named "" would be created, also the following would fail because "branch named 'refs/heads/' already exists." (not actual message, but you get the meaning...)

branchlift master branches/branch-1
branchlift master branches/branch-2
Edited by Florian Karuhtz

Merge request reports