RFR: 2164: Add git notes notifier [v3]
Erik Joelsson
erikj at openjdk.org
Tue Feb 20 18:08:06 UTC 2024
On Tue, 20 Feb 2024 17:16:23 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
>
> Erik Duveblad has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>
> - Merge branch 'master' into note-notifier
> - Add configuration test
> - Merge branch 'master' into note-notifier
> - 2164
Marked as reviewed by erikj (Lead).
-------------
PR Review: https://git.openjdk.org/skara/pull/1608#pullrequestreview-1891130895
More information about the skara-dev
mailing list