From: Ian Jackson Date: Wed, 2 Aug 2017 13:19:28 +0000 (+0100) Subject: zealot git cache X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=1f8f61d559ee769be9f3eaadb896195f8fa6339b zealot git cache --- diff --git a/templates/gitconfig.in b/templates/gitconfig.in index cbdea8a..6aacb67 100755 --- a/templates/gitconfig.in +++ b/templates/gitconfig.in @@ -8,6 +8,7 @@ case "$(hostname -f)" in cache=git://git-cache.xs.citrite.net:9419 ;; *) + cache=git://localhost:9419 email=ijackson@chiark.greenend.org.uk ;; esac @@ -31,6 +32,10 @@ zealot) [dgit-distro "debian"] username = iwj keyid = 0x48B50D39 +[url "git://git.kernel.org/"] + insteadOf = git://git.kernel.org/ +[url "git://xenbits.xen.org/linux-pvops.git"] + insteadOf = git://xenbits.xen.org/linux-pvops.git END ;; esac