From: Catalin Marinas Date: Wed, 17 Oct 2007 20:35:01 +0000 (+0100) Subject: Fix assertion in patch creation X-Git-Tag: v0.14~40 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/1981b663ae51262a82481ecd91b89ab897919c63?hp=1981b663ae51262a82481ecd91b89ab897919c63 Fix assertion in patch creation Top and bottom can be unrelated if the "commit" argument is true since new_patch will generate a new commit object anyway. Fix the corresponding assert. Signed-off-by: Catalin Marinas ---