On 2019-06-04 at 23:12 +02, Markus Metz <[email protected]> wrote... > I would like to speed up reviewing of a PR with multiple commits by > reading a single diff file. How is this possible with git? [...] can > git (on CLI on my local copies) also do this?
I think git can diff any two commits. Do this by providing two commit hashes instead of just one (which defaults to that v. the currently checked out hash + any local changes). -k. _______________________________________________ grass-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-dev
