From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] raisin: Some git-checkout improvements Date: Wed, 22 Apr 2015 16:29:39 +0100 Message-ID: <1429716579.30934.41.camel@citrix.com> References: <1429636614-22674-1-git-send-email-george.dunlap@eu.citrix.com> <5537B386.9010105@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5537B386.9010105@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: xen-devel@lists.xen.org, Stefano Stabellini , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Wed, 2015-04-22 at 15:43 +0100, George Dunlap wrote: > > Also wouldn't it be possible to achieve the same goal with the GIT > > environmental variable? > > A brief scan of the git man page, combined with a brief survey of > Google, didn't turn up anything... It's not an env variable, but in ~/.gitconfig you can use insteadOf to prepend such a thing to all URLs, I think. I thought I had one in my .gitconifg, but I don't, so I don't have a testing example handy, sorry. Ian.