Re: [PATCH 1/5] README: use markdown syntax

2016-02-24 Thread Jeff King
On Wed, Feb 24, 2016 at 08:08:52AM +0100, Johannes Schindelin wrote: > > Markdown when rendered may be easier to read, but plain text is even > > easier, and it somehow feels backward to cater to those who browse > > at GitHub sacrificing those who use "less" in the source tree. > > That assumes

Re: [PATCH 1/5] README: use markdown syntax

2016-02-23 Thread Johannes Schindelin
Hi Junio, On Tue, 23 Feb 2016, Junio C Hamano wrote: > Matthieu Moy writes: > > > This allows repository browsers like GitHub to display the content of > > the file nicely formatted. > > > > Signed-off-by: Matthieu Moy > > --- > > To be honest, I have the most problem with this step in the wh

Re: [PATCH 1/5] README: use markdown syntax

2016-02-23 Thread Matthieu Moy
Junio C Hamano writes: > Matthieu Moy writes: > >> This allows repository browsers like GitHub to display the content of >> the file nicely formatted. >> >> Signed-off-by: Matthieu Moy >> --- > > To be honest, I have the most problem with this step in the whole > series. > > Markdown when rende

Re: [PATCH 1/5] README: use markdown syntax

2016-02-23 Thread Junio C Hamano
Matthieu Moy writes: > This allows repository browsers like GitHub to display the content of > the file nicely formatted. > > Signed-off-by: Matthieu Moy > --- To be honest, I have the most problem with this step in the whole series. Markdown when rendered may be easier to read, but plain text

[PATCH 1/5] README: use markdown syntax

2016-02-23 Thread Matthieu Moy
This allows repository browsers like GitHub to display the content of the file nicely formatted. Signed-off-by: Matthieu Moy --- README => README.md | 6 +- t/t7001-mv.sh | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) rename README => README.md (93%) diff --git a/README b/R