Allow merged change emails to include unified diff.
If sendemail.includeDiff is true, the merged change emails from Gerrit will include the complete unified diff of the change. Thus users can watch the 'Watched Projects' by only following the emails of 'Submitted Changes' especially when there is not enough time to catch all emails of 'New Changes' and 'All Comments'. Change-Id: Ia7d3e2b1f46a0b45c3cff7c8d494c8ef6ea2213b
This commit is contained in:
committed by
David Pursehouse
parent
327048b612
commit
eb00ff3fa1
@@ -2075,9 +2075,10 @@ By default, unset, permitting delivery to any email address.
|
||||
|
||||
[[sendemail.includeDiff]]sendemail.includeDiff::
|
||||
+
|
||||
If true, new change emails from Gerrit will include the complete
|
||||
unified diff of the change. Variable maxmimumDiffSize places an upper
|
||||
limit on how large the email can get when this option is enabled.
|
||||
If true, new change emails and merged change emails from Gerrit
|
||||
will include the complete unified diff of the change.
|
||||
Variable maxmimumDiffSize places an upper limit on how large the
|
||||
email can get when this option is enabled.
|
||||
+
|
||||
By default, false.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user