git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git-branch -m cannot rename remote branches
@ 2008-06-08 20:57 Jakub Narebski
  2008-06-08 22:58 ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Narebski @ 2008-06-08 20:57 UTC (permalink / raw)
  To: git

I cannot rename remote branch (possibly packed, and possibly with
reflog) using "git branch"

[gitweb/web@git]$ git branch -m refs/remotes/gitweb-caching/master \
                                refs/remotes/gitweb-kernel.org/master
error: refname refs/heads/refs/remotes/gitweb-caching/master not found
fatal: Branch rename failed
[gitweb/web@git]$ git branch -m gitweb-caching/master \
                                gitweb-kernel.org/master
error: refname refs/heads/gitweb-caching/master not found
fatal: Branch rename failed
[gitweb/web@git]$ git branch -m remotes/gitweb-caching/master \
                                remotes/gitweb-kernel.org/master
error: refname refs/heads/remotes/gitweb-caching/master not found
fatal: Branch rename failed

-- 
Jakub Narebski
Poland

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

end of thread, other threads:[~2008-06-09 12:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-08 20:57 [BUG] git-branch -m cannot rename remote branches Jakub Narebski
2008-06-08 22:58 ` Johannes Schindelin
2008-06-09  7:06   ` Jakub Narebski
2008-06-09 12:53     ` Olivier Marin

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