We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40ae5c commit 83cf0feCopy full SHA for 83cf0fe
t/t9800-git-p4.sh
@@ -202,7 +202,7 @@ test_expect_success 'preserve user where author is unknown to p4' '
202
"$GITP4" clone --dest="$git" //depot &&
203
test_when_finished cleanup_git &&
204
cd "$git" &&
205
- git config git-p4.skipSubmitEditCheck true
+ git config git-p4.skipSubmitEditCheck true &&
206
echo "username-bob: a change by bob" >> file1 &&
207
git commit --author "Bob <bob@localhost>" -m "preserve: a change by bob" file1 &&
208
echo "username-unknown: a change by charlie" >> file1 &&
0 commit comments