From: Matthieu Moy Date: Thu, 25 Feb 2016 08:37:26 +0000 (+0100) Subject: README: use markdown syntax X-Git-Tag: v2.8.0-rc0~1^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ad21f5;p=thirdparty%2Fgit.git README: use markdown syntax This allows repository browsers like GitHub to display the content of the file nicely formatted. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- diff --git a/README b/README.md similarity index 93% rename from README rename to README.md index 1083735d1c..600779c33b 100644 --- a/README +++ b/README.md @@ -1,8 +1,5 @@ -//////////////////////////////////////////////////////////////// - - 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 51dd2b4e0e..4008faead8 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'