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 b5c91f1..e447ce5 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
 
@@ -73,6 +73,10 @@ When showing the index information, do not munge paths, but use NUL terminated m
 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 dd1676b..303026d 100755 (executable)
@@ -41,6 +41,10 @@ Generate patch (see section on generating patches)
 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 5f6b504..9b67327 100755 (executable)
@@ -41,6 +41,10 @@ Generate patch (see section on generating patches)
 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 9532e37..d922699 100755 (executable)
@@ -41,6 +41,10 @@ Generate patch (see section on generating patches)
 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 c431b02..bc55a72 100755 (executable)
@@ -50,6 +50,10 @@ Generate patch (see section on generating patches)
 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 4db9e39..9b79763 100755 (executable)
@@ -106,6 +106,10 @@ Runs a merge for files needing merging\&.
 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\&.
 
@@ -300,6 +304,10 @@ Checkout and switch to a branch\&.
 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\&.
 
@@ -372,6 +380,10 @@ Merge two commits\&.
 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\&.
 
@@ -421,6 +433,10 @@ Salvage your data out of another SCM people love to hate\&.
 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\&.
 
@@ -476,10 +492,18 @@ Count unpacked number of objects and their disk consumption\&.
 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\&.
 
@@ -488,6 +512,10 @@ Extracts patch and authorship information from a single e\-mail message, optiona
 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\&.