chiark / gitweb /
Use a separate directory for patches under each branch subdir
authorChuck Lever <cel@netapp.com>
Sun, 29 Jan 2006 18:13:59 +0000 (13:13 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sat, 4 Feb 2006 09:52:02 +0000 (09:52 +0000)
commit02ac3ad2d474c60c1cdcb6b45451c1077b735ca0
tree0c5423a74f746d0ce751a3c17dec9575d8c55d55
parent31c5abf2374b391eb4353ca3955b5950f0eecd6d
Use a separate directory for patches under each branch subdir

Currently you can't specify a patch name that matches the name of one of
the stgit special files under .git/patches/<branch-name>.  Let's use a
new subdirectory under .git/patches/<branch-name> to contain just the
patch directories to remove this limitation.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/stack.py