git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* push not resolving commit-ish?
@ 2013-05-23 10:53 Michael S. Tsirkin
  2013-05-23 10:56 ` Michael S. Tsirkin
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Michael S. Tsirkin @ 2013-05-23 10:53 UTC (permalink / raw)
  To: git

Looks like push can't resolve tags to commits.
Why is that?

linux$ git push -f $PWD v3.10-rc2:refs/heads/vhost-next
error: Trying to write non-commit object
a8c6d53c4d84b3a5eb182758a9cdceceba4691da to branch refs/heads/vhost-next
To /scm/linux
 ! [remote rejected] v3.10-rc2 -> vhost-next (failed to write)
error: failed to push some refs to '/scm/linux'

linux$ git log v3.10-rc2|head -5
commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon May 20 14:37:38 2013 -0700

    Linux 3.10-rc2


linux$ $ git push -f $PWD
c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:refs/heads/vhost-next
Everything up-to-date

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

end of thread, other threads:[~2013-05-23 21:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 10:53 push not resolving commit-ish? Michael S. Tsirkin
2013-05-23 10:56 ` Michael S. Tsirkin
2013-05-23 10:56 ` Felipe Contreras
2013-05-23 18:10   ` Junio C Hamano
2013-05-23 21:05     ` Michael S. Tsirkin
2013-05-23 21:06       ` Junio C Hamano
2013-05-23 21:16     ` Michael S. Tsirkin
2013-05-23 21:21       ` Junio C Hamano
2013-05-23 18:05 ` Junio C Hamano
2013-05-23 21:09   ` Michael S. Tsirkin
2013-05-23 21:19     ` Junio C Hamano
2013-05-23 21:26       ` Michael S. Tsirkin

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