Matthias Kestenholz <lists@xxxxxxxxxxxx> 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? - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html