]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - .gitconfig
Finish removal of php-application module
[perso/Immae/Config/Nix.git] / .gitconfig
CommitLineData
652160c6
IB
1; git config --local include.path '../.gitconfig'
2[push]
3 recurseSubmodules = on-demand
282c67a1
IB
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"
df30e537
IB
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/*