Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14837240
D17327.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
543 B
Referenced Files
None
Subscribers
None
D17327.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17327: [git] Override `diff.submodule` so `git diff` output is always parseable
Attached
Detach File
Event Timeline
Log In to Comment