summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-26 21:37:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-26 21:37:28 (GMT)
commitb52cb95a13ed7beb0a633213b58f0d6ef557d26e (patch)
tree7a88a86f777230ecf0fa08917529e181925c439b /t
parent2e55d300f2bc1f976a484c02d9db12a0d36f3f51 (diff)
parenta217f07388b847192565c71e5ef6a9cc81633594 (diff)
downloadgit-b52cb95a13ed7beb0a633213b58f0d6ef557d26e.zip
git-b52cb95a13ed7beb0a633213b58f0d6ef557d26e.tar.gz
git-b52cb95a13ed7beb0a633213b58f0d6ef557d26e.tar.bz2
Merge branch 'mm/readme-markdown'
README has been renamed to README.md and its contents got tweaked slightly to make it easier on the eyes. * mm/readme-markdown: README.md: move down historical explanation about the name README.md: don't call git stupid in the title README.md: move the link to git-scm.com up README.md: add hyperlinks on filenames README: use markdown syntax
Diffstat (limited to 't')
-rwxr-xr-xt/t7001-mv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh
index 51dd2b4..4008fae 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'