Le vendredi 14 avril 2006 à 15:06 -0700, Junio C Hamano a écrit :
Have you read the patch, especially the comment in it? With and
without the patch, this command would behave quite differently:
I did not realize that at first (I thought this would be a fallback
method).
Anyway, on git 1.2.3, here is something interesting:
quoted
git log -h
fatal: Not a git repository
quoted
git log --help
Usage: /home/sebastien/Local/bin/git-log [--max-count=<n>]
[<since>..<limit>] [--pretty=<format>] [git-rev-list options]
Which is confusing, so having a consistent behaviour for "git help cmd",
"git cmd help", "git cmd -h" and "git cmd --help" would be nice.
For instance, Darcs works just like that, which makes it easy for
newbies to find there ways through.
-- Sébastien