From 706598e3f4166d5331464fba198982ffcf5198ed Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 9 Mar 2007 09:06:55 +0000 Subject: [PATCH] Autogenerated man pages for v1.5.0.3-316-gbd1fc --- man1/git-config.1 | 10 +++++++++- man1/git-fast-import.1 | 7 +++++-- man7/git.7 | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/man1/git-config.1 b/man1/git-config.1 index 6e102edda..10e9d857d 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" "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 diff --git a/man1/git-fast-import.1 b/man1/git-fast-import.1 index 183433b52..607b3a01c 100644 --- a/man1/git-fast-import.1 +++ b/man1/git-fast-import.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\-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= -Dumps the internal marks table to 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 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 is only opened and truncated at checkpoint (or completion) the same path can also be safely given to \-\-import\-marks. +.TP +\-\-import\-marks= +Before processing any input, load the marks specified in . 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= After creating a packfile, print a line of data to 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). diff --git a/man7/git.7 b/man7/git.7 index 4b08b5d09..fb31a228d 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" "03/08/2007" "" "" +.TH "GIT" "7" "03/09/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) -- 2.26.2