summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig14
1 files changed, 9 insertions, 5 deletions
diff --git a/.gitconfig b/.gitconfig
index c1ebb180..b6436a19 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -57,17 +57,21 @@
[url "git@git.spwhitton.name:"]
pushInsteadOf = https://git.spwhitton.name/
pushInsteadOf = git://spwhitton.name/
- pushInsteadOf = athena:
+ pushInsteadOf = athena: # compat
+ pushInsteadOf = demeter:
# private repositories must clone by SSH
[url "git@git.spwhitton.name:priv/"]
- pushInsteadOf = athenap:
- insteadOf = athenap:
+ pushInsteadOf = athenap: # compat
+ insteadOf = athenap: # compat
+ pushInsteadOf = demeterp:
+ insteadOf = demeterp:
[url "https://git.spwhitton.name/"]
#insteadOf = git://spwhitton.name/
- insteadOf = athena:
+ insteadOf = athena: # compat
+ insteadOf = demeter:
[url "spwhitton@athena.silentflame.com:"]
insteadOf = athenah:
-[url "gcrypt::rsync://athena:/srv/gcrypt/"]
+[url "gcrypt::rsync://athena:local/gcrypt/"]
pushInsteadOf = athenag:
insteadOf = athenag: