Autogenerated man pages for v1.3.0-rc3-gd53352
[git.git] / man7 / git.7
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\&.