OSDN Git Service

README: use markdown syntax
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Thu, 25 Feb 2016 08:37:26 +0000 (09:37 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Feb 2016 17:33:57 +0000 (09:33 -0800)
This allows repository browsers like GitHub to display the content of
the file nicely formatted.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
README.md [moved from README with 93% similarity]
t/t7001-mv.sh

similarity index 93%
rename from README
rename to README.md
index 1083735..600779c 100644 (file)
--- 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.
 
index 51dd2b4..4008fae 100755 (executable)
@@ -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'