On 4/21/07, Junio C Hamano <junkio@xxxxxxx> wrote:
"Marco Costalba" <mcostalba@xxxxxxxxx> writes: $ git rev-list -- git-gui.sh | wc -l 158
This is strange.... On my box I have: $ git --version git version 1.5.1.1.190.g74474 $ git rev-parse HEAD 744747ef1d75c85fb3a1785cb08d36497128d3d3 $ git status # On branch master nothing to commit (working directory clean) $ git rev-list -- git-gui.sh | wc -l usage: git-rev-list [OPTION] <commit-id>... [ -- paths... ] limiting output: --max-count=nr --max-age=epoch --min-age=epoch --sparse --no-merges --remove-empty --all --stdin ordering output: --topo-order --date-order formatting output: --parents --objects | --objects-edge --unpacked --header | --pretty --abbrev=nr | --no-abbrev --abbrev-commit --left-right special purpose: --bisect --bisect-vars 0 $ - 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