Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
README: use markdown syntax
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>
  • Loading branch information
Matthieu Moy authored and Junio C Hamano committed Feb 25, 2016
1 parent 7c0da37 commit 4ad21f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README → README.md
@@ -1,8 +1,5 @@
////////////////////////////////////////////////////////////////

Git - the stupid content tracker

////////////////////////////////////////////////////////////////
Git - the stupid content tracker
================================

"git" can mean anything, depending on your mood.

Expand Down
2 changes: 1 addition & 1 deletion t/t7001-mv.sh
Expand Up @@ -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'

Expand Down

0 comments on commit 4ad21f5

Please sign in to comment.