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 "
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
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
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.
4 matches
Mail list logo