summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-17 16:19:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-07-18 01:41:46 -0700
commit85c8cdea565a91365d02ce4e2b0030b69dc9754c (patch)
tree574f799070b74f4db26eaa29417ea41163bbc220 /.gitconfig
parent3d8827e9f7c60093eda6937251938a5439d67213 (diff)
downloaddotfiles-85c8cdea565a91365d02ce4e2b0030b69dc9754c.tar.gz
bypass alioth insecure URIs
Now I can freely use debcheckout o/
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 9134c70d..c487740b 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -51,10 +51,24 @@
insteadOf = git://github.com/
insteadOf = github:
+# alt, that permits shallow checkouts and removes need for
+# pushInsteadOf: [url "git+ssh://git.debian.org/git/"]
[url "https://anonscm.debian.org/git/"]
insteadOf = alioth:
+ insteadOf = git://anonscm.debian.org/
+ insteadOf = git://git.debian.org/
+ # insteadOf = https://anonscm.debian.org/git/
+ # insteadOf = https://anonscm.debian.org/cgit/
+ insteadOf = http://anonscm.debian.org/git/
+ insteadOf = http://anonscm.debian.org/cgit/
[url "spw-guest@git.debian.org:/git/"]
pushInsteadOf = alioth:
+ pushInsteadOf = git://anonscm.debian.org/
+ pushInsteadOf = git://git.debian.org/
+ # pushInsteadOf = https://anonscm.debian.org/git/
+ # pushInsteadOf = https://anonscm.debian.org/cgit/
+ pushInsteadOf = http://anonscm.debian.org/git/
+ pushInsteadOf = http://anonscm.debian.org/cgit/
# temporary redirects
[url "git@spwhitton.name:dotfiles.git"]