Junio C Hamano <gitster@xxxxxxxxx> writes: > Matthieu Moy <Matthieu.Moy@xxxxxxx> writes: > >> This allows repository browsers like GitHub to display the content of >> the file nicely formatted. >> >> Signed-off-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> >> --- > > 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 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. Well, actually almost all the page was already in markdown. The real change done by this patch is a rename, and change the asciiart in the title: >> --- a/README >> +++ b/README.md >> @@ -1,8 +1,4 @@ >> -//////////////////////////////////////////////////////////////// >> - >> - Git - the stupid content tracker >> - >> -//////////////////////////////////////////////////////////////// >> +# Git - the stupid content tracker Markdown would also accept ascii-art underlining. Git - the stupid content tracker ================================ we can use this if people think it's easier to read in the source. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html