- git-svn dcommit and rebase was confused by patches that were
merged from another branch that is managed by git-svn.
+
+ - git-svn used to get confused when globbing remote branch/tag
+ spec (e.g. "branches = proj/branches/*:refs/remotes/origin/*")
+ is used and there was a plain file that matched the glob.
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p>git-log --pretty=short | <em>git-shortlog</em> [-h] [-n] [-s]\r
-git-shortlog [-n|--number] [-s|--summary] [<committish>…]</p>\r
+<div class="verseblock">\r
+<div class="content">git-log --pretty=short | <em>git-shortlog</em> [-h] [-n] [-s]\r
+git-shortlog [-n|--number] [-s|--summary] [<committish>…]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</div>\r
<h2>FILES</h2>\r
<div class="sectionbody">\r
-<dl>\r
-<dt>\r
-<em>.mailmap</em>\r
-</dt>\r
-<dd>\r
-<p>\r
- If this file exists, it will be used for mapping author email\r
- addresses to a real author name. One mapping per line, first\r
- the author name followed by the email address enclosed by\r
- <em><</em> and <em>></em>. Use hash <em>#</em> for comments. Example:\r
-</p>\r
+<div class="literalblock">\r
+<div class="title">mailmap::</div>\r
+<div class="content">\r
+<pre><tt>If this file exists, it will be used for mapping author email\r
+addresses to a real author name. One mapping per line, first\r
+the author name followed by the email address enclosed by\r
+'<' and '>'. Use hash '#' for comments. Example:</tt></pre>\r
+</div></div>\r
<div class="literalblock">\r
<div class="content">\r
<pre><tt># Keep alphabetized\r
Adam Morrow <adam@localhost.localdomain>\r
Eve Jones <eve@laptop.(none)></tt></pre>\r
</div></div>\r
-</dd>\r
-</dl>\r
</div>\r
<h2>Author</h2>\r
<div class="sectionbody">\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:19 UTC\r
+Last updated 18-Apr-2007 23:54:12 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
+[verse]
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
git-shortlog [-n|--number] [-s|--summary] [<committish>...]
FILES
-----
-'.mailmap'::
+
+.mailmap::
If this file exists, it will be used for mapping author email
addresses to a real author name. One mapping per line, first
the author name followed by the email address enclosed by