From: YONETANI Tomokazu <qhwt+git@les.ath.cx>
To: git@vger.kernel.org
Subject: 65c042d4 broke `remote update' without named group
Date: Wed, 30 Dec 2009 08:49:59 +0900 [thread overview]
Message-ID: <20091229234959.GA94644@les.ath.cx> (raw)
Hello.
It seems that with 65c042d4 (and v1.6.6), git-remote update without
specifying a group on the command line ends up with the following error
message if you define remotes.default in the config file:
$ git remote update
fatal: 'default' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
The document still says that when you don't specify the named group,
remotes.default in the configuration will get used, so this should work
(and it used to work with v1.6.4).
After the commit 65c042d4, the commands are translated as follows:
$ git remote update
==> git-fetch default (with remotes.default defined) NG
==> git-fetch --all (without remotes.default defined) OK
$ git remote update default
==> git-fetch --multiple default OK
So just adding "--multiple" in front of "default" in the first case
above should fix it.
Best regards,
YONETANI Tomokazu.
next reply other threads:[~2009-12-30 0:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-29 23:49 YONETANI Tomokazu [this message]
2010-01-01 9:00 ` 65c042d4 broke `remote update' without named group Tay Ray Chuan
2010-01-01 9:14 ` Björn Gustavsson
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=20091229234959.GA94644@les.ath.cx \
--to=qhwt+git@les.ath.cx \
--cc=git@vger.kernel.org \
/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).