Re: [PATCH 0/5] make interpret-trailers useful for parsing
From: Junio C Hamano <hidden>
Date: 2017-08-10 19:43:37
Stefan Beller [off-list ref] writes:
On Thu, Aug 10, 2017 at 11:03 AM, Jeff King [off-list ref] wrote:quoted
On Thu, Aug 10, 2017 at 04:02:46AM -0400, Jeff King wrote:quoted
On Wed, Aug 09, 2017 at 08:21:47AM -0400, Jeff King wrote:quoted
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 [off-list ref] Helped-by: Stefan Beller [off-list ref] Signed-off-by: Ralf Thielow [off-list ref] Acked-by: Matthias Rüster [off-list ref]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.