All of lore.kernel.org
 help / color / mirror / Atom feed
* ambiguous argument '...': unknown revision or path not in the working tree
@ 2010-01-17  9:46 Sven Joachim
  2010-01-18  6:59 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Joachim @ 2010-01-17  9:46 UTC (permalink / raw)
  To: git

I've got a strange error message in 'git push':

,----
| % git push
| Counting objects: 47, done.
| Delta compression using up to 2 threads.
| Compressing objects: 100% (24/24), done.
| Writing objects: 100% (24/24), 4.37 KiB, done.
| Total 24 (delta 22), reused 0 (delta 0)
| fatal: ambiguous argument '3bbc6def8a06e4411bee130b811ff9507e90503d:debian/changelog': unknown revision or path not in the working tree.
| Use '--' to separate paths from revisions
| To git+ssh://git.debian.org/git/collab-maint/ncurses.git
|    2fec7db..3bbc6de  HEAD -> upstream
`----

Indeed debian/changelog is not in the working tree, it is not in the
current branch (upstream) at all, although it exists in the master
branch.  Default is to push the current branch:

,----
| % git config --get push.default 
| current
| % git --version
| git version 1.6.6
`----

Despite the error message, the push was apparently successful; the
repository I push to can be found at
http://git.debian.org/?p=collab-maint/ncurses.git.

Sven

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

end of thread, other threads:[~2010-01-18  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17  9:46 ambiguous argument '...': unknown revision or path not in the working tree Sven Joachim
2010-01-18  6:59 ` Junio C Hamano
2010-01-18  8:48   ` Sven Joachim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.