X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=blobdiff_plain;f=templates%2Fgitconfig.in;fp=templates%2Fgitconfig.in;h=211e36cc19c690a5074f4ba8e8eb21f0703fe40a;hp=aa2dd68f2f8e8e61ad06e16735823491dce5b42d;hb=abb1e1f2a97a5c354d2cc6da2adb83ae6b66e338;hpb=f4eed77975afcdfbc6b1115a7bcffb2acd4cbe13 diff --git a/templates/gitconfig.in b/templates/gitconfig.in index aa2dd68..211e36c 100755 --- a/templates/gitconfig.in +++ b/templates/gitconfig.in @@ -6,6 +6,7 @@ case "$(hostname -f)" in *.xensource.com) email="ian.jackson@eu.citrix.com" cache=git://git-cache.xs.citrite.net:9419 + othercache=drall:9419 ;; *) cache=git://localhost:9419 @@ -50,6 +51,18 @@ if [ "$cache" ]; then [url "$cache/"] insteadOf = $cache/ END + + if [ "$othercache" ]; then + cat <