Details
Details
This Stackoverflow answer mentions that it's not possible in Phabricator. And i can't seem to figure out a way to do it in Phorge either.
They recommend to use Differential Reviews instead but I want it to be Post-Commit.
The Audit Guide recommends to automatically create Audits for every commit with Herald.
Is there any way to review multiple commits together Post-Commit?
Answers
Answers
Short answer is, no there's no way to do that.
Longer answer: Depending on your exact use-case, there might be plans to implement something like that:
- https://secure.phabricator.com/T4348 "Audit existing code-base"
- https://secure.phabricator.com/T5722 (outdated) - "audit random set of commits"
- T15535: Using Differential with plain Git, without requiring Arc - some form of "git push" to branch to create (Differential) revision, to bridge the "pull request" flow.
New Answer
New Answer