summaryrefslogtreecommitdiff
path: root/etc/git/post-merge
blob: 9f116dd3e9cc503202fe0321535a72cf0673ffb9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Authenticate the repo upon 'git pull' and similar.
if ! git config guix.authentication.introduction-commit; then
    exec guix git authenticate 9edb3f66fd807b096b48283debdcddccfea34bad \
         "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA" \
         -k origin/keyring
else
    exec guix git authenticate
fi