Re: [PATCH v12 08/11] trailer: add tests for git interpret-trailers

2014-05-28 Thread Junio C Hamano
Christian Couder chrisc...@tuxfamily.org writes: +test_expect_success 'using where = before for a token in the middle of the message' ' + git config trailer.review.key Reviewed-by: Don't you want to adjust this to have trailing SP, just like you adjusted other ones like Fixes: in this

[PATCH v12 08/11] trailer: add tests for git interpret-trailers

2014-05-24 Thread Christian Couder
Signed-off-by: Christian Couder chrisc...@tuxfamily.org Signed-off-by: Junio C Hamano gits...@pobox.com --- t/t7513-interpret-trailers.sh | 444 ++ 1 file changed, 444 insertions(+) create mode 100755 t/t7513-interpret-trailers.sh diff --git