chiark / gitweb /
Don't use refs/bases/<branchname>
authorKarl Hasselström <kha@treskal.com>
Sun, 29 Apr 2007 22:15:52 +0000 (00:15 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 14 May 2007 21:11:10 +0000 (22:11 +0100)
commit16d69115caef1a194384f0f0f668e6789b838909
tree8839d08b811055ee78d96e8e01d7ff84ed0dfe7d
parentfb336055610b2b028e59d4be21a971bd821f1baa
Don't use refs/bases/<branchname>

It's silly to save the stack base in a ref when it can trivially be
computed from the bottommost applied patch, if any. (If there are no
applied patches, it's simply equal to HEAD.)

Signed-off-by: Karl Hasselström <kha@treskal.com>
Documentation/tutorial.txt
stgit/commands/uncommit.py
stgit/stack.py
t/t1000-branch-create.sh
t/t1200-push-modified.sh
t/t1201-pull-trailing.sh
t/t2200-rebase.sh