From: Mark W. <ma...@so...> - 2025-06-28 16:30:25
|
https://sourceware.org/cgit/valgrind/commit/?id=763dd003ad5d8a02180ec542b7366700c161299f commit 763dd003ad5d8a02180ec542b7366700c161299f Author: Mark Wielaard <ma...@kl...> Date: Sat Jun 28 18:29:45 2025 +0200 Update commit-url to use cgit instead of gitweb Diff: --- project.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.config b/project.config index 2983a2e719..1a3b003edb 100644 --- a/project.config +++ b/project.config @@ -26,7 +26,7 @@ # - on Valgrind release branches: There is a high risk that a merge # commit is a merge from master into the branch, which would # bring a lot more than what the user probably meant to push. - # Request that the user cherry-pick his changes. + # Request that the user cherry-pick their changes. reject-merge-commits = refs/heads/master,refs/heads/VALGRIND_.* # The style checker, applied to the contents of each file being @@ -35,7 +35,7 @@ # The URL where we can inspect the commit, inserted in the commit # notification email, and also copy sent to the file-commit-cmd. - commit-url = "https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=%(rev)s" + commit-url = "https://sourceware.org/cgit/valgrind/commit/?id=%(rev)s" # Do not send emails for the following branches (unofficial # private branches). |