From: Joel Becker <Joel.Becker@oracle.com>
To: Petr Baudis <pasky@suse.cz>, git <git@vger.kernel.org>
Subject: Commit 7c5977297f07c2a52c8c0f486309076b2a795d33 appears to have broken cg-init
Date: Sun, 10 Jul 2005 18:58:20 -0700 [thread overview]
Message-ID: <20050711015820.GA16618@ca-server1.us.oracle.com> (raw)
Petr,
Commit 7c5977297f07c2a52c8c0f486309076b2a795d33 contains the
chunk:
-uri=$1
+
+infoonly=
+while optparse; do
+ if optparse -N; then
+ infoonly=-N
+ else
+ optfail
+ fi
+done
+
+uri=$ARGV
However, $ARGV is not a variable I've ever seen supported in a
Bourne-like shell. Certainly Bash supports BASH_ARGV, but not ARGV.
The recent option parsing code adds ARGS in cg-Xlib, but not
ARGV.
The upshot is that a cg-clone/cg-init attempt thinks $uri is
empty, and always creates an initial commit. No clone. I don't know
how folks have gotten cg-clone rsync://linus to work since this change
went in.
I don't know what the proper solution is with the modern option
code, but changing it back to 'url=$1' allows me to grab Linus' tree.
Joel
--
Life's Little Instruction Book #3
"Watch a sunrise at least once a year."
Joel Becker
Senior Member of Technical Staff
Oracle
E-mail: joel.becker@oracle.com
Phone: (650) 506-8127
next reply other threads:[~2005-07-11 1:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-11 1:58 Joel Becker [this message]
2005-07-11 4:01 ` Commit 7c5977297f07c2a52c8c0f486309076b2a795d33 appears to have broken cg-init Bryan Larsen
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=20050711015820.GA16618@ca-server1.us.oracle.com \
--to=joel.becker@oracle.com \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/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).