CINXE.COM

Git - git-shortlog Documentation

<!DOCTYPE html> <html lang="en"> <head> <meta charset='utf-8'> <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Git - git-shortlog Documentation</title> <link href="/favicon.ico" rel='shortcut icon' type='image/x-icon'> <link rel="stylesheet" href="/application.min.css"> <script src="/js/modernizr.js"></script> <script src="/js/modernize.js"></script> </head> <body id="documentation"> <div class="inner"> <header> <a href="/"><img src="/images/logo@2x.png" width="110" height="46" alt="Git" /></a> <span id="tagline"></span> <script type="text/javascript"> const taglines = [ "fast-version-control", "everything-is-local", "distributed-even-if-your-workflow-isnt", "local-branching-on-the-cheap", "distributed-is-the-new-centralized" ]; var tagline = taglines[Math.floor(Math.random() * taglines.length)]; document.getElementById('tagline').innerHTML = '--' + tagline; </script> <form id="search" action="/search/results"> <input id="search-text" name="search" placeholder="Type / to search entire site…" autocomplete="off" type="text" /> </form> <div id="search-results"></div> </header> </div> <div class="inner"> <div id="content-wrapper"> <div tabindex="1" class="sidebar-btn"></div> <aside class="sidebar" id="sidebar"> <nav> <ul> <li> <a href="/about">About</a> <ul> </ul> </li> <li> <a href="/doc" class="active">Documentation</a> <ul class="expanded"> <li> <a href="/docs" class="active">Reference</a> </li> <li> <a href="/book">Book</a> </li> <li> <a href="/videos">Videos</a> </li> <li> <a href="/doc/ext">External Links</a> </li> </ul> </li> <li> <a href="/downloads">Downloads</a> <ul > <li> <a href="/downloads/guis">GUI Clients</a> </li> <li> <a href="/downloads/logos">Logos</a> </li> </ul> </li> <li> <a href="/community">Community</a> </li> </ul> </nav> </aside> <div id="content"> <div id='reference-version'> <a class="dropdown-trigger" id="reference-languages-trigger" data-panel-id="l10n-versions-dropdown" href="#"> English ▾</a> <div class='dropdown-panel right' id='l10n-versions-dropdown'> <header>Localized versions of <strong>git-shortlog</strong> manual</header> <ol class='reference-previous-versions'> <li> <a href="/docs/git-shortlog"><span class="version">English</span> </a> </li> <li> <a href="/docs/git-shortlog/fr"><span class="version">Français</span> </a> </li> <li> <a href="/docs/git-shortlog/pt_BR"><span class="version">Português (Brasil)</span> </a> </li> <li> <a href="/docs/git-shortlog/zh_HANS-CN"><span class="version">简体中文</span> </a> </li> </ol> <footer> Want to read in your language or fix typos?<br/> <a href="https://github.com/jnavila/git-manpages-l10n">You can help translate this page</a>. </footer> </div> <a class="dropdown-trigger" id="reference-topics-trigger" data-panel-id="topics-dropdown" href="#">Topics ▾</a> <div class='dropdown-panel right' id='topics-dropdown'> <div class='three-column'> <div class='column-left'> <h3 class='setup'>Setup and Config</h3> <ul class='unstyled'> <li> <a href="/docs/git"> git </a> </li> <li> <a href="/docs/git-config"> config </a> </li> <li> <a href="/docs/git-help"> help </a> </li> <li> <a href="/docs/git-bugreport"> bugreport </a> </li> <li> <a href="/doc/credential-helpers"> Credential helpers </a> </li> </ul> <h3 class='projects'>Getting and Creating Projects</h3> <ul class='unstyled'> <li> <a href="/docs/git-init"> init </a> </li> <li> <a href="/docs/git-clone"> clone </a> </li> </ul> <h3 class='snapshotting'>Basic Snapshotting</h3> <ul class='unstyled'> <li> <a href="/docs/git-add"> add </a> </li> <li> <a href="/docs/git-status"> status </a> </li> <li> <a href="/docs/git-diff"> diff </a> </li> <li> <a href="/docs/git-commit"> commit </a> </li> <li> <a href="/docs/git-notes"> notes </a> </li> <li> <a href="/docs/git-restore"> restore </a> </li> <li> <a href="/docs/git-reset"> reset </a> </li> <li> <a href="/docs/git-rm"> rm </a> </li> <li> <a href="/docs/git-mv"> mv </a> </li> </ul> <h3 class='branching'>Branching and Merging</h3> <ul class='unstyled'> <li> <a href="/docs/git-branch"> branch </a> </li> <li> <a href="/docs/git-checkout"> checkout </a> </li> <li> <a href="/docs/git-switch"> switch </a> </li> <li> <a href="/docs/git-merge"> merge </a> </li> <li> <a href="/docs/git-mergetool"> mergetool </a> </li> <li> <a href="/docs/git-log"> log </a> </li> <li> <a href="/docs/git-stash"> stash </a> </li> <li> <a href="/docs/git-tag"> tag </a> </li> <li> <a href="/docs/git-worktree"> worktree </a> </li> </ul> <h3 class='sharing'>Sharing and Updating Projects</h3> <ul class='unstyled'> <li> <a href="/docs/git-fetch"> fetch </a> </li> <li> <a href="/docs/git-pull"> pull </a> </li> <li> <a href="/docs/git-push"> push </a> </li> <li> <a href="/docs/git-remote"> remote </a> </li> <li> <a href="/docs/git-submodule"> submodule </a> </li> </ul> </div> <div class='column-middle'> <h3 class='inspection'>Inspection and Comparison</h3> <ul class='unstyled'> <li> <a href="/docs/git-show"> show </a> </li> <li> <a href="/docs/git-log"> log </a> </li> <li> <a href="/docs/git-diff"> diff </a> </li> <li> <a href="/docs/git-difftool"> difftool </a> </li> <li> <a href="/docs/git-range-diff"> range-diff </a> </li> <li> <a href="/docs/git-shortlog"> shortlog </a> </li> <li> <a href="/docs/git-describe"> describe </a> </li> </ul> <h3 class='patching'>Patching</h3> <ul class='unstyled'> <li> <a href="/docs/git-apply"> apply </a> </li> <li> <a href="/docs/git-cherry-pick"> cherry-pick </a> </li> <li> <a href="/docs/git-diff"> diff </a> </li> <li> <a href="/docs/git-rebase"> rebase </a> </li> <li> <a href="/docs/git-revert"> revert </a> </li> </ul> <h3 class='debugging'>Debugging</h3> <ul class='unstyled'> <li> <a href="/docs/git-bisect"> bisect </a> </li> <li> <a href="/docs/git-blame"> blame </a> </li> <li> <a href="/docs/git-grep"> grep </a> </li> </ul> <h3 class='email'>Email</h3> <ul class='unstyled'> <li> <a href="/docs/git-am"> am </a> </li> <li> <a href="/docs/git-apply"> apply </a> </li> <li> <a href="/docs/git-format-patch"> format-patch </a> </li> <li> <a href="/docs/git-send-email"> send-email </a> </li> <li> <a href="/docs/git-request-pull"> request-pull </a> </li> </ul> <h3 class='external'>External Systems</h3> <ul class='unstyled'> <li> <a href="/docs/git-svn"> svn </a> </li> <li> <a href="/docs/git-fast-import"> fast-import </a> </li> </ul> <h3 class='server-admin'>Server Admin</h3> <ul class='unstyled'> <li> <a href="/docs/git-daemon"> daemon </a> </li> <li> <a href="/docs/git-update-server-info"> update-server-info </a> </li> </ul> </div> <div class='column-right'> <h3 class='guides'>Guides</h3> <ul class='unstyled'> <li> <a href="/docs/gitattributes"> gitattributes </a> </li> <li> <a href="/docs/gitcli"> Command-line interface conventions </a> </li> <li> <a href="/docs/giteveryday"> Everyday Git </a> </li> <li> <a href="/docs/gitfaq"> Frequently Asked Questions (FAQ) </a> </li> <li> <a href="/docs/gitglossary"> Glossary </a> </li> <li> <a href="/docs/githooks"> Hooks </a> </li> <li> <a href="/docs/gitignore"> gitignore </a> </li> <li> <a href="/docs/gitmodules"> gitmodules </a> </li> <li> <a href="/docs/gitrevisions"> Revisions </a> </li> <li> <a href="/docs/gitsubmodules"> Submodules </a> </li> <li> <a href="/docs/gittutorial"> Tutorial </a> </li> <li> <a href="/docs/gitworkflows"> Workflows </a> </li> <li> <a href="/docs/git#_guides"> All guides... </a> </li> </ul> <h3 class='admin'>Administration</h3> <ul class='unstyled'> <li> <a href="/docs/git-clean"> clean </a> </li> <li> <a href="/docs/git-gc"> gc </a> </li> <li> <a href="/docs/git-fsck"> fsck </a> </li> <li> <a href="/docs/git-reflog"> reflog </a> </li> <li> <a href="/docs/git-filter-branch"> filter-branch </a> </li> <li> <a href="/docs/git-instaweb"> instaweb </a> </li> <li> <a href="/docs/git-archive"> archive </a> </li> <li> <a href="/docs/git-bundle"> bundle </a> </li> </ul> <h3 class='plumbing'>Plumbing Commands</h3> <ul class='unstyled'> <li> <a href="/docs/git-cat-file"> cat-file </a> </li> <li> <a href="/docs/git-check-ignore"> check-ignore </a> </li> <li> <a href="/docs/git-checkout-index"> checkout-index </a> </li> <li> <a href="/docs/git-commit-tree"> commit-tree </a> </li> <li> <a href="/docs/git-count-objects"> count-objects </a> </li> <li> <a href="/docs/git-diff-index"> diff-index </a> </li> <li> <a href="/docs/git-for-each-ref"> for-each-ref </a> </li> <li> <a href="/docs/git-hash-object"> hash-object </a> </li> <li> <a href="/docs/git-ls-files"> ls-files </a> </li> <li> <a href="/docs/git-ls-tree"> ls-tree </a> </li> <li> <a href="/docs/git-merge-base"> merge-base </a> </li> <li> <a href="/docs/git-read-tree"> read-tree </a> </li> <li> <a href="/docs/git-rev-list"> rev-list </a> </li> <li> <a href="/docs/git-rev-parse"> rev-parse </a> </li> <li> <a href="/docs/git-show-ref"> show-ref </a> </li> <li> <a href="/docs/git-symbolic-ref"> symbolic-ref </a> </li> <li> <a href="/docs/git-update-index"> update-index </a> </li> <li> <a href="/docs/git-update-ref"> update-ref </a> </li> <li> <a href="/docs/git-verify-pack"> verify-pack </a> </li> <li> <a href="/docs/git-write-tree"> write-tree </a> </li> </ul> </div> </div> </div> <a class="dropdown-trigger" id="reference-versions-trigger" data-panel-id="previous-versions-dropdown" href="#"> Version 2.35.0 ▾ </a> <span class="light d-flex">git-shortlog last updated in 2.45.0</span> <div class='dropdown-panel left' id='previous-versions-dropdown'> <header>Changes in the <strong>git-shortlog</strong> manual</header> <ol class='reference-previous-versions'> <li class="no-change"><span>2.45.1 &rarr; 2.47.0 no changes</span></li> <li> <a href="/docs/git-shortlog/2.45.0"><span class="version">2.45.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">04/29/24</em> </a> </li> <li class="no-change"><span>2.43.3 &rarr; 2.44.2 no changes</span></li> <li> <a href="/docs/git-shortlog/2.43.2"><span class="version">2.43.2</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">02/13/24</em> </a> </li> <li class="no-change"><span>2.43.1 no changes</span></li> <li> <a href="/docs/git-shortlog/2.43.0"><span class="version">2.43.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">11/20/23</em> </a> </li> <li class="no-change"><span>2.42.1 &rarr; 2.42.3 no changes</span></li> <li> <a href="/docs/git-shortlog/2.42.0"><span class="version">2.42.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">08/21/23</em> </a> </li> <li class="no-change"><span>2.41.1 &rarr; 2.41.2 no changes</span></li> <li> <a href="/docs/git-shortlog/2.41.0"><span class="version">2.41.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">06/01/23</em> </a> </li> <li class="no-change"><span>2.40.1 &rarr; 2.40.3 no changes</span></li> <li> <a href="/docs/git-shortlog/2.40.0"><span class="version">2.40.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">03/12/23</em> </a> </li> <li class="no-change"><span>2.39.1 &rarr; 2.39.5 no changes</span></li> <li> <a href="/docs/git-shortlog/2.39.0"><span class="version">2.39.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">12/12/22</em> </a> </li> <li class="no-change"><span>2.38.1 &rarr; 2.38.5 no changes</span></li> <li> <a href="/docs/git-shortlog/2.38.0"><span class="version">2.38.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">10/02/22</em> </a> </li> <li class="no-change"><span>2.37.1 &rarr; 2.37.7 no changes</span></li> <li> <a href="/docs/git-shortlog/2.37.0"><span class="version">2.37.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">06/27/22</em> </a> </li> <li class="no-change"><span>2.36.1 &rarr; 2.36.6 no changes</span></li> <li> <a href="/docs/git-shortlog/2.36.0"><span class="version">2.36.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">04/18/22</em> </a> </li> <li class="no-change"><span>2.35.1 &rarr; 2.35.8 no changes</span></li> <li> <a href="/docs/git-shortlog/2.35.0"><span class="version">2.35.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">01/24/22</em> </a> </li> <li class="no-change"><span>2.33.3 &rarr; 2.34.8 no changes</span></li> <li> <a href="/docs/git-shortlog/2.33.2"><span class="version">2.33.2</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">03/23/22</em> </a> </li> <li> <a href="/docs/git-shortlog/2.33.1"><span class="version">2.33.1</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">10/12/21</em> </a> </li> <li> <a href="/docs/git-shortlog/2.33.0"><span class="version">2.33.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">08/16/21</em> </a> </li> <li class="no-change"><span>2.32.1 &rarr; 2.32.7 no changes</span></li> <li> <a href="/docs/git-shortlog/2.32.0"><span class="version">2.32.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">06/06/21</em> </a> </li> <li class="no-change"><span>2.31.1 &rarr; 2.31.8 no changes</span></li> <li> <a href="/docs/git-shortlog/2.31.0"><span class="version">2.31.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">03/15/21</em> </a> </li> <li class="no-change"><span>2.30.1 &rarr; 2.30.9 no changes</span></li> <li> <a href="/docs/git-shortlog/2.30.0"><span class="version">2.30.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">12/27/20</em> </a> </li> <li class="no-change"><span>2.29.1 &rarr; 2.29.3 no changes</span></li> <li> <a href="/docs/git-shortlog/2.29.0"><span class="version">2.29.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">10/19/20</em> </a> </li> <li class="no-change"><span>2.27.1 &rarr; 2.28.1 no changes</span></li> <li> <a href="/docs/git-shortlog/2.27.0"><span class="version">2.27.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">06/01/20</em> </a> </li> <li class="no-change"><span>2.25.1 &rarr; 2.26.3 no changes</span></li> <li> <a href="/docs/git-shortlog/2.25.0"><span class="version">2.25.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">01/13/20</em> </a> </li> <li class="no-change"><span>2.18.1 &rarr; 2.24.4 no changes</span></li> <li> <a href="/docs/git-shortlog/2.18.0"><span class="version">2.18.0</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">06/21/18</em> </a> </li> <li class="no-change"><span>2.13.7 &rarr; 2.17.6 no changes</span></li> <li> <a href="/docs/git-shortlog/2.12.5"><span class="version">2.12.5</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">09/22/17</em> </a> </li> <li class="no-change"><span>2.1.4 &rarr; 2.11.4 no changes</span></li> <li> <a href="/docs/git-shortlog/2.0.5"><span class="version">2.0.5</span> <span class="diff"> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/green-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/red-dot.png" /> <img src="/images/icons/grey-dot.png" /> <img src="/images/icons/grey-dot.png" /> </span> <em class="date">12/17/14</em> </a> </li> <li>&nbsp;</li> </ol> <footer> <p>Check your version of git by running</p> <code class="command">git --version</code> </footer> </div> </div> <div id="main"> <div class="sect1"> <h2 id="_name"><a class="anchor" href="#_name"></a>NAME</h2> <div class="sectionbody"> <div class="paragraph"> <p>git-shortlog - Summarize <em>git log</em> output</p> </div> </div> </div> <div class="sect1"> <h2 id="_synopsis"><a class="anchor" href="#_synopsis"></a>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content"><em>git shortlog</em> [&lt;options&gt;] [&lt;revision-range&gt;] [[--] &lt;path&gt;&#8230;&#8203;] git log --pretty=short | <em>git shortlog</em> [&lt;options&gt;]</pre> </div> </div> </div> <div class="sect1"> <h2 id="_description"><a class="anchor" href="#_description"></a>DESCRIPTION</h2> <div class="sectionbody"> <div class="paragraph"> <p>Summarizes <em>git log</em> output in a format suitable for inclusion in release announcements. Each commit will be grouped by author and title.</p> </div> <div class="paragraph"> <p>Additionally, "[PATCH]" will be stripped from the commit description.</p> </div> <div class="paragraph"> <p>If no revisions are passed on the command line and either standard input is not a terminal or there is no current branch, <em>git shortlog</em> will output a summary of the log read from standard input, without reference to the current repository.</p> </div> </div> </div> <div class="sect1"> <h2 id="_options"><a class="anchor" href="#_options"></a>OPTIONS</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt--n"> <a class="anchor" href="#Documentation/git-shortlog.txt--n"></a>-n </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---numbered"> <a class="anchor" href="#Documentation/git-shortlog.txt---numbered"></a>--numbered </dt> <dd> <p>Sort output according to the number of commits per author instead of author alphabetic order.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--s"> <a class="anchor" href="#Documentation/git-shortlog.txt--s"></a>-s </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---summary"> <a class="anchor" href="#Documentation/git-shortlog.txt---summary"></a>--summary </dt> <dd> <p>Suppress commit description and provide a commit count summary only.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--e"> <a class="anchor" href="#Documentation/git-shortlog.txt--e"></a>-e </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---email"> <a class="anchor" href="#Documentation/git-shortlog.txt---email"></a>--email </dt> <dd> <p>Show the email address of each author.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---formatltformatgt"> <a class="anchor" href="#Documentation/git-shortlog.txt---formatltformatgt"></a>--format[=&lt;format&gt;] </dt> <dd> <p>Instead of the commit subject, use some other information to describe each commit. <em>&lt;format&gt;</em> can be any string accepted by the <code>--format</code> option of <em>git log</em>, such as <em>* [%h] %s</em>. (See the "PRETTY FORMATS" section of <a href='/docs/git-log'>git-log[1]</a>.)</p> <div class="literalblock"> <div class="content"> <pre>Each pretty-printed commit will be rewrapped before it is shown.</pre> </div> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---grouplttypegt"> <a class="anchor" href="#Documentation/git-shortlog.txt---grouplttypegt"></a>--group=&lt;type&gt; </dt> <dd> <p>Group commits based on <code>&lt;type&gt;</code>. If no <code>--group</code> option is specified, the default is <code>author</code>. <code>&lt;type&gt;</code> is one of:</p> <div class="openblock"> <div class="content"> <div class="ulist"> <ul> <li> <p><code>author</code>, commits are grouped by author</p> </li> <li> <p><code>committer</code>, commits are grouped by committer (the same as <code>-c</code>)</p> </li> <li> <p><code>trailer:&lt;field&gt;</code>, the <code>&lt;field&gt;</code> is interpreted as a case-insensitive commit message trailer (see <a href='/docs/git-interpret-trailers'>git-interpret-trailers[1]</a>). For example, if your project uses <code>Reviewed-by</code> trailers, you might want to see who has been reviewing with <code>git shortlog -ns --group=trailer:reviewed-by</code>.</p> <div class="paragraph"> <p>Note that commits that do not include the trailer will not be counted. Likewise, commits with multiple trailers (e.g., multiple signoffs) may be counted more than once (but only once per unique trailer value in that commit).</p> </div> <div class="paragraph"> <p>Shortlog will attempt to parse each trailer value as a <code>name &lt;email&gt;</code> identity. If successful, the mailmap is applied and the email is omitted unless the <code>--email</code> option is specified. If the value cannot be parsed as an identity, it will be taken literally and completely.</p> </div> </li> </ul> </div> </div> </div> <div class="paragraph"> <p>If <code>--group</code> is specified multiple times, commits are counted under each value (but again, only once per unique value in that commit). For example, <code>git shortlog --group=author --group=trailer:co-authored-by</code> counts both authors and co-authors.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--c"> <a class="anchor" href="#Documentation/git-shortlog.txt--c"></a>-c </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---committer"> <a class="anchor" href="#Documentation/git-shortlog.txt---committer"></a>--committer </dt> <dd> <p>This is an alias for <code>--group=committer</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--wltwidthgtltindent1gtltindent2gt"> <a class="anchor" href="#Documentation/git-shortlog.txt--wltwidthgtltindent1gtltindent2gt"></a>-w[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]] </dt> <dd> <p>Linewrap the output by wrapping each line at <code>width</code>. The first line of each entry is indented by <code>indent1</code> spaces, and the second and subsequent lines are indented by <code>indent2</code> spaces. <code>width</code>, <code>indent1</code>, and <code>indent2</code> default to 76, 6 and 9 respectively.</p> <div class="paragraph"> <p>If width is <code>0</code> (zero) then indent the lines of the output without wrapping them.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt-ltrevision-rangegt"> <a class="anchor" href="#Documentation/git-shortlog.txt-ltrevision-rangegt"></a>&lt;revision-range&gt; </dt> <dd> <p>Show only commits in the specified revision range. When no &lt;revision-range&gt; is specified, it defaults to <code>HEAD</code> (i.e. the whole history leading to the current commit). <code>origin..HEAD</code> specifies all the commits reachable from the current commit (i.e. <code>HEAD</code>), but not from <code>origin</code>. For a complete list of ways to spell &lt;revision-range&gt;, see the "Specifying Ranges" section of <a href='/docs/gitrevisions'>gitrevisions[7]</a>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---ltpathgt82308203"> <a class="anchor" href="#Documentation/git-shortlog.txt---ltpathgt82308203"></a>[--] &lt;path&gt;&#8230;&#8203; </dt> <dd> <p>Consider only commits that are enough to explain how the files that match the specified paths came to be.</p> <div class="paragraph"> <p>Paths may need to be prefixed with <code>--</code> to separate them from options or the revision range, when confusion arises.</p> </div> </dd> </dl> </div> <div class="sect2"> <h3 id="_commit_limiting"><a class="anchor" href="#_commit_limiting"></a>Commit Limiting</h3> <div class="paragraph"> <p>Besides specifying a range of commits that should be listed using the special notations explained in the description, additional commit limiting may be applied.</p> </div> <div class="paragraph"> <p>Using more options generally further limits the output (e.g. <code>--since=&lt;date1&gt;</code> limits to commits newer than <code>&lt;date1&gt;</code>, and using it with <code>--grep=&lt;pattern&gt;</code> further limits to commits whose log message has a line that matches <code>&lt;pattern&gt;</code>), unless otherwise noted.</p> </div> <div class="paragraph"> <p>Note that these are applied before commit ordering and formatting options, such as <code>--reverse</code>.</p> </div> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt--ltnumbergt"> <a class="anchor" href="#Documentation/git-shortlog.txt--ltnumbergt"></a>-&lt;number&gt; </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt--nltnumbergt"> <a class="anchor" href="#Documentation/git-shortlog.txt--nltnumbergt"></a>-n &lt;number&gt; </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---max-countltnumbergt"> <a class="anchor" href="#Documentation/git-shortlog.txt---max-countltnumbergt"></a>--max-count=&lt;number&gt; </dt> <dd> <p>Limit the number of commits to output.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---skipltnumbergt"> <a class="anchor" href="#Documentation/git-shortlog.txt---skipltnumbergt"></a>--skip=&lt;number&gt; </dt> <dd> <p>Skip <em>number</em> commits before starting to show the commit output.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---sinceltdategt"> <a class="anchor" href="#Documentation/git-shortlog.txt---sinceltdategt"></a>--since=&lt;date&gt; </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---afterltdategt"> <a class="anchor" href="#Documentation/git-shortlog.txt---afterltdategt"></a>--after=&lt;date&gt; </dt> <dd> <p>Show commits more recent than a specific date.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---untilltdategt"> <a class="anchor" href="#Documentation/git-shortlog.txt---untilltdategt"></a>--until=&lt;date&gt; </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---beforeltdategt"> <a class="anchor" href="#Documentation/git-shortlog.txt---beforeltdategt"></a>--before=&lt;date&gt; </dt> <dd> <p>Show commits older than a specific date.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---authorltpatterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---authorltpatterngt"></a>--author=&lt;pattern&gt; </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---committerltpatterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---committerltpatterngt"></a>--committer=&lt;pattern&gt; </dt> <dd> <p>Limit the commits output to ones with author/committer header lines that match the specified pattern (regular expression). With more than one <code>--author=&lt;pattern&gt;</code>, commits whose author matches any of the given patterns are chosen (similarly for multiple <code>--committer=&lt;pattern&gt;</code>).</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---grep-reflogltpatterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---grep-reflogltpatterngt"></a>--grep-reflog=&lt;pattern&gt; </dt> <dd> <p>Limit the commits output to ones with reflog entries that match the specified pattern (regular expression). With more than one <code>--grep-reflog</code>, commits whose reflog message matches any of the given patterns are chosen. It is an error to use this option unless <code>--walk-reflogs</code> is in use.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---grepltpatterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---grepltpatterngt"></a>--grep=&lt;pattern&gt; </dt> <dd> <p>Limit the commits output to ones with log message that matches the specified pattern (regular expression). With more than one <code>--grep=&lt;pattern&gt;</code>, commits whose message matches any of the given patterns are chosen (but see <code>--all-match</code>).</p> <div class="paragraph"> <p>When <code>--notes</code> is in effect, the message from the notes is matched as if it were part of the log message.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---all-match"> <a class="anchor" href="#Documentation/git-shortlog.txt---all-match"></a>--all-match </dt> <dd> <p>Limit the commits output to ones that match all given <code>--grep</code>, instead of ones that match at least one.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---invert-grep"> <a class="anchor" href="#Documentation/git-shortlog.txt---invert-grep"></a>--invert-grep </dt> <dd> <p>Limit the commits output to ones with log message that do not match the pattern specified with <code>--grep=&lt;pattern&gt;</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--i"> <a class="anchor" href="#Documentation/git-shortlog.txt--i"></a>-i </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---regexp-ignore-case"> <a class="anchor" href="#Documentation/git-shortlog.txt---regexp-ignore-case"></a>--regexp-ignore-case </dt> <dd> <p>Match the regular expression limiting patterns without regard to letter case.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---basic-regexp"> <a class="anchor" href="#Documentation/git-shortlog.txt---basic-regexp"></a>--basic-regexp </dt> <dd> <p>Consider the limiting patterns to be basic regular expressions; this is the default.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--E"> <a class="anchor" href="#Documentation/git-shortlog.txt--E"></a>-E </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---extended-regexp"> <a class="anchor" href="#Documentation/git-shortlog.txt---extended-regexp"></a>--extended-regexp </dt> <dd> <p>Consider the limiting patterns to be extended regular expressions instead of the default basic regular expressions.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--F"> <a class="anchor" href="#Documentation/git-shortlog.txt--F"></a>-F </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---fixed-strings"> <a class="anchor" href="#Documentation/git-shortlog.txt---fixed-strings"></a>--fixed-strings </dt> <dd> <p>Consider the limiting patterns to be fixed strings (don&#8217;t interpret pattern as a regular expression).</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--P"> <a class="anchor" href="#Documentation/git-shortlog.txt--P"></a>-P </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---perl-regexp"> <a class="anchor" href="#Documentation/git-shortlog.txt---perl-regexp"></a>--perl-regexp </dt> <dd> <p>Consider the limiting patterns to be Perl-compatible regular expressions.</p> <div class="paragraph"> <p>Support for these types of regular expressions is an optional compile-time dependency. If Git wasn&#8217;t compiled with support for them providing this option will cause it to die.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---remove-empty"> <a class="anchor" href="#Documentation/git-shortlog.txt---remove-empty"></a>--remove-empty </dt> <dd> <p>Stop when a given path disappears from the tree.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---merges"> <a class="anchor" href="#Documentation/git-shortlog.txt---merges"></a>--merges </dt> <dd> <p>Print only merge commits. This is exactly the same as <code>--min-parents=2</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---no-merges"> <a class="anchor" href="#Documentation/git-shortlog.txt---no-merges"></a>--no-merges </dt> <dd> <p>Do not print commits with more than one parent. This is exactly the same as <code>--max-parents=1</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---min-parentsltnumbergt"> <a class="anchor" href="#Documentation/git-shortlog.txt---min-parentsltnumbergt"></a>--min-parents=&lt;number&gt; </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---max-parentsltnumbergt"> <a class="anchor" href="#Documentation/git-shortlog.txt---max-parentsltnumbergt"></a>--max-parents=&lt;number&gt; </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---no-min-parents"> <a class="anchor" href="#Documentation/git-shortlog.txt---no-min-parents"></a>--no-min-parents </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---no-max-parents"> <a class="anchor" href="#Documentation/git-shortlog.txt---no-max-parents"></a>--no-max-parents </dt> <dd> <p>Show only commits which have at least (or at most) that many parent commits. In particular, <code>--max-parents=1</code> is the same as <code>--no-merges</code>, <code>--min-parents=2</code> is the same as <code>--merges</code>. <code>--max-parents=0</code> gives all root commits and <code>--min-parents=3</code> all octopus merges.</p> <div class="paragraph"> <p><code>--no-min-parents</code> and <code>--no-max-parents</code> reset these limits (to no limit) again. Equivalent forms are <code>--min-parents=0</code> (any commit has 0 or more parents) and <code>--max-parents=-1</code> (negative numbers denote no upper limit).</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---first-parent"> <a class="anchor" href="#Documentation/git-shortlog.txt---first-parent"></a>--first-parent </dt> <dd> <p>Follow only the first parent commit upon seeing a merge commit. This option can give a better overview when viewing the evolution of a particular topic branch, because merges into a topic branch tend to be only about adjusting to updated upstream from time to time, and this option allows you to ignore the individual commits brought in to your history by such a merge.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---not"> <a class="anchor" href="#Documentation/git-shortlog.txt---not"></a>--not </dt> <dd> <p>Reverses the meaning of the <em>^</em> prefix (or lack thereof) for all following revision specifiers, up to the next <code>--not</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---all"> <a class="anchor" href="#Documentation/git-shortlog.txt---all"></a>--all </dt> <dd> <p>Pretend as if all the refs in <code>refs/</code>, along with <code>HEAD</code>, are listed on the command line as <em>&lt;commit&gt;</em>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---branchesltpatterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---branchesltpatterngt"></a>--branches[=&lt;pattern&gt;] </dt> <dd> <p>Pretend as if all the refs in <code>refs/heads</code> are listed on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit branches to ones matching given shell glob. If pattern lacks <em>?</em>, <em>*</em>, or <em>[</em>, <em>/*</em> at the end is implied.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---tagsltpatterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---tagsltpatterngt"></a>--tags[=&lt;pattern&gt;] </dt> <dd> <p>Pretend as if all the refs in <code>refs/tags</code> are listed on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit tags to ones matching given shell glob. If pattern lacks <em>?</em>, <em>*</em>, or <em>[</em>, <em>/*</em> at the end is implied.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---remotesltpatterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---remotesltpatterngt"></a>--remotes[=&lt;pattern&gt;] </dt> <dd> <p>Pretend as if all the refs in <code>refs/remotes</code> are listed on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit remote-tracking branches to ones matching given shell glob. If pattern lacks <em>?</em>, <em>*</em>, or <em>[</em>, <em>/*</em> at the end is implied.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---globltglob-patterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---globltglob-patterngt"></a>--glob=&lt;glob-pattern&gt; </dt> <dd> <p>Pretend as if all the refs matching shell glob <em>&lt;glob-pattern&gt;</em> are listed on the command line as <em>&lt;commit&gt;</em>. Leading <em>refs/</em>, is automatically prepended if missing. If pattern lacks <em>?</em>, <em>*</em>, or <em>[</em>, <em>/*</em> at the end is implied.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---excludeltglob-patterngt"> <a class="anchor" href="#Documentation/git-shortlog.txt---excludeltglob-patterngt"></a>--exclude=&lt;glob-pattern&gt; </dt> <dd> <p>Do not include refs matching <em>&lt;glob-pattern&gt;</em> that the next <code>--all</code>, <code>--branches</code>, <code>--tags</code>, <code>--remotes</code>, or <code>--glob</code> would otherwise consider. Repetitions of this option accumulate exclusion patterns up to the next <code>--all</code>, <code>--branches</code>, <code>--tags</code>, <code>--remotes</code>, or <code>--glob</code> option (other options or arguments do not clear accumulated patterns).</p> <div class="paragraph"> <p>The patterns given should not begin with <code>refs/heads</code>, <code>refs/tags</code>, or <code>refs/remotes</code> when applied to <code>--branches</code>, <code>--tags</code>, or <code>--remotes</code>, respectively, and they must begin with <code>refs/</code> when applied to <code>--glob</code> or <code>--all</code>. If a trailing <em>/*</em> is intended, it must be given explicitly.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---reflog"> <a class="anchor" href="#Documentation/git-shortlog.txt---reflog"></a>--reflog </dt> <dd> <p>Pretend as if all objects mentioned by reflogs are listed on the command line as <code>&lt;commit&gt;</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---alternate-refs"> <a class="anchor" href="#Documentation/git-shortlog.txt---alternate-refs"></a>--alternate-refs </dt> <dd> <p>Pretend as if all objects mentioned as ref tips of alternate repositories were listed on the command line. An alternate repository is any repository whose object directory is specified in <code>objects/info/alternates</code>. The set of included objects may be modified by <code>core.alternateRefsCommand</code>, etc. See <a href='/docs/git-config'>git-config[1]</a>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---single-worktree"> <a class="anchor" href="#Documentation/git-shortlog.txt---single-worktree"></a>--single-worktree </dt> <dd> <p>By default, all working trees will be examined by the following options when there are more than one (see <a href='/docs/git-worktree'>git-worktree[1]</a>): <code>--all</code>, <code>--reflog</code> and <code>--indexed-objects</code>. This option forces them to examine the current working tree only.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---ignore-missing"> <a class="anchor" href="#Documentation/git-shortlog.txt---ignore-missing"></a>--ignore-missing </dt> <dd> <p>Upon seeing an invalid object name in the input, pretend as if the bad input was not given.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---bisect"> <a class="anchor" href="#Documentation/git-shortlog.txt---bisect"></a>--bisect </dt> <dd> <p>Pretend as if the bad bisection ref <code>refs/bisect/bad</code> was listed and as if it was followed by <code>--not</code> and the good bisection refs <code>refs/bisect/good-*</code> on the command line.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---stdin"> <a class="anchor" href="#Documentation/git-shortlog.txt---stdin"></a>--stdin </dt> <dd> <p>In addition to the <em>&lt;commit&gt;</em> listed on the command line, read them from the standard input. If a <code>--</code> separator is seen, stop reading commits and start reading paths to limit the result.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---cherry-mark"> <a class="anchor" href="#Documentation/git-shortlog.txt---cherry-mark"></a>--cherry-mark </dt> <dd> <p>Like <code>--cherry-pick</code> (see below) but mark equivalent commits with <code>=</code> rather than omitting them, and inequivalent ones with <code>+</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---cherry-pick"> <a class="anchor" href="#Documentation/git-shortlog.txt---cherry-pick"></a>--cherry-pick </dt> <dd> <p>Omit any commit that introduces the same change as another commit on the &#8220;other side&#8221; when the set of commits are limited with symmetric difference.</p> <div class="paragraph"> <p>For example, if you have two branches, <code>A</code> and <code>B</code>, a usual way to list all commits on only one side of them is with <code>--left-right</code> (see the example below in the description of the <code>--left-right</code> option). However, it shows the commits that were cherry-picked from the other branch (for example, &#8220;3rd on b&#8221; may be cherry-picked from branch A). With this option, such pairs of commits are excluded from the output.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---left-only"> <a class="anchor" href="#Documentation/git-shortlog.txt---left-only"></a>--left-only </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---right-only"> <a class="anchor" href="#Documentation/git-shortlog.txt---right-only"></a>--right-only </dt> <dd> <p>List only commits on the respective side of a symmetric difference, i.e. only those which would be marked <code>&lt;</code> resp. <code>&gt;</code> by <code>--left-right</code>.</p> <div class="paragraph"> <p>For example, <code>--cherry-pick --right-only A...B</code> omits those commits from <code>B</code> which are in <code>A</code> or are patch-equivalent to a commit in <code>A</code>. In other words, this lists the <code>+</code> commits from <code>git cherry A B</code>. More precisely, <code>--cherry-pick --right-only --no-merges</code> gives the exact list.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---cherry"> <a class="anchor" href="#Documentation/git-shortlog.txt---cherry"></a>--cherry </dt> <dd> <p>A synonym for <code>--right-only --cherry-mark --no-merges</code>; useful to limit the output to the commits on our side and mark those that have been applied to the other side of a forked history with <code>git log --cherry upstream...mybranch</code>, similar to <code>git cherry upstream mybranch</code>.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt--g"> <a class="anchor" href="#Documentation/git-shortlog.txt--g"></a>-g </dt> <dt class="hdlist1" id="Documentation/git-shortlog.txt---walk-reflogs"> <a class="anchor" href="#Documentation/git-shortlog.txt---walk-reflogs"></a>--walk-reflogs </dt> <dd> <p>Instead of walking the commit ancestry chain, walk reflog entries from the most recent one to older ones. When this option is used you cannot specify commits to exclude (that is, <em>^commit</em>, <em>commit1..commit2</em>, and <em>commit1...commit2</em> notations cannot be used).</p> <div class="paragraph"> <p>With <code>--pretty</code> format other than <code>oneline</code> and <code>reference</code> (for obvious reasons), this causes the output to have two extra lines of information taken from the reflog. The reflog designator in the output may be shown as <code>ref@{Nth}</code> (where <code>Nth</code> is the reverse-chronological index in the reflog) or as <code>ref@{timestamp}</code> (with the timestamp for that entry), depending on a few rules:</p> </div> <div class="openblock"> <div class="content"> <div class="olist arabic"> <ol class="arabic"> <li> <p>If the starting point is specified as <code>ref@{Nth}</code>, show the index format.</p> </li> <li> <p>If the starting point was specified as <code>ref@{now}</code>, show the timestamp format.</p> </li> <li> <p>If neither was used, but <code>--date</code> was given on the command line, show the timestamp in the format requested by <code>--date</code>.</p> </li> <li> <p>Otherwise, show the index format.</p> </li> </ol> </div> </div> </div> <div class="paragraph"> <p>Under <code>--pretty=oneline</code>, the commit message is prefixed with this information on the same line. This option cannot be combined with <code>--reverse</code>. See also <a href='/docs/git-reflog'>git-reflog[1]</a>.</p> </div> <div class="paragraph"> <p>Under <code>--pretty=reference</code>, this information will not be shown at all.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---merge"> <a class="anchor" href="#Documentation/git-shortlog.txt---merge"></a>--merge </dt> <dd> <p>After a failed merge, show refs that touch files having a conflict and don&#8217;t exist on all heads to merge.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---boundary"> <a class="anchor" href="#Documentation/git-shortlog.txt---boundary"></a>--boundary </dt> <dd> <p>Output excluded boundary commits. Boundary commits are prefixed with <code>-</code>.</p> </dd> </dl> </div> </div> <div class="sect2"> <h3 id="_history_simplification"><a class="anchor" href="#_history_simplification"></a>History Simplification</h3> <div class="paragraph"> <p>Sometimes you are only interested in parts of the history, for example the commits modifying a particular &lt;path&gt;. But there are two parts of <em>History Simplification</em>, one part is selecting the commits and the other is how to do it, as there are various strategies to simplify the history.</p> </div> <div class="paragraph"> <p>The following options select the commits to be shown:</p> </div> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt-ltpathsgt"> <a class="anchor" href="#Documentation/git-shortlog.txt-ltpathsgt"></a>&lt;paths&gt; </dt> <dd> <p>Commits modifying the given &lt;paths&gt; are selected.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---simplify-by-decoration"> <a class="anchor" href="#Documentation/git-shortlog.txt---simplify-by-decoration"></a>--simplify-by-decoration </dt> <dd> <p>Commits that are referred by some branch or tag are selected.</p> </dd> </dl> </div> <div class="paragraph"> <p>Note that extra commits can be shown to give a meaningful history.</p> </div> <div class="paragraph"> <p>The following options affect the way the simplification is performed:</p> </div> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt-Defaultmode"> <a class="anchor" href="#Documentation/git-shortlog.txt-Defaultmode"></a>Default mode </dt> <dd> <p>Simplifies the history to the simplest history explaining the final state of the tree. Simplest because it prunes some side branches if the end result is the same (i.e. merging branches with the same content)</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---show-pulls"> <a class="anchor" href="#Documentation/git-shortlog.txt---show-pulls"></a>--show-pulls </dt> <dd> <p>Include all commits from the default mode, but also any merge commits that are not TREESAME to the first parent but are TREESAME to a later parent. This mode is helpful for showing the merge commits that "first introduced" a change to a branch.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---full-history"> <a class="anchor" href="#Documentation/git-shortlog.txt---full-history"></a>--full-history </dt> <dd> <p>Same as the default mode, but does not prune some history.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---dense"> <a class="anchor" href="#Documentation/git-shortlog.txt---dense"></a>--dense </dt> <dd> <p>Only the selected commits are shown, plus some to have a meaningful history.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---sparse"> <a class="anchor" href="#Documentation/git-shortlog.txt---sparse"></a>--sparse </dt> <dd> <p>All commits in the simplified history are shown.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---simplify-merges"> <a class="anchor" href="#Documentation/git-shortlog.txt---simplify-merges"></a>--simplify-merges </dt> <dd> <p>Additional option to <code>--full-history</code> to remove some needless merges from the resulting history, as there are no selected commits contributing to this merge.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---ancestry-path"> <a class="anchor" href="#Documentation/git-shortlog.txt---ancestry-path"></a>--ancestry-path </dt> <dd> <p>When given a range of commits to display (e.g. <em>commit1..commit2</em> or <em>commit2 ^commit1</em>), only display commits that exist directly on the ancestry chain between the <em>commit1</em> and <em>commit2</em>, i.e. commits that are both descendants of <em>commit1</em>, and ancestors of <em>commit2</em>.</p> </dd> </dl> </div> <div class="paragraph"> <p>A more detailed explanation follows.</p> </div> <div class="paragraph"> <p>Suppose you specified <code>foo</code> as the &lt;paths&gt;. We shall call commits that modify <code>foo</code> !TREESAME, and the rest TREESAME. (In a diff filtered for <code>foo</code>, they look different and equal, respectively.)</p> </div> <div class="paragraph"> <p>In the following, we will always refer to the same example history to illustrate the differences between simplification settings. We assume that you are filtering for a file <code>foo</code> in this commit graph:</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---M---N---O---P---Q / / / / / / I B C D E Y \ / / / / / `-------------' X</pre> </div> </div> <div class="paragraph"> <p>The horizontal line of history A---Q is taken to be the first parent of each merge. The commits are:</p> </div> <div class="ulist"> <ul> <li> <p><code>I</code> is the initial commit, in which <code>foo</code> exists with contents &#8220;asdf&#8221;, and a file <code>quux</code> exists with contents &#8220;quux&#8221;. Initial commits are compared to an empty tree, so <code>I</code> is !TREESAME.</p> </li> <li> <p>In <code>A</code>, <code>foo</code> contains just &#8220;foo&#8221;.</p> </li> <li> <p><code>B</code> contains the same change as <code>A</code>. Its merge <code>M</code> is trivial and hence TREESAME to all parents.</p> </li> <li> <p><code>C</code> does not change <code>foo</code>, but its merge <code>N</code> changes it to &#8220;foobar&#8221;, so it is not TREESAME to any parent.</p> </li> <li> <p><code>D</code> sets <code>foo</code> to &#8220;baz&#8221;. Its merge <code>O</code> combines the strings from <code>N</code> and <code>D</code> to &#8220;foobarbaz&#8221;; i.e., it is not TREESAME to any parent.</p> </li> <li> <p><code>E</code> changes <code>quux</code> to &#8220;xyzzy&#8221;, and its merge <code>P</code> combines the strings to &#8220;quux xyzzy&#8221;. <code>P</code> is TREESAME to <code>O</code>, but not to <code>E</code>.</p> </li> <li> <p><code>X</code> is an independent root commit that added a new file <code>side</code>, and <code>Y</code> modified it. <code>Y</code> is TREESAME to <code>X</code>. Its merge <code>Q</code> added <code>side</code> to <code>P</code>, and <code>Q</code> is TREESAME to <code>P</code>, but not to <code>Y</code>.</p> </li> </ul> </div> <div class="paragraph"> <p><code>rev-list</code> walks backwards through history, including or excluding commits based on whether <code>--full-history</code> and/or parent rewriting (via <code>--parents</code> or <code>--children</code>) are used. The following settings are available.</p> </div> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt-Defaultmode-1"> <a class="anchor" href="#Documentation/git-shortlog.txt-Defaultmode-1"></a>Default mode </dt> <dd> <p>Commits are included if they are not TREESAME to any parent (though this can be changed, see <code>--sparse</code> below). If the commit was a merge, and it was TREESAME to one parent, follow only that parent. (Even if there are several TREESAME parents, follow only one of them.) Otherwise, follow all parents.</p> <div class="paragraph"> <p>This results in:</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---N---O / / / I---------D</pre> </div> </div> <div class="paragraph"> <p>Note how the rule to only follow the TREESAME parent, if one is available, removed <code>B</code> from consideration entirely. <code>C</code> was considered via <code>N</code>, but is TREESAME. Root commits are compared to an empty tree, so <code>I</code> is !TREESAME.</p> </div> <div class="paragraph"> <p>Parent/child relations are only visible with <code>--parents</code>, but that does not affect the commits selected in default mode, so we have shown the parent lines.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---full-historywithoutparentrewriting"> <a class="anchor" href="#Documentation/git-shortlog.txt---full-historywithoutparentrewriting"></a>--full-history without parent rewriting </dt> <dd> <p>This mode differs from the default in one point: always follow all parents of a merge, even if it is TREESAME to one of them. Even if more than one side of the merge has commits that are included, this does not imply that the merge itself is! In the example, we get</p> <div class="listingblock"> <div class="content"> <pre> I A B N D O P Q</pre> </div> </div> <div class="paragraph"> <p><code>M</code> was excluded because it is TREESAME to both parents. <code>E</code>, <code>C</code> and <code>B</code> were all walked, but only <code>B</code> was !TREESAME, so the others do not appear.</p> </div> <div class="paragraph"> <p>Note that without parent rewriting, it is not really possible to talk about the parent/child relationships between the commits, so we show them disconnected.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---full-historywithparentrewriting"> <a class="anchor" href="#Documentation/git-shortlog.txt---full-historywithparentrewriting"></a>--full-history with parent rewriting </dt> <dd> <p>Ordinary commits are only included if they are !TREESAME (though this can be changed, see <code>--sparse</code> below).</p> <div class="paragraph"> <p>Merges are always included. However, their parent list is rewritten: Along each parent, prune away commits that are not included themselves. This results in</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---M---N---O---P---Q / / / / / I B / D / \ / / / / `-------------'</pre> </div> </div> <div class="paragraph"> <p>Compare to <code>--full-history</code> without rewriting above. Note that <code>E</code> was pruned away because it is TREESAME, but the parent list of P was rewritten to contain <code>E</code>'s parent <code>I</code>. The same happened for <code>C</code> and <code>N</code>, and <code>X</code>, <code>Y</code> and <code>Q</code>.</p> </div> </dd> </dl> </div> <div class="paragraph"> <p>In addition to the above settings, you can change whether TREESAME affects inclusion:</p> </div> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt---dense-1"> <a class="anchor" href="#Documentation/git-shortlog.txt---dense-1"></a>--dense </dt> <dd> <p>Commits that are walked are included if they are not TREESAME to any parent.</p> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---sparse-1"> <a class="anchor" href="#Documentation/git-shortlog.txt---sparse-1"></a>--sparse </dt> <dd> <p>All commits that are walked are included.</p> <div class="paragraph"> <p>Note that without <code>--full-history</code>, this still simplifies merges: if one of the parents is TREESAME, we follow only that one, so the other sides of the merge are never walked.</p> </div> </dd> <dt class="hdlist1" id="Documentation/git-shortlog.txt---simplify-merges-1"> <a class="anchor" href="#Documentation/git-shortlog.txt---simplify-merges-1"></a>--simplify-merges </dt> <dd> <p>First, build a history graph in the same way that <code>--full-history</code> with parent rewriting does (see above).</p> <div class="paragraph"> <p>Then simplify each commit <code>C</code> to its replacement <code>C'</code> in the final history according to the following rules:</p> </div> <div class="openblock"> <div class="content"> <div class="ulist"> <ul> <li> <p>Set <code>C'</code> to <code>C</code>.</p> </li> <li> <p>Replace each parent <code>P</code> of <code>C'</code> with its simplification <code>P'</code>. In the process, drop parents that are ancestors of other parents or that are root commits TREESAME to an empty tree, and remove duplicates, but take care to never drop all parents that we are TREESAME to.</p> </li> <li> <p>If after this parent rewriting, <code>C'</code> is a root or merge commit (has zero or &gt;1 parents), a boundary commit, or !TREESAME, it remains. Otherwise, it is replaced with its only parent.</p> </li> </ul> </div> </div> </div> <div class="paragraph"> <p>The effect of this is best shown by way of comparing to <code>--full-history</code> with parent rewriting. The example turns into:</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---M---N---O / / / I B D \ / / `---------'</pre> </div> </div> <div class="paragraph"> <p>Note the major differences in <code>N</code>, <code>P</code>, and <code>Q</code> over <code>--full-history</code>:</p> </div> <div class="openblock"> <div class="content"> <div class="ulist"> <ul> <li> <p><code>N</code>'s parent list had <code>I</code> removed, because it is an ancestor of the other parent <code>M</code>. Still, <code>N</code> remained because it is !TREESAME.</p> </li> <li> <p><code>P</code>'s parent list similarly had <code>I</code> removed. <code>P</code> was then removed completely, because it had one parent and is TREESAME.</p> </li> <li> <p><code>Q</code>'s parent list had <code>Y</code> simplified to <code>X</code>. <code>X</code> was then removed, because it was a TREESAME root. <code>Q</code> was then removed completely, because it had one parent and is TREESAME.</p> </li> </ul> </div> </div> </div> </dd> </dl> </div> <div class="paragraph"> <p>There is another simplification mode available:</p> </div> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt---ancestry-path-1"> <a class="anchor" href="#Documentation/git-shortlog.txt---ancestry-path-1"></a>--ancestry-path </dt> <dd> <p>Limit the displayed commits to those directly on the ancestry chain between the &#8220;from&#8221; and &#8220;to&#8221; commits in the given commit range. I.e. only display commits that are ancestor of the &#8220;to&#8221; commit and descendants of the &#8220;from&#8221; commit.</p> <div class="paragraph"> <p>As an example use case, consider the following commit history:</p> </div> <div class="listingblock"> <div class="content"> <pre> D---E-------F / \ \ B---C---G---H---I---J / \ A-------K---------------L--M</pre> </div> </div> <div class="paragraph"> <p>A regular <em>D..M</em> computes the set of commits that are ancestors of <code>M</code>, but excludes the ones that are ancestors of <code>D</code>. This is useful to see what happened to the history leading to <code>M</code> since <code>D</code>, in the sense that &#8220;what does <code>M</code> have that did not exist in <code>D</code>&#8221;. The result in this example would be all the commits, except <code>A</code> and <code>B</code> (and <code>D</code> itself, of course).</p> </div> <div class="paragraph"> <p>When we want to find out what commits in <code>M</code> are contaminated with the bug introduced by <code>D</code> and need fixing, however, we might want to view only the subset of <em>D..M</em> that are actually descendants of <code>D</code>, i.e. excluding <code>C</code> and <code>K</code>. This is exactly what the <code>--ancestry-path</code> option does. Applied to the <em>D..M</em> range, it results in:</p> </div> <div class="listingblock"> <div class="content"> <pre> E-------F \ \ G---H---I---J \ L--M</pre> </div> </div> </dd> </dl> </div> <div class="paragraph"> <p>Before discussing another option, <code>--show-pulls</code>, we need to create a new example history.</p> </div> <div class="paragraph"> <p>A common problem users face when looking at simplified history is that a commit they know changed a file somehow does not appear in the file&#8217;s simplified history. Let&#8217;s demonstrate a new example and show how options such as <code>--full-history</code> and <code>--simplify-merges</code> works in that case:</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---M-----C--N---O---P / / \ \ \/ / / I B \ R-'`-Z' / \ / \/ / \ / /\ / `---X--' `---Y--'</pre> </div> </div> <div class="paragraph"> <p>For this example, suppose <code>I</code> created <code>file.txt</code> which was modified by <code>A</code>, <code>B</code>, and <code>X</code> in different ways. The single-parent commits <code>C</code>, <code>Z</code>, and <code>Y</code> do not change <code>file.txt</code>. The merge commit <code>M</code> was created by resolving the merge conflict to include both changes from <code>A</code> and <code>B</code> and hence is not TREESAME to either. The merge commit <code>R</code>, however, was created by ignoring the contents of <code>file.txt</code> at <code>M</code> and taking only the contents of <code>file.txt</code> at <code>X</code>. Hence, <code>R</code> is TREESAME to <code>X</code> but not <code>M</code>. Finally, the natural merge resolution to create <code>N</code> is to take the contents of <code>file.txt</code> at <code>R</code>, so <code>N</code> is TREESAME to <code>R</code> but not <code>C</code>. The merge commits <code>O</code> and <code>P</code> are TREESAME to their first parents, but not to their second parents, <code>Z</code> and <code>Y</code> respectively.</p> </div> <div class="paragraph"> <p>When using the default mode, <code>N</code> and <code>R</code> both have a TREESAME parent, so those edges are walked and the others are ignored. The resulting history graph is:</p> </div> <div class="listingblock"> <div class="content"> <pre> I---X</pre> </div> </div> <div class="paragraph"> <p>When using <code>--full-history</code>, Git walks every edge. This will discover the commits <code>A</code> and <code>B</code> and the merge <code>M</code>, but also will reveal the merge commits <code>O</code> and <code>P</code>. With parent rewriting, the resulting graph is:</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---M--------N---O---P / / \ \ \/ / / I B \ R-'`--' / \ / \/ / \ / /\ / `---X--' `------'</pre> </div> </div> <div class="paragraph"> <p>Here, the merge commits <code>O</code> and <code>P</code> contribute extra noise, as they did not actually contribute a change to <code>file.txt</code>. They only merged a topic that was based on an older version of <code>file.txt</code>. This is a common issue in repositories using a workflow where many contributors work in parallel and merge their topic branches along a single trunk: manu unrelated merges appear in the <code>--full-history</code> results.</p> </div> <div class="paragraph"> <p>When using the <code>--simplify-merges</code> option, the commits <code>O</code> and <code>P</code> disappear from the results. This is because the rewritten second parents of <code>O</code> and <code>P</code> are reachable from their first parents. Those edges are removed and then the commits look like single-parent commits that are TREESAME to their parent. This also happens to the commit <code>N</code>, resulting in a history view as follows:</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---M--. / / \ I B R \ / / \ / / `---X--'</pre> </div> </div> <div class="paragraph"> <p>In this view, we see all of the important single-parent changes from <code>A</code>, <code>B</code>, and <code>X</code>. We also see the carefully-resolved merge <code>M</code> and the not-so-carefully-resolved merge <code>R</code>. This is usually enough information to determine why the commits <code>A</code> and <code>B</code> "disappeared" from history in the default view. However, there are a few issues with this approach.</p> </div> <div class="paragraph"> <p>The first issue is performance. Unlike any previous option, the <code>--simplify-merges</code> option requires walking the entire commit history before returning a single result. This can make the option difficult to use for very large repositories.</p> </div> <div class="paragraph"> <p>The second issue is one of auditing. When many contributors are working on the same repository, it is important which merge commits introduced a change into an important branch. The problematic merge <code>R</code> above is not likely to be the merge commit that was used to merge into an important branch. Instead, the merge <code>N</code> was used to merge <code>R</code> and <code>X</code> into the important branch. This commit may have information about why the change <code>X</code> came to override the changes from <code>A</code> and <code>B</code> in its commit message.</p> </div> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-shortlog.txt---show-pulls-1"> <a class="anchor" href="#Documentation/git-shortlog.txt---show-pulls-1"></a>--show-pulls </dt> <dd> <p>In addition to the commits shown in the default history, show each merge commit that is not TREESAME to its first parent but is TREESAME to a later parent.</p> <div class="paragraph"> <p>When a merge commit is included by <code>--show-pulls</code>, the merge is treated as if it "pulled" the change from another branch. When using <code>--show-pulls</code> on this example (and no other options) the resulting graph is:</p> </div> <div class="listingblock"> <div class="content"> <pre> I---X---R---N</pre> </div> </div> <div class="paragraph"> <p>Here, the merge commits <code>R</code> and <code>N</code> are included because they pulled the commits <code>X</code> and <code>R</code> into the base branch, respectively. These merges are the reason the commits <code>A</code> and <code>B</code> do not appear in the default history.</p> </div> <div class="paragraph"> <p>When <code>--show-pulls</code> is paired with <code>--simplify-merges</code>, the graph includes all of the necessary information:</p> </div> <div class="listingblock"> <div class="content"> <pre> .-A---M--. N / / \ / I B R \ / / \ / / `---X--'</pre> </div> </div> <div class="paragraph"> <p>Notice that since <code>M</code> is reachable from <code>R</code>, the edge from <code>N</code> to <code>M</code> was simplified away. However, <code>N</code> still appears in the history as an important commit because it "pulled" the change <code>R</code> into the main branch.</p> </div> </dd> </dl> </div> <div class="paragraph"> <p>The <code>--simplify-by-decoration</code> option allows you to view only the big picture of the topology of the history, by omitting commits that are not referenced by tags. Commits are marked as !TREESAME (in other words, kept after history simplification rules described above) if (1) they are referenced by tags, or (2) they change the contents of the paths given on the command line. All other commits are marked as TREESAME (subject to be simplified away).</p> </div> </div> </div> </div> <div class="sect1"> <h2 id="_mapping_authors"><a class="anchor" href="#_mapping_authors"></a>MAPPING AUTHORS</h2> <div class="sectionbody"> <div class="paragraph"> <p>See <a href='/docs/gitmailmap'>gitmailmap[5]</a>.</p> </div> <div class="paragraph"> <p>Note that if <code>git shortlog</code> is run outside of a repository (to process log contents on standard input), it will look for a <code>.mailmap</code> file in the current directory.</p> </div> </div> </div> <div class="sect1"> <h2 id="_git"><a class="anchor" href="#_git"></a>GIT</h2> <div class="sectionbody"> <div class="paragraph"> <p>Part of the <a href='/docs/git'>git[1]</a> suite</p> </div> </div> </div> <h3 hidden="true" data-pagefind-weight="10">shortlog</h3> </div> </div> </div> <footer> <div class="site-source"> <a href="/site">About this site</a><br> Patches, suggestions, and comments are welcome. </div> <div class="sfc-member"> Git is a member of <a href="/sfc">Software Freedom Conservancy</a> </div> </footer> <a href="#top" class="no-js scrollToTop" id="scrollToTop" data-label="Scroll to top"> <img src="/images/icons/chevron-up@2x.png" width="20" height="20" alt="scroll-to-top"/> </a> <script src="/js/jquery-1.7.1.min.js"></script> <script src="/js/jquery-ui-1.8.18.custom.min.js"></script> <script src="/js/jquery.defaultvalue.js"></script> <script src="/js/session.min.js"></script> <script src="/js/application.min.js"></script> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10