Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15397693
D14816.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
536 B
Referenced Files
None
Subscribers
None
D14816.id.diff
View Options
diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -691,7 +691,7 @@
Filesystem::writeFile($patchfile, $bundle->toGitPatch());
$passthru = new PhutilExecPassthru(
- 'git apply --index --reject -- %s',
+ 'git apply --whitespace nowarn --index --reject -- %s',
$patchfile);
$passthru->setCWD($repository_api->getPath());
$err = $passthru->execute();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 17, 9:47 PM (6 d, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223891
Default Alt Text
D14816.id.diff (536 B)
Attached To
Mode
D14816: Use "--whitespace nowarn" in `arc patch` to respect trailing whitespace
Attached
Detach File
Event Timeline
Log In to Comment