chiark / gitweb /
"stg pop --keep" fails because of git-apply --index (bug #8972)
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 17 Oct 2007 20:35:21 +0000 (21:35 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 17 Oct 2007 20:35:21 +0000 (21:35 +0100)
commita77bfa77826bd527205401e8030574e2ddee7ebe
tree315389bc1f289e6373700ac743705d8e5324c363
parent1981b663ae51262a82481ecd91b89ab897919c63
"stg pop --keep" fails because of git-apply --index (bug #8972)

This patch calls git-apply without --index if --keep is passed to the
pop or goto commands.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/stack.py