Skip to content
Snippets Groups Projects
Commit 4ad21f5d authored by Matthieu Moy's avatar Matthieu Moy Committed by Junio C Hamano
Browse files

README: use markdown syntax


This allows repository browsers like GitHub to display the content of
the file nicely formatted.

Signed-off-by: default avatarMatthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 7c0da37d
No related branches found
No related tags found
No related merge requests found
////////////////////////////////////////////////////////////////
Git - the stupid content tracker
////////////////////////////////////////////////////////////////
Git - the stupid content tracker
================================
 
"git" can mean anything, depending on your mood.
 
Loading
Loading
Loading
Loading
@@ -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'
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment