RFR: webrev: do not use follow for ranges with merges

Erik Helin ehelin at openjdk.java.net
Thu Sep 3 08:07:42 UTC 2020


Hi all,

please review this patch that makes JSON webrev use plain `git log` if the range of commits include a merge commits.
This is needed because `git log -c --follow` can be extremely slow for commit ranges with a lot of merge commits.

Testing:
- `make test` on Linux x64
- Manual verification of performance

Thanks,
Erik

-------------

Commit messages:
 - webrev: do not use follow for ranges with merges

Changes: https://git.openjdk.java.net/skara/pull/764/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=764&range=00
  Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/skara/pull/764.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/764/head:pull/764

PR: https://git.openjdk.java.net/skara/pull/764


More information about the skara-dev mailing list