summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f40ae5c)
raw | patch | inline | side by side (parent: f40ae5c)
author | Pete Wyckoff <pw@padd.com> | |
Sun, 31 Jul 2011 13:45:17 +0000 (09:45 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 1 Aug 2011 17:23:54 +0000 (10:23 -0700) |
Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9800-git-p4.sh | patch | blob | history |
diff --git a/t/t9800-git-p4.sh b/t/t9800-git-p4.sh
index aec3ba1641ca368635214e48cc15dbb8b7c2070a..b7eda828942bf6ea33e44ac91b4f08e442ff1600 100755 (executable)
--- a/t/t9800-git-p4.sh
+++ b/t/t9800-git-p4.sh
"$GITP4" clone --dest="$git" //depot &&
test_when_finished cleanup_git &&
cd "$git" &&
- git config git-p4.skipSubmitEditCheck true
+ git config git-p4.skipSubmitEditCheck true &&
echo "username-bob: a change by bob" >> file1 &&
git commit --author "Bob <bob@localhost>" -m "preserve: a change by bob" file1 &&
echo "username-unknown: a change by charlie" >> file1 &&