Autogenerated man pages for v1.3.0-rc3-gd53352
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 13 Apr 2006 07:45:28 +0000 (07:45 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 13 Apr 2006 07:45:28 +0000 (07:45 +0000)
man1/git-apply.1
man1/git-diff-files.1
man1/git-diff-index.1
man1/git-diff-stages.1
man1/git-diff-tree.1
man1/git-merge-tree.1 [new file with mode: 0755]
man1/git-mktree.1 [new file with mode: 0755]
man7/git.7

index b5c91f10b2e8cc2deabecfd70e2a412aba162478..e447ce59d5a6da85f76a53a47f00091c68bb7d95 100755 (executable)
@@ -25,7 +25,7 @@ git-apply \- Apply patch on a git index file and a work tree
 .nf
 \fIgit\-apply\fR [\-\-stat] [\-\-numstat] [\-\-summary] [\-\-check] [\-\-index] [\-\-apply]
           [\-\-no\-add] [\-\-index\-info] [\-\-allow\-binary\-replacement] [\-z] [\-pNUM]
-          [\-\-whitespace=<nowarn|warn|error|error\-all|strip>]
+          [\-CNUM] [\-\-whitespace=<nowarn|warn|error|error\-all|strip>]
           [<patch>...]
 .fi
 
@@ -72,6 +72,10 @@ When showing the index information, do not munge paths, but use NUL terminated m
 \-p<n>
 Remove <n> leading slashes from traditional diff paths\&. The default is 1\&.
 
+.TP
+\-C<n>
+Ensure at least <n> lines of surrounding context match before and after each change\&. When fewer lines of surrounding context exist they all most match\&. By default no context is ever ignored\&.
+
 .TP
 \-\-apply
 If you use any of the options marked “Turns off "apply"” above, git\-apply reads and outputs the information you asked without actually applying the patch\&. Give this flag after those flags to also apply the patch\&.
index dd1676b49cb3756f1a9b3213da44110a1b756e21..303026d7547fbb7c918559ee5e2d31746b0e1f67 100755 (executable)
@@ -40,6 +40,10 @@ Generate patch (see section on generating patches)
 \-u
 Synonym for "\-p"\&.
 
+.TP
+\-\-patch\-with\-raw
+Generate patch but keep also the default raw diff output\&.
+
 .TP
 \-z
 \\0 line termination on output
index 5f6b504d1773f6c097d4e384db285f49dde5d255..9b67327104ebded408a811429d7323bbe63ee85e 100755 (executable)
@@ -40,6 +40,10 @@ Generate patch (see section on generating patches)
 \-u
 Synonym for "\-p"\&.
 
+.TP
+\-\-patch\-with\-raw
+Generate patch but keep also the default raw diff output\&.
+
 .TP
 \-z
 \\0 line termination on output
index 9532e37fe949b8b19fdaea32a23e0c0a46d395af..d9226997949d51743e2457d23cea658f84f5d35f 100755 (executable)
@@ -40,6 +40,10 @@ Generate patch (see section on generating patches)
 \-u
 Synonym for "\-p"\&.
 
+.TP
+\-\-patch\-with\-raw
+Generate patch but keep also the default raw diff output\&.
+
 .TP
 \-z
 \\0 line termination on output
index c431b027544865b118874d5a0c9aaa5169ddc3d9..bc55a7216a5700eb33fefd835d353664b35de02f 100755 (executable)
@@ -49,6 +49,10 @@ Generate patch (see section on generating patches)
 \-u
 Synonym for "\-p"\&.
 
+.TP
+\-\-patch\-with\-raw
+Generate patch but keep also the default raw diff output\&.
+
 .TP
 \-z
 \\0 line termination on output
diff --git a/man1/git-merge-tree.1 b/man1/git-merge-tree.1
new file mode 100755 (executable)
index 0000000..7358c1a
--- /dev/null
@@ -0,0 +1,50 @@
+.\"Generated by db2man.xsl. Don't modify this, modify the source.
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "GIT-MERGE-TREE" 1 "" "" ""
+.SH NAME
+git-merge-tree \- Show three-way merge without touching index
+.SH "SYNOPSIS"
+
+
+\fIgit\-merge\-tree\fR <base\-tree> <branch1> <branch2>
+
+.SH "DESCRIPTION"
+
+
+Reads three treeish, and output trivial merge results and conflicting stages to the standard output\&. This is similar to what three\-way read\-tree \-m does, but instead of storing the results in the index, the command outputs the entries to the standard output\&.
+
+
+This is meant to be used by higher level scripts to compute merge results outside index, and stuff the results back into the index\&. For this reason, the output from the command omits entries that match <branch1> tree\&.
+
+.SH "AUTHOR"
+
+
+Written by Linus Torvalds <torvalds@osdl\&.org>
+
+.SH "DOCUMENTATION"
+
+
+Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
+
+.SH "GIT"
+
+
+Part of the \fBgit\fR(7) suite
+
diff --git a/man1/git-mktree.1 b/man1/git-mktree.1
new file mode 100755 (executable)
index 0000000..da19f03
--- /dev/null
@@ -0,0 +1,53 @@
+.\"Generated by db2man.xsl. Don't modify this, modify the source.
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "GIT-MKTREE" 1 "" "" ""
+.SH NAME
+git-mktree \- Build a tree-object from ls-tree formatted text
+.SH "SYNOPSIS"
+
+
+\fIgit\-mktree\fR [\-z]
+
+.SH "DESCRIPTION"
+
+
+Reads standard input in non\-recursive ls\-tree output format, and creates a tree object\&. The object name of the tree object built is written to the standard output\&.
+
+.SH "OPTIONS"
+
+.TP
+\-z
+Read the NUL\-terminated ls\-tree \-z output instead\&.
+
+.SH "AUTHOR"
+
+
+Written by Junio C Hamano <junkio@cox\&.net>
+
+.SH "DOCUMENTATION"
+
+
+Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
+
+.SH "GIT"
+
+
+Part of the \fBgit\fR(7) suite
+
index 4db9e3992f057fe42f95b493d0053d3a6669f7d8..9b797632bdc9b7cf864e74d286f69080510cff77 100755 (executable)
@@ -105,6 +105,10 @@ Runs a merge for files needing merging\&.
 \fBgit\-mktag\fR(1)
 Creates a tag object\&.
 
+.TP
+\fBgit\-mktree\fR(1)
+Build a tree\-object from ls\-tree formatted text\&.
+
 .TP
 \fBgit\-pack\-objects\fR(1)
 Creates a packed archive of objects\&.
@@ -299,6 +303,10 @@ Checkout and switch to a branch\&.
 \fBgit\-cherry\-pick\fR(1)
 Cherry\-pick the effect of an existing commit\&.
 
+.TP
+\fBgit\-clean\fR(1)
+Remove untracked files from the working tree\&.
+
 .TP
 \fBgit\-clone\fR(1)
 Clones a repository into a new directory\&.
@@ -371,6 +379,10 @@ Merge two commits\&.
 \fBgit\-revert\fR(1)
 Revert an existing commit\&.
 
+.TP
+\fBgit\-rm\fR(1)
+Remove files from the working tree and from the index\&.
+
 .TP
 \fBgit\-shortlog\fR(1)
 Summarizes \fIgit log\fR output\&.
@@ -420,6 +432,10 @@ Salvage your data out of another SCM people love to hate\&.
 \fBgit\-cvsexportcommit\fR(1)
 Export a single commit to a CVS checkout\&.
 
+.TP
+\fBgit\-cvsserver\fR(1)
+A CVS server emulator for git\&.
+
 .TP
 \fBgit\-lost\-found\fR(1)
 Recover lost refs that luckily have not yet been pruned\&.
@@ -475,10 +491,18 @@ Count unpacked number of objects and their disk consumption\&.
 \fBgit\-daemon\fR(1)
 A really simple server for git repositories\&.
 
+.TP
+\fBgit\-fmt\-merge\-msg\fR(1)
+Produce a merge commit message\&.
+
 .TP
 \fBgit\-get\-tar\-commit\-id\fR(1)
 Extract commit ID from an archive created using git\-tar\-tree\&.
 
+.TP
+\fBgit\-imap\-send\fR(1)
+Dump a mailbox from stdin into an imap folder\&.
+
 .TP
 \fBgit\-mailinfo\fR(1)
 Extracts patch and authorship information from a single e\-mail message, optionally transliterating the commit message into utf\-8\&.
@@ -487,6 +511,10 @@ Extracts patch and authorship information from a single e\-mail message, optiona
 \fBgit\-mailsplit\fR(1)
 A stupid program to split UNIX mbox format mailbox into individual pieces of e\-mail\&.
 
+.TP
+\fBgit\-merge\-tree\fR(1)
+Show three\-way merge without touching index\&.
+
 .TP
 \fBgit\-patch\-id\fR(1)
 Compute unique ID for a patch\&.