Integrated: 422: Add CLI tool expand issues in commit message

Erik Helin ehelin at openjdk.java.net
Tue Jun 16 14:10:03 UTC 2020


On Tue, 16 Jun 2020 13:48:54 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that adds a tiny new CLI tool called `git expand`. The tool currently only supports one flag,
> `--issues`, which can be used to expand JBS issue ids in commit message. For example if a commit `HEAD` has the message
> `skara-420` and a user runs  $ git expand --issues HEAD
> 
> then the commit message will be `420: Expand JBS issues in PR titles`. This is useful for contributors _not_ using `git
> pr create` (which already does this and more).
> Testing:
> - [x] Manual testing of `git expand` on Linux x64
> 
> Thanks,
> Erik

This pull request has now been integrated.

Changeset: 9af4807f
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/9af4807f
Stats:     184 lines in 5 files changed: 0 ins; 183 del; 1 mod

422: Add CLI tool expand issues in commit message

Reviewed-by: rwestberg

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

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


More information about the skara-dev mailing list