Autogenerated man pages for v1.5.0-rc4-39-gd4144
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 12 Feb 2007 04:15:25 +0000 (04:15 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 12 Feb 2007 04:15:25 +0000 (04:15 +0000)
man1/git-am.1
man1/git-config.1
man1/git-repack.1
man7/git.7

index 4cbde717134bb6c7ccd8f822ad00f160b9241bcc..d8b585c75506cb0ed634d85190dbd30b05960ac2 100644 (file)
@@ -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
+<mbox>\&...
+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
index 80138849dc69a71268ce67fcb4246365ae2b7a4a..1b23f3e96b3331a3dab4872346c202e42ecfb0f7 100644 (file)
@@ -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).
index bfa1330603d415e82f79802bf0efccced12e13e8..08a07d5e70442a69340cb854fbd184ba4ec1ee5e 100644 (file)
@@ -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).
index 9db3739379ac47a25ff9dbd7292c5b4e214fb350..7d2fb722fac7458c5ed37d17a0a7904dbbb39c81 100644 (file)
@@ -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)