Page MenuHomePhabricator

D17327.diff
No OneTemporary

D17327.diff

diff --git a/src/repository/api/ArcanistGitAPI.php b/src/repository/api/ArcanistGitAPI.php
--- a/src/repository/api/ArcanistGitAPI.php
+++ b/src/repository/api/ArcanistGitAPI.php
@@ -446,6 +446,9 @@
// would ship up the binaries for 'arc patch' but display the textconv
// output in the visual diff.
'--no-textconv',
+ // Provide a standard view of submodule changes; the 'log' and 'diff'
+ // values do not parse by the diff parser.
+ '--submodule=short',
);
return implode(' ', $options);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 25, 12:57 PM (11 h, 10 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7793744
Default Alt Text
D17327.diff (543 B)

Event Timeline