From: Junio C Hamano Date: Wed, 18 Apr 2007 23:54:28 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.1.1-178-g6fb8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b6bd6ce4393e00dcbe6043c4f1f1440537e9c9e5;p=git.git Autogenerated HTML docs for v1.5.1.1-178-g6fb8 --- diff --git a/RelNotes-1.5.1.1.txt b/RelNotes-1.5.1.1.txt index 3054b5a3f..91471213b 100644 --- a/RelNotes-1.5.1.1.txt +++ b/RelNotes-1.5.1.1.txt @@ -59,3 +59,7 @@ Fixes since v1.5.1 - 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. diff --git a/git-shortlog.html b/git-shortlog.html index d04c03472..8c616e586 100644 --- a/git-shortlog.html +++ b/git-shortlog.html @@ -272,8 +272,9 @@ git-shortlog(1) Manual Page

SYNOPSIS

-

git-log --pretty=short | git-shortlog [-h] [-n] [-s] -git-shortlog [-n|--number] [-s|--summary] [<committish>…]

+
+
git-log --pretty=short | git-shortlog [-h] [-n] [-s] +git-shortlog [-n|--number] [-s|--summary] [<committish>…]

DESCRIPTION

@@ -314,25 +315,20 @@ the first line of the commit message will be shown.

FILES

-
-
-.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 - < and >. Use hash # for comments. Example: -

+
+
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
+'<' and '>'. Use hash '#' for comments. Example:
+
# Keep alphabetized
 Adam Morrow <adam@localhost.localdomain>
 Eve Jones <eve@laptop.(none)>
-
-

Author

@@ -348,7 +344,7 @@ Eve Jones <eve@laptop.(none)>
diff --git a/git-shortlog.txt b/git-shortlog.txt index b0df92e81..1c8c55ef6 100644 --- a/git-shortlog.txt +++ b/git-shortlog.txt @@ -7,6 +7,7 @@ git-shortlog - Summarize 'git log' output SYNOPSIS -------- +[verse] git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] git-shortlog [-n|--number] [-s|--summary] [...] @@ -33,7 +34,8 @@ OPTIONS 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