From: Karl Wiberg Date: Mon, 24 Aug 2009 08:28:33 +0000 (+0200) Subject: squash: Make commit message editing more convenient X-Git-Tag: v0.15-rc3~5^2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/4c47af784eb3357a403360e871c6e15a6ca70b39?hp=4c47af784eb3357a403360e871c6e15a6ca70b39 squash: Make commit message editing more convenient Very often, the commit message you want when squashing is the message of the first patch. So instead of simply concatenating the messages of all the patches, put a comment delimiter after the first one, and ignore everything after the delimiter when reading the message back in. If the user wants to use any part of the commented-out messages, she can move text around however she wants, including deleting the comment delimiter. Signed-off-by: Karl Wiberg ---