Re: [PATCH] doc: prevent overflowing tag in rendered HTML

2019-02-07 Thread Junio C Hamano
Katrin Leinweber writes: > Add an apparently missing back-tick to fix a multi-line section > on https://git-scm.com/docs/git-log which seems to have been caused by > commit 18fb7ffc ("pretty: respect color settings [...]", 2017-07-13). > > Signed-off-by: Katrin Leinweber > --- Thanks for spott

[PATCH] doc: prevent overflowing tag in rendered HTML

2019-02-07 Thread Katrin Leinweber
Add an apparently missing back-tick to fix a multi-line section on https://git-scm.com/docs/git-log which seems to have been caused by commit 18fb7ffc ("pretty: respect color settings [...]", 2017-07-13). Signed-off-by: Katrin Leinweber --- Documentation/pretty-formats.txt | 2 +- 1 file change