Integrated: 2164: Add git notes notifier

Erik Duveblad ehelin at openjdk.org
Wed Feb 21 15:16:17 UTC 2024


On Mon, 29 Jan 2024 14:35:37 GMT, Erik Duveblad <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that adds a new notifier that records the link to a commit, the link to the review and ev. links to issues in a [git note](https://git-scm.com/docs/git-notes). This will make it possible to view this information using e.g. `git log` or `git show` _without_ having these URLs in the commit message itself. Git notes are also modifiable (they are just blobs referred to by a ref), so they can be updated if ever change the scheme or domain for these links.
> 
> I also added two unit tests for testing the new notifier.
> 
> Thanks,
> Erik

This pull request has now been integrated.

Changeset: 1c5d7e3a
Author:    Erik Duveblad <ehelin at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/1c5d7e3aa122fa5feba2f9d3bcf3a67c70ccea95
Stats:     319 lines in 8 files changed: 316 ins; 0 del; 3 mod

2164: Add git notes notifier

Reviewed-by: erikj

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

PR: https://git.openjdk.org/skara/pull/1608


More information about the skara-dev mailing list