From: Catalin Marinas Date: Sun, 8 Jun 2008 22:20:15 +0000 (+0100) Subject: Create a git.Branch class as ancestor of stack.Stack X-Git-Tag: v0.15-rc1~213 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/04c77bc5bda972cf6de88e2708a147f95d0bccea?hp=04c77bc5bda972cf6de88e2708a147f95d0bccea Create a git.Branch class as ancestor of stack.Stack This class deals with Git-specific branch commands. The Stack class is a direct child of Branch and some of its functionality was moved to the new class. Signed-off-by: Catalin Marinas Acked-by: Karl Hasselström ---