Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15409587
D16375.id39380.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
635 B
Referenced Files
None
Subscribers
None
D16375.id39380.diff
View Options
diff --git a/src/land/ArcanistGitLandEngine.php b/src/land/ArcanistGitLandEngine.php
--- a/src/land/ArcanistGitLandEngine.php
+++ b/src/land/ArcanistGitLandEngine.php
@@ -181,7 +181,10 @@
$this->getTargetFullRef()));
}
- list($changes) = $api->execxLocal('diff HEAD --');
+ // TODO: This could probably be cleaner by asking the API a question
+ // about working copy status instead of running a raw diff command. See
+ // discussion in T11435.
+ list($changes) = $api->execxLocal('diff --no-ext-diff HEAD --');
$changes = trim($changes);
if (!strlen($changes)) {
throw new Exception(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 4:44 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7651896
Default Alt Text
D16375.id39380.diff (635 B)
Attached To
Mode
D16375: Use --no-ext-diff in `arc land` call to `git diff`
Attached
Detach File
Event Timeline
Log In to Comment