Skip to content

Commit 4ad21f5

Browse files
moygitster
authored andcommitted
README: use markdown syntax
This allows repository browsers like GitHub to display the content of the file nicely formatted. Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7c0da37 commit 4ad21f5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README renamed to README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
////////////////////////////////////////////////////////////////
2-
3-
Git - the stupid content tracker
4-
5-
////////////////////////////////////////////////////////////////
1+
Git - the stupid content tracker
2+
================================
63

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

t/t7001-mv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test_expect_success \
102102

103103
test_expect_success \
104104
'adding another file' \
105-
'cp "$TEST_DIRECTORY"/../README path0/README &&
105+
'cp "$TEST_DIRECTORY"/../README.md path0/README &&
106106
git add path0/README &&
107107
git commit -m add2 -a'
108108

0 commit comments

Comments
 (0)