From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Tue, 15 Jan 2008 09:18:28 +0000 Subject: [sup-talk] [PATCH] Added quoteline hook. This allows you to specify how the text above the quoted email should look (Normally 'Excerpts froms...') In-Reply-To: <1200374341-sup-8557@south> References: <1200313448-sup-3169@tomsk> <1200374341-sup-8557@south> Message-ID: <1200388608-sup-6945@tomsk> On 15.1.2008, William Morgan wrote: > First, can you please use the Official Commit Log Entry Format(tm) as > detailed on the wiki, so that all the git tools that rely on that > function nicely? Sorry missed that - I did try to get git to do something like that but couldnt figure out how to bend it the way I wanted. Will revert and resend. > Excerpts from Marcus Williams's message of Mon Jan 14 04:24:27 -0800 2008: > > + lines = [quoteline] + m.quotable_body_lines.map { |l| "> #{l}" } > > Can we instead do quoteline.split("\n"), so that people can return > multi-line things? Not that I endore that practice, but, de gustibus and > all that. No problems (multi-line quote lines... bleurgh) Marcus