Explorar o código

git-shortlog: add -sne commands (#3213)

Ivan Aracki %!s(int64=5) %!d(string=hai) anos
pai
achega
8c9a70a957
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      pages/common/git-shortlog.md

+ 8 - 0
pages/common/git-shortlog.md

@@ -18,3 +18,11 @@
 - View a summary of the last 5 commits (i.e. specify a revision range):
 
 `git shortlog HEAD~{{5}}..HEAD`
+
+- View all users, emails and the number of commits in the current branch:
+
+`git shortlog -sne`
+
+- View all users, emails and the number of commits in all branches:
+
+`git shortlog -sne --all`