[Rev 01] RFR: 203: git-pr: add flag --jcheck to run jcheck as part of git-pr create

Erik Helin ehelin at openjdk.java.net
Mon Dec 16 09:15:07 UTC 2019


> Hi all,
> 
> please review this patch that adds the flag `--jcheck` to `git-pr create`. As
> the name suggests, adding the flag `--jcheck` to `git-pr create` will cause
> `git-pr create` to run jcheck on the commits that will be part of the pull
> request. Since not all messages are relevant for commits that are to be part of
> a pull request (i.e. commit message errors do not matter) I added a new flag to
> jcheck `--pull-request` to filter out those.
> 
> I also had to some slight refactoring to `GitJCheck.java` to allow it to be
> called from other Java code.
> 
> Thanks,
> Erik

Previous commits in this pull request have been removed, probably due to a force push. The incremental views will show differences compared to the previous content of the PR.

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

Added commits:
 - bdebfeac: skara-203

Changes:
  - all: https://git.openjdk.java.net/skara/pull/330/files
  - new: https://git.openjdk.java.net/skara/pull/330/files/becc2d9f..bdebfeac

Webrevs:
 - full: https://webrevs.openjdk.java.net/skara/330/webrev.01
 - incr: https://webrevs.openjdk.java.net/skara/330/webrev.00-01

  Stats: 29 lines in 3 files changed: 21 ins; 0 del; 8 mod
  Patch: https://git.openjdk.java.net/skara/pull/330.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/330/head:pull/330

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


More information about the skara-dev mailing list