Autogenerated man pages for v1.5.0.3-316-gbd1fc
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 9 Mar 2007 09:06:55 +0000 (09:06 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 9 Mar 2007 09:06:55 +0000 (09:06 +0000)
man1/git-config.1
man1/git-fast-import.1
man7/git.7

index 6e102eddaa5d7cce66c290f1926ddedee122fea4..10e9d857d22736c634162f4079a33a245356899f 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" "03/05/2007" "" ""
+.TH "GIT\-CONFIG" "1" "03/09/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -19,6 +19,8 @@ git\-config \- Get and set repository or global options
 \fIgit\-config\fR [\-\-global] [type] \-\-get\-all name [value_regex]
 \fIgit\-config\fR [\-\-global] [type] \-\-unset name [value_regex]
 \fIgit\-config\fR [\-\-global] [type] \-\-unset\-all name [value_regex]
+\fIgit\-config\fR [\-\-global] [type] \-\-rename\-section old_name new_name
+\fIgit\-config\fR [\-\-global] [type] \-\-remove\-section name
 \fIgit\-config\fR [\-\-global] \-l | \-\-list
 .fi
 .SH "DESCRIPTION"
@@ -70,6 +72,12 @@ Like \-\-get\-all, but interprets the name as a regular expression.
 \-\-global
 Use global ~/.gitconfig file rather than the repository .git/config.
 .TP
+\-\-remove\-section
+Remove the given section from the configuration file.
+.TP
+\-\-rename\-section
+Rename the given section to a new name.
+.TP
 \-\-unset
 Remove the line matching the key from config file.
 .TP
index 183433b528e2421ff0e7bfe1f0941c6607fbb2dd..607b3a01c8ec5e3c008e94b1edf5cfc853c8eb4d 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\-FAST\-IMPORT" "1" "02/14/2007" "" ""
+.TH "GIT\-FAST\-IMPORT" "1" "03/09/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -35,7 +35,10 @@ Maximum delta depth, for blob and tree deltification. Default is 10.
 Maximum number of branches to maintain active at once. See \(lqMemory Utilization\(rq below for details. Default is 5.
 .TP
 \-\-export\-marks=<file>
-Dumps the internal marks table to <file> when complete. Marks are written one per line as :markid SHA\-1. Frontends can use this file to validate imports after they have been completed.
+Dumps the internal marks table to <file> when complete. Marks are written one per line as :markid SHA\-1. Frontends can use this file to validate imports after they have been completed, or to save the marks table across incremental runs. As <file> is only opened and truncated at checkpoint (or completion) the same path can also be safely given to \-\-import\-marks.
+.TP
+\-\-import\-marks=<file>
+Before processing any input, load the marks specified in <file>. The input file must exist, must be readable, and must use the same format as produced by \-\-export\-marks. Multiple options may be supplied to import more than one set of marks. If a mark is defined to different values, the last file wins.
 .TP
 \-\-export\-pack\-edges=<file>
 After creating a packfile, print a line of data to <file> listing the filename of the packfile and the last commit on each branch that was written to that packfile. This information may be useful after importing projects whose total object set exceeds the 4 GiB packfile limit, as these commits can be used as edge points during calls to \fBgit\-pack\-objects\fR(1).
index 4b08b5d097abdc1385f89ad735bc6fb2649e62f0..fb31a228d5c4ce645a3c29a6e2d6744b225eeef2 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" "03/08/2007" "" ""
+.TH "GIT" "7" "03/09/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)