This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
git_shortlog [2019/02/28 21:24] rpjday [Overview] |
git_shortlog [2019/03/18 12:45] (current) rpjday [Examples] |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== SYNOPSIS ===== | ===== SYNOPSIS ===== | ||
+ | |||
+ | Part of it: | ||
<code> | <code> | ||
git shortlog [<options>] [<revision range>] [[--] <path>...] | git shortlog [<options>] [<revision range>] [[--] <path>...] | ||
- | git log --pretty=short | git shortlog [<options>] | ||
</code> | </code> | ||
===== (Some) OPTIONS ===== | ===== (Some) OPTIONS ===== | ||
Line 62: | Line 63: | ||
<code> | <code> | ||
- | git shortlog -n | + | $ git shortlog -n |
Ben Straub (803): | Ben Straub (803): | ||
Fix markdown H4's (convert into asciidoc H5's) | Fix markdown H4's (convert into asciidoc H5's) | ||
Line 93: | Line 94: | ||
</code> | </code> | ||
- | Finally, don't count merge commits: | + | Don't count merge commits: |
<code> | <code> | ||
- | git shortlog -n -s --no-merges | + | $ git shortlog -n -s --no-merges |
803 Ben Straub | 803 Ben Straub | ||
306 Scott Chacon | 306 Scott Chacon |