From: Junio C Hamano Date: Sun, 13 Apr 2008 05:33:18 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.5-49-gf43e2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1bdd3b0f84f2ffeb9f08fce80c8ddc3e76c17210;p=git.git Autogenerated HTML docs for v1.5.5-49-gf43e2 --- diff --git a/git-shortlog.html b/git-shortlog.html index 8c5f1b886..6123311a6 100644 --- a/git-shortlog.html +++ b/git-shortlog.html @@ -273,8 +273,8 @@ git-shortlog(1) Manual Page

SYNOPSIS

-
git-log --pretty=short | git-shortlog [-h] [-n] [-s] [-e] -git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [<committish>…]
+
git-log --pretty=short | git-shortlog [-h] [-n] [-s] [-e] [-w] +git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>…]

DESCRIPTION

@@ -319,6 +319,17 @@ the first line of the commit message will be shown.

Show the email address of each author.

+
+-w[<width>[,<indent1>[,<indent2>]]] +
+
+

+ Linewrap the output by wrapping each line at width. The first + line of each entry is indented by indent1 spaces, and the second + and subsequent lines are indented by indent2 spaces. width, + indent1, and indent2 default to 76, 6 and 9 respectively. +

+

FILES

@@ -348,7 +359,7 @@ Eve Jones <eve@laptop.(none)> diff --git a/git-shortlog.txt b/git-shortlog.txt index c7752575d..d7cb4c046 100644 --- a/git-shortlog.txt +++ b/git-shortlog.txt @@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output SYNOPSIS -------- [verse] -git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e] -git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [...] +git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e] [-w] +git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[[,[,]]]] [...] DESCRIPTION ----------- @@ -35,6 +35,12 @@ OPTIONS -e, \--email:: Show the email address of each author. +-w[[,[,]]]:: + Linewrap the output by wrapping each line at `width`. The first + line of each entry is indented by `indent1` spaces, and the second + and subsequent lines are indented by `indent2` spaces. `width`, + `indent1`, and `indent2` default to 76, 6 and 9 respectively. + FILES ----- diff --git a/git-submodule.html b/git-submodule.html index 9adc56d3d..3eb916763 100644 --- a/git-submodule.html +++ b/git-submodule.html @@ -381,7 +381,7 @@ summary

This option is only valid for the summary command. Limit the summary size (number of commits shown in total). - Giving 0 will disable the summary; a negative number means unlimted + Giving 0 will disable the summary; a negative number means unlimited (the default). This limit only applies to modified submodules. The size is always limited to 1 for added/deleted/typechanged submodules.

@@ -415,7 +415,7 @@ for details.

diff --git a/git-submodule.txt b/git-submodule.txt index 41f9f6356..6ffd896fb 100644 --- a/git-submodule.txt +++ b/git-submodule.txt @@ -70,7 +70,7 @@ OPTIONS -n, --summary-limit:: This option is only valid for the summary command. Limit the summary size (number of commits shown in total). - Giving 0 will disable the summary; a negative number means unlimted + Giving 0 will disable the summary; a negative number means unlimited (the default). This limit only applies to modified submodules. The size is always limited to 1 for added/deleted/typechanged submodules. diff --git a/gitk.html b/gitk.html index e3d0e3285..9e7b724d0 100644 --- a/gitk.html +++ b/gitk.html @@ -379,6 +379,11 @@ gitk --max-count=100 --all -- Makefile +

Files

+
+

Gitk creates the .gitk file in your $HOME directory to store preferences +such as display options, font, and colors.

+

See Also

@@ -425,7 +430,7 @@ gitk --max-count=100 --all -- Makefile
diff --git a/gitk.txt b/gitk.txt index 29edafced..ed3ba83c5 100644 --- a/gitk.txt +++ b/gitk.txt @@ -74,6 +74,11 @@ gitk --max-count=100 --all \-- Makefile:: Show at most 100 changes made to the file 'Makefile'. Instead of only looking for changes in the current branch look in all branches. +Files +----- +Gitk creates the .gitk file in your $HOME directory to store preferences +such as display options, font, and colors. + See Also -------- 'qgit(1)'::