From: Karl Hasselström Date: Thu, 18 May 2006 20:36:41 +0000 (+0100) Subject: Handle branch names with slashes X-Git-Tag: v0.10~16 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/6e83f4d7c39b981146f57aad8049c5622799dd00?hp=6e83f4d7c39b981146f57aad8049c5622799dd00 Handle branch names with slashes Teach stgit to handle branch names with slashes in them; that is, branches living in a subdirectory of .git/refs/heads. I had to change the patch@branch/top command-line syntax to patch@branch//top, in order to get sane parsing. The /top variant is still available for repositories that have no slashy branches; it is disabled as soon as there exists at least one subdirectory of refs/heads. Preferably, this compatibility hack can be killed some time in the future. Signed-off-by: Karl Hasselström ---