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. > 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/README.md > similarity index 93% > rename from README > rename to README.md > index 1083735..907eb3b 100644 > --- a/README > +++ b/README.md > @@ -1,8 +1,4 @@ > -//////////////////////////////////////////////////////////////// > - > - Git - the stupid content tracker > - > -//////////////////////////////////////////////////////////////// > +# Git - the stupid content tracker > > "git" can mean anything, depending on your mood. > > diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh > index 51dd2b4..4008fae 100755 > --- a/t/t7001-mv.sh > +++ b/t/t7001-mv.sh > @@ -102,7 +102,7 @@ test_expect_success \ > > test_expect_success \ > 'adding another file' \ > - 'cp "$TEST_DIRECTORY"/../README path0/README && > + 'cp "$TEST_DIRECTORY"/../README.md path0/README && > git add path0/README && > git commit -m add2 -a' -- 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