From: Finn Arne Gangstad <finnag@pvv.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: What's cooking in git.git (Mar 2009, #06; Sat, 21)
Date: Tue, 24 Mar 2009 12:16:45 +0100 [thread overview]
Message-ID: <20090324111645.GA6084@pvv.org> (raw)
In-Reply-To: <7vhc1j2si9.fsf@gitster.siamese.dyndns.org>
On Tue, Mar 24, 2009 at 02:13:18AM -0700, Junio C Hamano wrote:
> Junio C Hamano <gitster@pobox.com> writes:
>
> > $ git push --dry-run sf.net
> > warning: You did not specify any refspecs to push, and the current remote
> > warning: has not configured any push refspecs. The default action in this
> > warning: case is to push all matching refspecs, that is, all branches
> > warning: that exist both locally and remotely will be updated. This may
> > warning: not necessarily be what you want to happen.
> > warning:
> > warning: You can specify what action you want to take in this case, and
> > warning: avoid seeing this message again, by configuring 'push.default' to:
> > warning: 'nothing' : Do not push anythig
> > warning: 'matching' : Push all matching branches (default)
> > warning: 'tracking' : Push the current branch to whatever it is tracking
> > warning: 'current' : Push the current branch
> > fatal: 'sf.net' does not appear to be a git repository
> > fatal: The remote end hung up unexpectedly
> >
> > The final, most important error messages are dwarfed out by the warning
> > that talks about setting configuration on the remote that does not even
> > exist.
I actually agree, but that final error is printed in a very ugly
place! It would require some surgery to pause the warning until we
figure out that sf.net is not a valid remote in the current setup.
get_refs_via_connect->connect_setup->git_connect-> .. fork()s .., runs
"sh -c git-receive-pack 'sf.net'" (which prints the first error)
and get_remote_heads->packet_read_line->safe_read() dumps the final error
and dies.
Is there any reason why remote_get needs to return a valid remote for
a value like "sf.net"? If it didn't, the error message would be even
better, and not complain about a "remote end".
Just thinking aloud, if what is specified as a remote does not contain
a ":" it cannot really be a URL(?), and we can assume it is a local
directory. If that directory does not exist is not a valid git
repository, it might be safe to fail in remote_get?
- Finn Arne
next prev parent reply other threads:[~2009-03-24 11:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-21 7:58 What's cooking in git.git (Mar 2009, #06; Sat, 21) Junio C Hamano
2009-03-21 16:20 ` Wincent Colaiuta
2009-03-21 18:58 ` David Aguilar
2009-03-22 15:57 ` Wincent Colaiuta
2009-03-21 19:28 ` Junio C Hamano
2009-03-22 15:54 ` Wincent Colaiuta
2009-03-21 22:21 ` Johannes Sixt
2009-03-23 14:46 ` Finn Arne Gangstad
2009-03-23 16:19 ` Junio C Hamano
2009-03-24 9:02 ` Junio C Hamano
2009-03-24 9:13 ` Junio C Hamano
2009-03-24 11:16 ` Finn Arne Gangstad [this message]
2009-03-25 18:06 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090324111645.GA6084@pvv.org \
--to=finnag@pvv.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).