From: Catalin Marinas Date: Mon, 16 Jul 2007 22:48:30 +0000 (+0100) Subject: Do not call 'refresh' when creating a patch (bug #8872) X-Git-Tag: v0.13~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/0ec93bfd95feee9d786e7eb73f9d49af07c5cb29?hp=0ec93bfd95feee9d786e7eb73f9d49af07c5cb29 Do not call 'refresh' when creating a patch (bug #8872) The Series.new_patch function was calling refresh_patch which led to checking in the pending adds in the index. This patch adds the creation of a commit without writing the index. Signed-off-by: Catalin Marinas ---