Re: [PATCH v13 00/11] Add interpret-trailers builtin

2014-09-14 Thread Christian Couder
From: Junio C Hamano > Christian Couder writes: > >> '=' is always accepted as separator when parsing >> "--trailer ''" command line arguments, for >> compatibility with other git commands > > Hmph. Which of other commands take "--option foo=bar"? > > Puzzled... Most commands accept "

Re: [PATCH v13 00/11] Add interpret-trailers builtin

2014-09-03 Thread Junio C Hamano
Christian Couder writes: > '=' is always accepted as separator when parsing > "--trailer ''" command line arguments, for > compatibility with other git commands Hmph. Which of other commands take "--option foo=bar"? Puzzled... -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v13 00/11] Add interpret-trailers builtin

2014-08-16 Thread Christian Couder
On Sat, Aug 16, 2014 at 6:06 PM, Christian Couder wrote: > > 3) Changes since version 12, thanks to Jakub, Michael, Johan and Junio: > > * "end" and "start" values for "trailer..where" have been > implemented > * "end" has been made the default value for "where", but this default > value can b

[PATCH v13 00/11] Add interpret-trailers builtin

2014-08-16 Thread Christian Couder
This patch series implements a new command: git interpret-trailers and an infrastructure to process trailers that can be reused, for example in "commit.c". 1) Rationale: This command should help with RFC 822 style headers, called "trailers", that are found at the end of commit messages.