|
|
|
|
|
by lima
1881 days ago
|
|
A patch/diff workflow operates at the level of individual diffs, rather than a branch identified by base and head refs like with pull requests. Email is one (very clunky) way of implementing such a workflow, there's other tools like Gerrit, Reviewable or Phabricator that are more friendly. |
|
If I update the diff, does it become a new reviewable item, independent from the first version?
I've never worked at a large tech company but my understanding is that at e.g. google there is some sort of monorepo, so it would presumably zoom forwards while a commit is under review. Even so, why is it not a good thing to review the commit in an explicit location in the historical commit graph?