diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-10 08:49:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-11-07 12:33:25 -0500 |
commit | 889a6204f871fa47ba1ce12bf4a5e9600576f86a (patch) | |
tree | b622f365d3ae7565418901a9567805ba4a73b3af /etc | |
parent | fd20e0d5f4896c6c8bf440df7c39187df3b3ce2e (diff) | |
download | guix-889a6204f871fa47ba1ce12bf4a5e9600576f86a.tar.gz |
doc: Add some guidelines for reviewing.
* doc/contributing.texi (Contributing) [Reviewing the Work of Others]: New section. (Debbugs Usertags): Expound with Emacs Debbugs information and document the 'reviewed-looks-good' usertag. * etc/git/gitconfig [b4]: New section. Change-Id: I56630b15ec4fbc5c67e5420dbf2838556a005d6b Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/git/gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/git/gitconfig b/etc/git/gitconfig index 907ad01804..654a630b18 100644 --- a/etc/git/gitconfig +++ b/etc/git/gitconfig @@ -16,3 +16,10 @@ to = guix-patches@gnu.org headerCmd = etc/teams.scm cc-members-header-cmd thread = no + +[b4] + attestation-check-dkim = off + attestation-policy = off + linkmask = https://yhetil.org/guix/%s + linktrailermask = https://yhetil.org/guix/%s + midmask = https://yhetil.org/guix/%s |