Re: [PATCH v4 08/17] trailer: add interpret-trailers command

2014-02-06 Thread Christian Couder
From: Eric Sunshine > > On Thu, Jan 30, 2014 at 1:49 AM, Christian Couder > wrote: >> diff --git a/trailer.h b/trailer.h >> new file mode 100644 >> index 000..9db4459 >> --- /dev/null >> +++ b/trailer.h >> @@ -0,0 +1,6 @@ >> +#ifndef TRAILER_H >> +#define TRAILER_H >> + >> +void process_trail

Re: [PATCH v4 08/17] trailer: add interpret-trailers command

2014-01-31 Thread Eric Sunshine
On Thu, Jan 30, 2014 at 1:49 AM, Christian Couder wrote: > 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 > --- > diff --git a/builtin/interpret-trailers.c b/builtin/int

[PATCH v4 08/17] trailer: add interpret-trailers command

2014-01-29 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