Re: [RFC/PATCH 2/2] trailer: add examples to the documentation

2014-04-28 Thread Junio C Hamano
Christian Couder writes: > Signed-off-by: Christian Couder > --- > Documentation/git-interpret-trailers.txt | 98 > +++- > 1 file changed, 97 insertions(+), 1 deletion(-) Very good to have these examples. They seem to be clearly written. Having said that, this pa

[RFC/PATCH 2/2] trailer: add examples to the documentation

2014-04-27 Thread Christian Couder
Signed-off-by: Christian Couder --- Documentation/git-interpret-trailers.txt | 98 +++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt index 450ec54..42c2f71 100644 ---