From: Junio C Hamano Date: Fri, 4 May 2007 07:07:39 +0000 (+0000) Subject: Autogenerated manpages for v1.5.2-rc1-20-g86b9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=86d40bf261513e7c82ee6e04e3ad0a9fdb3adfc7;p=git.git Autogenerated manpages for v1.5.2-rc1-20-g86b9 --- diff --git a/man1/git-config.1 b/man1/git-config.1 index 456bf89c1..dd6ce6010 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" "04/29/2007" "Git 1.5.2.rc0.95.ga0715" "Git Manual" +.TH "GIT\-CONFIG" "1" "05/04/2007" "Git 1.5.2.rc1.20.g86b9" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -459,7 +459,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" +Controls which merge resolution program is used by \fBgit\-mergetool\fR(l). Valid values are: "kdiff3", "tkdiff", "meld", "xxdiff", "emerge", "vimdiff", 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 a775c6312..bfea90d7f 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" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-MERGETOOL" "1" "05/04/2007" "Git 1.5.2.rc1.20.g86b9" "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, and vimdiff. +Use the merge resolution program specified by . Valid merge tools are: kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, 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-tag.1 b/man1/git-tag.1 index 3ffae9b75..11ceeb53d 100644 --- a/man1/git-tag.1 +++ b/man1/git-tag.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\-TAG" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-TAG" "1" "05/04/2007" "Git 1.5.2.rc1.20.g86b9" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -12,9 +12,10 @@ git\-tag \- Create, list, delete or verify a tag object signed with GPG .SH "SYNOPSIS" .sp .nf -\fIgit\-tag\fR [\-a | \-s | \-u ] [\-f | \-v] [\-m | \-F ] [] +\fIgit\-tag\fR [\-a | \-s | \-u ] [\-f] [\-m | \-F ] [] \fIgit\-tag\fR \-d \&... \fIgit\-tag\fR \-l [] +\fIgit\-tag\fR \-v .fi .SH "DESCRIPTION" Adds a \fItag\fR reference in .git/refs/tags/ @@ -64,7 +65,8 @@ Take the tag message from the given file. Use \fI\-\fR to read the message from By default, git\-tag in sign\-with\-default mode (\-s) will use your committer identity (of the form "Your Name ") to find a key. If you want to use a different default key, you can specify it in the repository configuration as follows: .sp .nf -signingkey = +[user] + signingkey = .fi .SH "DISCUSSION" .SS "On Re\-tagging"