Re: [PATCH] Documentation: make formatting more consistent

2015-11-12 Thread Jeff King
On Wed, Nov 11, 2015 at 04:41:06PM -0500, Jeff King wrote: > I know we've discussed this particular spot before, and I think there > may have been some disagreement about which style was the best. But > since clearly no patch came out of the last discussion, and since > an inconsistent set of styl

Re: [PATCH] Documentation: make formatting more consistent

2015-11-11 Thread Jeff King
On Wed, Nov 11, 2015 at 06:47:25PM +0300, Андрей Рыбак wrote: > Documentation/git.txt: enclose all Environment Variables in single quotes. This tells "what", but we can already see that from the diff. The more interesting part is "why". Later you say: > Signed-off-by: Andrey Rybak > --- > Docum

[PATCH] Documentation: make formatting more consistent

2015-11-11 Thread Андрей Рыбак
Documentation/git.txt: enclose all Environment Variables in single quotes. Signed-off-by: Andrey Rybak --- Documentation/git.txt is not consistent in the way it stylizes mentions of Environment Variables. Most of them are enclosed in single quotes, some are enclosed in backticks, some are not enc