summaryrefslogtreecommitdiff
path: root/etc/git/post-merge
diff options
context:
space:
mode:
Diffstat (limited to 'etc/git/post-merge')
-rwxr-xr-xetc/git/post-merge8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/git/post-merge b/etc/git/post-merge
index f2ad37d35c4..9f116dd3e9c 100755
--- a/etc/git/post-merge
+++ b/etc/git/post-merge
@@ -1,3 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2# Authenticate the repo upon 'git pull' and similar. 2# Authenticate the repo upon 'git pull' and similar.
3exec guix git authenticate 3if ! git config guix.authentication.introduction-commit; then
4 exec guix git authenticate 9edb3f66fd807b096b48283debdcddccfea34bad \
5 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" \
6 -k origin/keyring
7else
8 exec guix git authenticate
9fi