Re: [PATCH v8 01/12] Add data structures and basic functions for commit trailers

2014-03-27 Thread Christian Couder
From: Junio C Hamano Subject: Re: [PATCH v8 01/12] Add data structures and basic functions for commit trailers Date: Wed, 26 Mar 2014 16:06:35 -0700 > Christian Couder writes: > >>> Subject: Re: [PATCH v8 01/12] Add data structures and basic functions for >>> commit

Re: [PATCH v8 01/12] Add data structures and basic functions for commit trailers

2014-03-26 Thread Junio C Hamano
Christian Couder writes: >> Subject: Re: [PATCH v8 01/12] Add data structures and basic functions for >> commit trailers As pointed out many times for GSoC microprojects students, limit the scope with "area:" prefix for the commit title, e.g. Subject: trailers: a

[PATCH v8 01/12] Add data structures and basic functions for commit trailers

2014-03-26 Thread Christian Couder
We will use a doubly linked list to store all information about trailers and their configuration. This way we can easily remove or add trailers to or from trailer lists while traversing the lists in either direction. Signed-off-by: Christian Couder --- Makefile | 1 + trailer.c | 49 +