Thiago Farina <tfransosi@xxxxxxxxx> writes: > $ git describe -h > -usage: git-describe [options] <committish>* > +usage: git describe [options] <commit-ish>* I think the first half of this line is correct but the other half is not. $ git grep --color -c -e committish -- Documentation/ Documentation/git-describe.txt:6 Documentation/git-fast-import.txt:8 Documentation/git-name-rev.txt:1 Documentation/git-shortlog.txt:1 Documentation/gitcli.txt:1 Documentation/howto/revert-branch-rebase.txt:1 $ git grep --color -c -e commit-ish -- Documentation/ Documentation/git-rebase.txt:1 Documentation/git.txt:2 -- To unsubscribe from this list: 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