git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug? url.insteadOf overwrites remote.pushUrl
@ 2011-10-14 13:55 Kirill Likhodedov
  2011-10-14 15:35 ` Michael J Gruber
  0 siblings, 1 reply; 3+ messages in thread
From: Kirill Likhodedov @ 2011-10-14 13:55 UTC (permalink / raw)
  To: git


I've found that defining url.<base>.insteadOf overrides explicit remote.<name>.pushUrl.
On the other hand, pushInsteadOf doesn't override explicit pushUrl.
Is it a bug?

# cat .git/config
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = github.com/klikh/Test.git 
	pushUrl = jetbrains.com/klikh/Test.git 
[url "http://"]
  insteadOf=jet

# git remote -v
origin	github.com/klikh/Test.git (fetch)
origin	http://brains.com/klikh/Test.git (push)


See also http://kerneltrap.org/mailarchive/git/2009/9/7/11264/thread - patch introducing pushInsteadOf & discussion 

----------------------------------
Kirill Likhodedov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-14 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 13:55 Bug? url.insteadOf overwrites remote.pushUrl Kirill Likhodedov
2011-10-14 15:35 ` Michael J Gruber
2011-10-14 19:16   ` Kirill Likhodedov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).