Re: [PATCH] Documentation: Fix reference to isExists for interpret-trailers

2017-05-22 Thread Christian Couder
On Mon, May 22, 2017 at 9:45 PM, Andreas Heiduk wrote: > The manual for "git interpret-trailers" mentioned a non-existing > literal `overwrite` for its config option `trailer.ifexists`. Fixed > by using `replace` instead. Yeah, I forgot to change it to `replace` there. > Signed-off-by: Andreas H

Re: [PATCH] Documentation: Fix reference to isExists for interpret-trailers

2017-05-22 Thread Junio C Hamano
Thanks. I'll fix s/is/if/ on the title (no need to resend to fix only the subject).

[PATCH] Documentation: Fix reference to isExists for interpret-trailers

2017-05-22 Thread Andreas Heiduk
The manual for "git interpret-trailers" mentioned a non-existing literal `overwrite` for its config option `trailer.ifexists`. Fixed by using `replace` instead. Signed-off-by: Andreas Heiduk --- Documentation/git-interpret-trailers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff