branch: master
commit adabe31c3013c05ca5a4eeb54c5e6718a8b8d994
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue May 9 16:26:10 2023 +0200
doc: Mention authentication.
* README (Contributing): Document authentication procedure.
---
README | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README b/README
index 582603e..0172dc4 100644
--- a/README
+++ b/README
@@ -109,3 +109,14 @@ See the manual for useful hacking informations, by running
#+BEGIN_EXAMPLE
info -f doc/cuirass.info "Contributing"
#+END_EXAMPLE
+
+You can authenticate the code in this repository by running:
+
+#+begin_example
+ guix git authenticate \
+ c75620777c33273fcd14261660288ec1b2dc8123 \
+ 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
+#+end_example
+
+The command silently exits with zero on success, and errors out
+otherwise. We recommend invoking it from =.git/hooks/pre-push=.