Stefan Beller <sbeller@xxxxxxxxxx> writes: > On Thu, Aug 10, 2017 at 11:03 AM, Jeff King <peff@xxxxxxxx> wrote: >> On Thu, Aug 10, 2017 at 04:02:46AM -0400, Jeff King wrote: >> >>> On Wed, Aug 09, 2017 at 08:21:47AM -0400, Jeff King wrote: >>> >>> > This series teaches interpret-trailers to parse and output just the >>> > trailers. So now you can do: >>> > >>> > $ git log --format=%B -1 8d44797cc91231cd44955279040dc4a1ee0a797f | >>> > git interpret-trailers --parse >>> > Signed-off-by: Hartmut Henkel <henkel@xxxxxxx> >>> > Helped-by: Stefan Beller <sbeller@xxxxxxxxxx> >>> > Signed-off-by: Ralf Thielow <ralf.thielow@xxxxxxxxx> >>> > Acked-by: Matthias Rüster <matthias.ruester@xxxxxxxxx> >>> >>> And here's a v2 that addresses all of the comments except one: Stefan >>> suggested that --only-existing wasn't a great name. I agree, but I like >>> everything else less. >> >> Here's a v3 that takes care of that (renaming it to --only-input). >> >> It's otherwise the same as v2, but since the name-change ripples through >> the remaining patches, I wanted to get v3 in front of people sooner >> rather than later. >> > > Looks good, Yeah, looks good to me too. Thanks for the "--only-input" discussion.