From d177377de4a1718391a2a40c882ffe7e7717b6ab Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 12 Feb 2007 04:15:25 +0000 Subject: [PATCH] Autogenerated man pages for v1.5.0-rc4-39-gd4144 --- man1/git-am.1 | 5 ++++- man1/git-config.1 | 10 +++++++++- man1/git-repack.1 | 4 ++-- man7/git.7 | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/man1/git-am.1 b/man1/git-am.1 index 4cbde7171..d8b585c75 100644 --- a/man1/git-am.1 +++ b/man1/git-am.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-AM" "1" "02/09/2007" "" "" +.TH "GIT\-AM" "1" "02/12/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -20,6 +20,9 @@ git\-am \- Apply a series of patches from a mailbox Splits mail messages in a mailbox into commit log message, authorship information and patches, and applies them to the current branch. .SH "OPTIONS" .TP +\&... +The list of mailbox files to read patches from. If you do not supply this argument, reads from the standard input. +.TP \-\-signoff Add Signed\-off\-by: line to the commit message, using the committer identity of yourself. .TP diff --git a/man1/git-config.1 b/man1/git-config.1 index 80138849d..1b23f3e96 100644 --- a/man1/git-config.1 +++ b/man1/git-config.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-CONFIG" "1" "02/04/2007" "" "" +.TH "GIT\-CONFIG" "1" "02/12/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -297,6 +297,14 @@ Common unit suffixes of \fIk\fR, \fIm\fR, or \fIg\fR are supported. .TP alias.* Command aliases for the \fBgit\fR(1) command wrapper \- e.g. after defining "alias.last = cat\-file commit HEAD", the invocation "git last" is equivalent to "git cat\-file commit HEAD". To avoid confusion and troubles with script usage, aliases that hide existing git commands are ignored. Arguments are split by spaces, the usual shell quoting and escaping is supported. quote pair and a backslash can be used to quote them. +.sp +.nf +If the alias expansion is prefixed with an exclamation point, +it will be treated as a shell command. For example, defining +"alias.new = !gitk \-\-all \-\-not ORIG_HEAD", the invocation +"git new" is equivalent to running the shell command +"gitk \-\-all \-\-not ORIG_HEAD". +.fi .TP apply.whitespace Tells git\-apply how to handle whitespaces, in the same way as the \fI\-\-whitespace\fR option. See \fBgit\-apply\fR(1). diff --git a/man1/git-repack.1 b/man1/git-repack.1 index bfa133060..08a07d5e7 100644 --- a/man1/git-repack.1 +++ b/man1/git-repack.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-REPACK" "1" "01/19/2007" "" "" +.TH "GIT\-REPACK" "1" "02/12/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -20,7 +20,7 @@ Packs are used to reduce the load on mirror systems, backup engines, disk storag .SH "OPTIONS" .TP \-a -Instead of incrementally packing the unpacked objects, pack everything available into a single pack. Especially useful when packing a repository that is used for a private development and there no need to worry about people fetching via dumb protocols from it. Use with \fI\-d\fR. +Instead of incrementally packing the unpacked objects, pack everything available into a single pack. Especially useful when packing a repository that is used for private development and there is no need to worry about people fetching via dumb file transfer protocols from it. Use with \fI\-d\fR. .TP \-d After packing, if the newly created packs make some existing packs redundant, remove the redundant packs. Also runs \fBgit\-prune\-packed\fR(1). diff --git a/man7/git.7 b/man7/git.7 index 9db373937..7d2fb722f 100644 --- a/man7/git.7 +++ b/man7/git.7 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT" "7" "02/10/2007" "" "" +.TH "GIT" "7" "02/12/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) -- 2.26.2