summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e6e0ed)
raw | patch | inline | side by side (parent: 3e6e0ed)
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | |
Mon, 16 Jan 2012 09:46:07 +0000 (16:46 +0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 17 Jan 2012 00:26:24 +0000 (16:26 -0800) |
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5601-clone.sh | patch | blob | history |
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index 87ee01662c2fcfa58d8f9896fd43881e2e7ed7d6..49821eb4679cd302714ad26ff0947c2980216e00 100755 (executable)
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
rm -fr .git &&
test_create_repo src &&
(
- cd src
- >file
- git add file
+ cd src &&
+ >file &&
+ git add file &&
git commit -m initial
)