From: Junio C Hamano <junkio@cox.net>
To: Matthias Kestenholz <lists@irregular.ch>
Cc: git@vger.kernel.org
Subject: Re: Bug in git log
Date: Tue, 02 May 2006 01:24:21 -0700 [thread overview]
Message-ID: <7virooomve.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <20060502075122.GA8203@spinlock.ch> (Matthias Kestenholz's message of "Tue, 2 May 2006 09:51:22 +0200")
Matthias Kestenholz <lists@irregular.ch> writes:
> Inside your git source directory, do:
>
> First bug using old whatchanged script (not builtin version)
>
> $ ./git-whatchanged.sh -- unresolve.c
> fatal: ambiguous argument 'unresolve.c': unknown revision or
> filename
> Use '--' to separate filenames from revisions
>
> $ ./git-whatchanged.sh -- -- unresolve.c
> [...] gives the expected output
That indeed sounds funny. I was hoping to see it myself but did
not reproduce for me X-<.
> $ git log -- unresolve.c
> $ git log -- -- unresolve.c
> $ git whatchanged -- unresolve.c
>
> both give no output.
I do not have an older version between 0.99.9m and 1.3.1, but
1.3.1 (the current stale release) does not seem to have this
"double dash" problem. Neither the tonight's "master" version
(746437) nor "next".
We used to have a build problem where we forgot to remove
libgit.a and an old object from the archive was used by
mistake. Could you try rm -f libgit.a and rebuild your git to
see if it helps?
next prev parent reply other threads:[~2006-05-02 8:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-02 7:51 Bug in git log Matthias Kestenholz
2006-05-02 8:24 ` Junio C Hamano [this message]
2006-05-02 13:41 ` Matthias Kestenholz
2006-05-02 15:26 ` Linus Torvalds
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=7virooomve.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=lists@irregular.ch \
/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).