Page MenuHomePhabricator

D17327.id.diff
No OneTemporary

D17327.id.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
Sat, Feb 1, 7:45 AM (18 h, 58 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7081190
Default Alt Text
D17327.id.diff (543 B)

Event Timeline