Re: [PATCH v5 07/14] trailer: add interpret-trailers command

2014-02-07 Thread Junio C Hamano
Junio C Hamano writes: > ... RUN_SETUP at 7/14 and then change the same line to have RUN_SETUP > when you start to need it could be an option; I am *not* suggesting > that. Sorry, typo. s/could be an option;/;/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a m

Re: [PATCH v5 07/14] trailer: add interpret-trailers command

2014-02-07 Thread Junio C Hamano
Christian Couder writes: > On Fri, Feb 7, 2014 at 1:10 AM, Junio C Hamano wrote: >> Christian Couder writes: >> >>> diff --git a/git.c b/git.c >>> index 3799514..1420b58 100644 >>> --- a/git.c >>> +++ b/git.c >>> @@ -383,6 +383,7 @@ static void handle_internal_command(int argc, const >>> char

Re: [PATCH v5 07/14] trailer: add interpret-trailers command

2014-02-07 Thread Christian Couder
On Fri, Feb 7, 2014 at 1:10 AM, Junio C Hamano wrote: > Christian Couder writes: > >> diff --git a/git.c b/git.c >> index 3799514..1420b58 100644 >> --- a/git.c >> +++ b/git.c >> @@ -383,6 +383,7 @@ static void handle_internal_command(int argc, const char >> **argv) >> { "index-pac

Re: [PATCH v5 07/14] trailer: add interpret-trailers command

2014-02-06 Thread Junio C Hamano
Christian Couder writes: > diff --git a/git.c b/git.c > index 3799514..1420b58 100644 > --- a/git.c > +++ b/git.c > @@ -383,6 +383,7 @@ static void handle_internal_command(int argc, const char > **argv) > { "index-pack", cmd_index_pack, RUN_SETUP_GENTLY }, > { "init",

[PATCH v5 07/14] trailer: add interpret-trailers command

2014-02-06 Thread Christian Couder
This patch adds the "git interpret-trailers" command. This command uses the previously added process_trailers() function in trailer.c. Signed-off-by: Christian Couder --- .gitignore | 1 + Makefile | 1 + builtin.h| 1 + builtin/interp