]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - .gitconfig
Anonymize names in files
[perso/Immae/Config/Nix.git] / .gitconfig
1 ; git config --local include.path '../.gitconfig'
2 [push]
3 recurseSubmodules = on-demand
4 ; Find a way to include this file automatically?
5 ; git -C nixops/secrets config --local diff.gpgdiffer.textconv "gpg --quiet -d"
6 [diff "gpgdiffer"]
7 textconv = "gpg --quiet -d"
8 [diff "sopsdiffer"]
9 textconv = "sops -d"
10 [filter "anonymize"]
11 clean = "./scripts/anonymize -i words.json"
12 smudge = "./scripts/anonymize -i -d words.json"
13 required = true
14 [submodule "nixops/secrets"]
15 url = gitolite@git.immae.eu:perso/Immae/Config/Nix/Nixops/Secrets
16 active = true
17 [remote "origin-stgit"]
18 url = gitolite@git.immae.eu:perso/Immae/Config/Nix.stgit
19 push = +refs/stacks/*:refs/stacks/*
20 push = +refs/patches/*:refs/patches/*
21 push = +refs/original/*:refs/original/*