Merge branch 'pb/trailers-from-command-line' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:16 +0000 (23:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:16 +0000 (23:07 -0700)
commitb12342e49eb62dce43fdf31ad35eaccb9464e96f
treea62e2082a0d5700c8bde452f977d180d8223bff3
parent79b2c4b052e93d1aab5183b81621690417583f0a
parentc88bf5436d84762a474048a0a57409a8f2fa2c6b
Merge branch 'pb/trailers-from-command-line' into next

"git interpret-trailers" learned to take the trailer specifications
from the command line that overrides the configured values.

* pb/trailers-from-command-line:
  interpret-trailers: fix documentation typo
  interpret-trailers: add options for actions
  trailers: introduce struct new_trailer_item
  trailers: export action enums and corresponding lookup functions