]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - .gitconfig
Migrate php sessions to redis
[perso/Immae/Config/Nix.git] / .gitconfig
index e503780e26666adcef0e04f841438e5c2b5e8526..fe165e23db16200296ae628b5e6da46ecd40b9ee 100644 (file)
@@ -1,3 +1,21 @@
 ; git config --local include.path '../.gitconfig'
 [push]
   recurseSubmodules = on-demand
+; Find a way to include this file automatically?
+; git -C nixops/secrets config --local diff.gpgdiffer.textconv "gpg --quiet -d"
+[diff "gpgdiffer"]
+       textconv = "gpg --quiet -d"
+[diff "sopsdiffer"]
+       textconv = "sops -d"
+[filter "anonymize"]
+       clean = "./scripts/anonymize -i words.json"
+       smudge = "./scripts/anonymize -i -d words.json"
+       required = true
+[submodule "nixops/secrets"]
+       url = gitolite@git.immae.eu:perso/Immae/Config/Nix/Nixops/Secrets
+       active = true
+[remote "origin-stgit"]
+       url = gitolite@git.immae.eu:perso/Immae/Config/Nix.stgit
+       push = +refs/stacks/*:refs/stacks/*
+       push = +refs/patches/*:refs/patches/*
+       push = +refs/original/*:refs/original/*