HI, On Tue, Mar 25, 2014 at 9:18 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > * cc/interpret-trailers (2014-03-07) 11 commits > - Documentation: add documentation for 'git interpret-trailers' > - trailer: add tests for commands in config file > - trailer: execute command from 'trailer.<name>.command' > - trailer: add tests for "git interpret-trailers" > - trailer: add interpret-trailers command > - trailer: put all the processing together and print > - trailer: parse trailers from stdin > - trailer: process command line trailer arguments > - trailer: read and process config information > - trailer: process trailers from stdin and arguments > - trailers: add data structures and basic functions > > A new filter to programatically edit the tail end of the commit log > messages. > > Will merge to 'next'. I have a new version of this series, but I am not very happy with it. Especially, I am not very happy about not using strcasecmp() and instead lowercasing some parameters read from the config file. That's because it adds some lines and one more patch as I feel that I have to refactor lowercasing functions. I will send this new series soon anyway and we can choose if we want these lowercasing changes or not. Thanks, Christian. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html