Re: Why doesn't git-fetch obey -c "remote.origin.url" on the command-line?

2014-06-16 Thread Philip Oakley
From: "Jeff King" On Fri, Jun 13, 2014 at 09:37:07AM +0200, Ævar Arnfjörð Bjarmason wrote: On a git built from the master branch just now: $ ./git config remote.origin.url https://code.google.com/p/git-core/ $ ./git -c remote.origin.url=git://git.sourceforge.jp/gitroot/git-core/git.git confi

Re: Why doesn't git-fetch obey -c "remote.origin.url" on the command-line?

2014-06-13 Thread Jeff King
On Fri, Jun 13, 2014 at 09:37:07AM +0200, Ævar Arnfjörð Bjarmason wrote: > On a git built from the master branch just now: > > $ ./git config remote.origin.url > https://code.google.com/p/git-core/ > $ ./git -c remote.origin.url=git://git.sourceforge.jp/gitroot/git-core/git.git > config remote.o

Why doesn't git-fetch obey -c "remote.origin.url" on the command-line?

2014-06-13 Thread Ævar Arnfjörð Bjarmason
On a git built from the master branch just now: $ ./git config remote.origin.url https://code.google.com/p/git-core/ $ ./git -c remote.origin.url=git://git.sourceforge.jp/gitroot/git-core/git.git config remote.origin.url git://git.sourceforge.jp/gitroot/git-core/git.git $ GIT_TRACE=1 ./git -c rem