Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15537200
D17327.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.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
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)
Attached To
Mode
D17327: [git] Override `diff.submodule` so `git diff` output is always parseable
Attached
Detach File
Event Timeline
Log In to Comment