Hi, For GitExtensions (windows git ui) I need a command to count all commits. I now use this command: git.cmd rev-list --all --abbrev-commit | wc -l This works perfect but its very slow in big repositories. Is there a faster way to count the commits? Henk -- View this message in context: http://n2.nabble.com/Quick-command-to-count-commits-tp2118851p2118851.html Sent from the git mailing list archive at Nabble.com. -- 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