diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2016-02-25 09:37:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-25 09:33:57 -0800 |
commit | 4ad21f5d5979f7a192c0774881bef340d3cc86a8 (patch) | |
tree | 492b860a3774ece56a15da691a50f68833f76126 /t | |
parent | 7c0da37d7b0e09c199788191b322bf45fd003e3c (diff) | |
download | git-4ad21f5d5979f7a192c0774881bef340d3cc86a8.tar.gz git-4ad21f5d5979f7a192c0774881bef340d3cc86a8.tar.xz |
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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t7001-mv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index 51dd2b4e0..4008faead 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' |