Merge branch 'cc/interpret-trailers' into jch
commitf3160574103ee934e446a73e1ae1c64181b3c54a
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Aug 2014 19:33:51 +0000 (25 12:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Aug 2014 19:33:52 +0000 (25 12:33 -0700)
treee4fe1549f192769f00d4d43aeecfd2457b397277
parent37afc37a7a7b5eb2ff7c91447caf2f8708c2cdb9
parent5b141244989825e8ebf8e1875698243ad9cbdc58
Merge branch 'cc/interpret-trailers' into jch

A new filter to programatically edit the tail end of the commit log
messages.

What is the status of this one?  I think I saw reviews by Michael
but after that I do not recall seeing any updates.

* cc/interpret-trailers:
  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 file or stdin
  trailer: process command line trailer arguments
  trailer: read and process config information
  trailer: process trailers from input message and arguments
  trailer: add data structures and basic functions
.gitignore
Makefile
builtin.h
command-list.txt
git.c
trailer.c