From 48696310a1433c0551d21416d5f151903d8d29f6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 11 Jun 2007 01:21:56 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.2.1-174-gcd03 --- man1/git-config.1 | 4 ++-- man1/git-mergetool.1 | 4 ++-- man1/git-mktag.1 | 9 ++++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/man1/git-config.1 b/man1/git-config.1 index 5be19d749..bbf4ad645 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" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual" +.TH "GIT\-CONFIG" "1" "06/11/2007" "Git 1.5.2.1.174.gcd03" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -499,7 +499,7 @@ merge.summary Whether to include summaries of merged commits in newly created merge commit messages. False by default. .TP merge.tool -Controls which merge resolution program is used by \fBgit\-mergetool\fR(l). Valid values are: "kdiff3", "tkdiff", "meld", "xxdiff", "emerge", "vimdiff", and "opendiff" +Controls which merge resolution program is used by \fBgit\-mergetool\fR(l). Valid values are: "kdiff3", "tkdiff", "meld", "xxdiff", "emerge", "vimdiff", "gvimdiff", and "opendiff". .TP merge.verbosity Controls the amount of output shown by the recursive merge strategy. Level 0 outputs nothing except a final error message if conflicts were detected. Level 1 outputs only conflicts, 2 outputs conflicts and file changes. Level 5 and above outputs debugging information. The default is level 2. diff --git a/man1/git-mergetool.1 b/man1/git-mergetool.1 index 1b82b581e..d7f9fdf20 100644 --- a/man1/git-mergetool.1 +++ b/man1/git-mergetool.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\-MERGETOOL" "1" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual" +.TH "GIT\-MERGETOOL" "1" "06/11/2007" "Git 1.5.2.1.174.gcd03" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -18,7 +18,7 @@ If one or more parameters are given, the merge tool program will be run t .SH "OPTIONS" .TP \-t or \-\-tool= -Use the merge resolution program specified by . Valid merge tools are: kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, and opendiff +Use the merge resolution program specified by . Valid merge tools are: kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, and opendiff If a merge resolution program is not specified, \fIgit mergetool\fR will use the configuration variable merge.tool. If the configuration variable merge.tool is not set, \fIgit mergetool\fR will pick a suitable default. .SH "AUTHOR" diff --git a/man1/git-mktag.1 b/man1/git-mktag.1 index 28010a1e8..34c69e047 100644 --- a/man1/git-mktag.1 +++ b/man1/git-mktag.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\-MKTAG" "1" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual" +.TH "GIT\-MKTAG" "1" "06/11/2007" "Git 1.5.2.1.174.gcd03" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -16,16 +16,15 @@ Reads a tag contents on standard input and creates a tag object that can also be The output is the new tag's identifier. .SH "TAG FORMAT" -A tag signature file has a very simple fixed format: three lines of +A tag signature file has a very simple fixed format: four lines of .sp .nf object type tag +tagger .fi -followed by some \fIoptional\fR free\-form signature that git itself doesn't care about, but that can be verified with gpg or similar. - -The size of the full object is artificially limited to 8kB. (Just because I'm a lazy bastard, and if you can't fit a signature in that size, you're doing something wrong) +followed by some \fIoptional\fR free\-form message (some tags created by older git may not have tagger line). The message, when exists, is separated by a blank line from the header. The message part may contain a signature that git itself doesn't care about, but that can be verified with gpg. .SH "AUTHOR" Written by Linus Torvalds .SH "DOCUMENTATION" -- 2.26.2