git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* branch name in remote.<remote>.push is not updated after "git branch -m"
@ 2013-01-22 12:43 Andrey Borzenkov
  2013-01-22 16:59 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-01-22 12:43 UTC (permalink / raw)
  To: git

I renamed branches and noticed that branch name was not changed in
remote push config. I.e. after

bor@opensuse:~/src/bootinfoscript> git branch -m github master

I still have

[remote "github"]
        push = github:master
        url = git://github.com/arvidjaar/bootinfoscript.git
        pushurl = git@github.com:arvidjaar/bootinfoscript.git
        fetch = +refs/heads/*:refs/remotes/github/*

Is it expected behavior or possibly already fixed?

bor@opensuse:~> git --version
git version 1.7.10.4

TIA

-andrey

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

end of thread, other threads:[~2013-01-22 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 12:43 branch name in remote.<remote>.push is not updated after "git branch -m" Andrey Borzenkov
2013-01-22 16:59 ` Junio C Hamano

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).