Autogenerated HTML docs for v1.5.0-rc1-g72fe
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 19 Jan 2007 00:37:50 +0000 (00:37 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 19 Jan 2007 00:37:50 +0000 (00:37 +0000)
126 files changed:
cmds-ancillaryinterrogators.txt [new file with mode: 0644]
cmds-ancillarymanipulators.txt [new file with mode: 0644]
cmds-mainporcelain.txt [new file with mode: 0644]
cmds-plumbinginterrogators.txt [new file with mode: 0644]
cmds-plumbingmanipulators.txt [new file with mode: 0644]
cmds-synchingrepositories.txt [new file with mode: 0644]
git-am.html
git-am.txt
git-apply.html
git-apply.txt
git-archive.html
git-archive.txt
git-bisect.html
git-bisect.txt
git-branch.html
git-branch.txt
git-cat-file.html
git-cat-file.txt
git-checkout-index.html
git-checkout-index.txt
git-clone.html
git-clone.txt
git-commit-tree.html
git-commit-tree.txt
git-commit.html
git-commit.txt
git-count-objects.html
git-count-objects.txt
git-cvsexportcommit.html
git-cvsexportcommit.txt
git-cvsimport.html
git-cvsimport.txt
git-diff-stages.html
git-diff-stages.txt
git-fetch.html
git-fetch.txt
git-format-patch.html
git-format-patch.txt
git-hash-object.html
git-hash-object.txt
git-http-fetch.html
git-http-fetch.txt
git-http-push.html
git-http-push.txt
git-init.html
git-init.txt
git-instaweb.html
git-instaweb.txt
git-local-fetch.html
git-local-fetch.txt
git-ls-files.html
git-ls-files.txt
git-ls-tree.html
git-ls-tree.txt
git-mailinfo.html
git-mailinfo.txt
git-mailsplit.html
git-mailsplit.txt
git-merge-base.html
git-merge-base.txt
git-merge-file.html
git-merge-file.txt
git-merge-index.html
git-merge-index.txt
git-merge-one-file.html
git-merge-one-file.txt
git-merge.html
git-merge.txt
git-mv.html
git-mv.txt
git-pack-redundant.html
git-pack-redundant.txt
git-parse-remote.html
git-parse-remote.txt
git-patch-id.html
git-patch-id.txt
git-peek-remote.html
git-peek-remote.txt
git-prune-packed.html
git-prune-packed.txt
git-pull.html
git-pull.txt
git-rebase.html
git-rebase.txt
git-receive-pack.html
git-receive-pack.txt
git-repack.html
git-repack.txt
git-repo-config.html
git-repo-config.txt
git-rerere.html
git-rerere.txt
git-send-pack.html
git-send-pack.txt
git-shell.html
git-shell.txt
git-ssh-fetch.html
git-ssh-fetch.txt
git-ssh-upload.html
git-ssh-upload.txt
git-status.html
git-status.txt
git-svn.html
git-svn.txt
git-symbolic-ref.html
git-symbolic-ref.txt
git-tar-tree.html
git-tar-tree.txt
git-update-index.html
git-update-index.txt
git-update-ref.html
git-update-ref.txt
git-upload-archive.html
git-upload-archive.txt
git-upload-pack.html
git-upload-pack.txt
git-var.html
git-var.txt
git-write-tree.html
git-write-tree.txt
git.html
git.txt
gitk.html
gitk.txt
howto-index.html
howto/rebase-from-internal-branch.txt

diff --git a/cmds-ancillaryinterrogators.txt b/cmds-ancillaryinterrogators.txt
new file mode 100644 (file)
index 0000000..7398348
--- /dev/null
@@ -0,0 +1,63 @@
+gitlink:git-annotate[1]::
+       Annotate file lines with commit info.
+
+gitlink:git-blame[1]::
+       Show what revision and author last modified each line of a file.
+
+gitlink:git-check-ref-format[1]::
+       Make sure ref name is well formed.
+
+gitlink:git-cherry[1]::
+       Find commits not merged upstream.
+
+gitlink:git-count-objects[1]::
+       Count unpacked number of objects and their disk consumption.
+
+gitlink:git-daemon[1]::
+       A really simple server for git repositories.
+
+gitlink:git-fmt-merge-msg[1]::
+       Produce a merge commit message.
+
+gitlink:git-get-tar-commit-id[1]::
+       Extract commit ID from an archive created using git-tar-tree.
+
+gitlink:git-imap-send[1]::
+       Dump a mailbox from stdin into an imap folder.
+
+gitlink:git-instaweb[1]::
+       Instantly browse your working repository in gitweb.
+
+gitlink:git-mailinfo[1]::
+       Extracts patch and authorship from a single e-mail message.
+
+gitlink:git-mailsplit[1]::
+       Simple UNIX mbox splitter program.
+
+gitlink:git-merge-tree[1]::
+       Show three-way merge without touching index.
+
+gitlink:git-parse-remote[1]::
+       Routines to help parsing remote repository access parameters.
+
+gitlink:git-patch-id[1]::
+       Compute unique ID for a patch.
+
+gitlink:git-request-pull[1]::
+       Generates a summary of pending changes.
+
+gitlink:git-rev-parse[1]::
+       Pick out and massage parameters.
+
+gitlink:git-runstatus[1]::
+       A helper for git-status and git-commit.
+
+gitlink:git-send-email[1]::
+       Send a collection of patches as emails.
+
+gitlink:git-stripspace[1]::
+       Filter out empty lines.
+
+gitlink:git-symbolic-ref[1]::
+       Read and modify symbolic refs.
+
diff --git a/cmds-ancillarymanipulators.txt b/cmds-ancillarymanipulators.txt
new file mode 100644 (file)
index 0000000..638a132
--- /dev/null
@@ -0,0 +1,57 @@
+gitlink:git-applypatch[1]::
+       Apply one patch extracted from an e-mail.
+
+gitlink:git-archimport[1]::
+       Import an Arch repository into git.
+
+gitlink:git-convert-objects[1]::
+       Converts old-style git repository.
+
+gitlink:git-cvsexportcommit[1]::
+       Export a single commit to a CVS checkout.
+
+gitlink:git-cvsimport[1]::
+       Salvage your data out of another SCM people love to hate.
+
+gitlink:git-cvsserver[1]::
+       A CVS server emulator for git.
+
+gitlink:git-gc[1]::
+       Cleanup unnecessary files and optimize the local repository.
+
+gitlink:git-lost-found[1]::
+       Recover lost refs that luckily have not yet been pruned.
+
+gitlink:git-merge-one-file[1]::
+       The standard helper program to use with git-merge-index.
+
+gitlink:git-prune[1]::
+       Prunes all unreachable objects from the object database.
+
+gitlink:git-quiltimport[1]::
+       Applies a quilt patchset onto the current branch.
+
+gitlink:git-reflog[1]::
+       Manage reflog information.
+
+gitlink:git-relink[1]::
+       Hardlink common objects in local repositories.
+
+gitlink:git-sh-setup[1]::
+       Common git shell script setup code.
+
+gitlink:git-svn[1]::
+       Bidirectional operation between a single Subversion branch and git.
+
+gitlink:git-svnimport[1]::
+       Import a SVN repository into git.
+
+gitlink:git-symbolic-ref[1]::
+       Read and modify symbolic refs.
+
+gitlink:git-tag[1]::
+       Create or verify a tag object signed with GPG.
+
+gitlink:git-update-ref[1]::
+       Update the object name stored in a ref safely.
+
diff --git a/cmds-mainporcelain.txt b/cmds-mainporcelain.txt
new file mode 100644 (file)
index 0000000..05c5965
--- /dev/null
@@ -0,0 +1,108 @@
+gitlink:git-add[1]::
+       Add file contents to the changeset to be committed next.
+
+gitlink:git-am[1]::
+       Apply a series of patches from a mailbox.
+
+gitlink:git-applymbox[1]::
+       Apply a series of patches in a mailbox.
+
+gitlink:git-archive[1]::
+       Creates an archive of files from a named tree.
+
+gitlink:git-bisect[1]::
+       Find the change that introduced a bug by binary search.
+
+gitlink:git-branch[1]::
+       List, create, or delete branches.
+
+gitlink:git-checkout[1]::
+       Checkout and switch to a branch.
+
+gitlink:git-cherry-pick[1]::
+       Apply the change introduced by an existing commit.
+
+gitlink:git-clean[1]::
+       Remove untracked files from the working tree.
+
+gitlink:git-clone[1]::
+       Clones a repository into a new directory.
+
+gitlink:git-commit[1]::
+       Record changes to the repository.
+
+gitlink:git-diff[1]::
+       Show changes between commits, commit and working tree, etc.
+
+gitlink:git-fetch[1]::
+       Download objects and refs from another repository.
+
+gitlink:git-format-patch[1]::
+       Prepare patches for e-mail submission.
+
+gitlink:git-grep[1]::
+       Print lines matching a pattern.
+
+gitlink:gitk[1]::
+       The git repository browser.
+
+gitlink:git-log[1]::
+       Show commit logs.
+
+gitlink:git-ls-remote[1]::
+       List references in a remote repository.
+
+gitlink:git-merge[1]::
+       Join two or more development histories together.
+
+gitlink:git-mv[1]::
+       Move or rename a file, a directory, or a symlink.
+
+gitlink:git-pack-refs[1]::
+       Pack heads and tags for efficient repository access.
+
+gitlink:git-pull[1]::
+       Fetch from and merge with another repository or a local branch.
+
+gitlink:git-push[1]::
+       Update remote refs along with associated objects.
+
+gitlink:git-rebase[1]::
+       Forward-port local commits to the updated upstream head.
+
+gitlink:git-repack[1]::
+       Pack unpacked objects in a repository.
+
+gitlink:git-rerere[1]::
+       Reuse recorded resolution of conflicted merges.
+
+gitlink:git-reset[1]::
+       Reset current HEAD to the specified state.
+
+gitlink:git-resolve[1]::
+       Merge two commits.
+
+gitlink:git-revert[1]::
+       Revert an existing commit.
+
+gitlink:git-rm[1]::
+       Remove files from the working tree and from the index.
+
+gitlink:git-shortlog[1]::
+       Summarize 'git log' output.
+
+gitlink:git-show[1]::
+       Show various types of objects.
+
+gitlink:git-show-branch[1]::
+       Show branches and their commits.
+
+gitlink:git-status[1]::
+       Show the working tree status.
+
+gitlink:git-verify-tag[1]::
+       Check the GPG signature of tag.
+
+gitlink:git-whatchanged[1]::
+       Show logs with difference each commit introduces.
+
diff --git a/cmds-plumbinginterrogators.txt b/cmds-plumbinginterrogators.txt
new file mode 100644 (file)
index 0000000..28580ea
--- /dev/null
@@ -0,0 +1,60 @@
+gitlink:git-cat-file[1]::
+       Provide content or type/size information for repository objects.
+
+gitlink:git-describe[1]::
+       Show the most recent tag that is reachable from a commit.
+
+gitlink:git-diff-files[1]::
+       Compares files in the working tree and the index.
+
+gitlink:git-diff-index[1]::
+       Compares content and mode of blobs between the index and repository.
+
+gitlink:git-diff-stages[1]::
+       Compares two merge stages in the index.
+
+gitlink:git-diff-tree[1]::
+       Compares the content and mode of blobs found via two tree objects.
+
+gitlink:git-for-each-ref[1]::
+       Output information on each ref.
+
+gitlink:git-fsck-objects[1]::
+       Verifies the connectivity and validity of the objects in the database.
+
+gitlink:git-ls-files[1]::
+       Show information about files in the index and the working tree.
+
+gitlink:git-ls-tree[1]::
+       List the contents of a tree object.
+
+gitlink:git-merge-base[1]::
+       Find as good common ancestors as possible for a merge.
+
+gitlink:git-name-rev[1]::
+       Find symbolic names for given revs.
+
+gitlink:git-pack-redundant[1]::
+       Find redundant pack files.
+
+gitlink:git-rev-list[1]::
+       Lists commit objects in reverse chronological order.
+
+gitlink:git-show-index[1]::
+       Show packed archive index.
+
+gitlink:git-show-ref[1]::
+       List references in a local repository.
+
+gitlink:git-tar-tree[1]::
+       Create a tar archive of the files in the named tree object.
+
+gitlink:git-unpack-file[1]::
+       Creates a temporary file with a blob's contents.
+
+gitlink:git-var[1]::
+       Show a git logical variable.
+
+gitlink:git-verify-pack[1]::
+       Validate packed git archive files.
+
diff --git a/cmds-plumbingmanipulators.txt b/cmds-plumbingmanipulators.txt
new file mode 100644 (file)
index 0000000..4363877
--- /dev/null
@@ -0,0 +1,51 @@
+gitlink:git-apply[1]::
+       Apply a patch on a git index file and a working tree.
+
+gitlink:git-checkout-index[1]::
+       Copy files from the index to the working tree.
+
+gitlink:git-commit-tree[1]::
+       Create a new commit object.
+
+gitlink:git-hash-object[1]::
+       Compute object ID and optionally creates a blob from a file.
+
+gitlink:git-index-pack[1]::
+       Build pack index file for an existing packed archive.
+
+gitlink:git-init[1]::
+       Create an empty git repository or reinitialize an existing one.
+
+gitlink:git-merge-file[1]::
+       Run a three-way file merge.
+
+gitlink:git-merge-index[1]::
+       Run a merge for files needing merging.
+
+gitlink:git-mktag[1]::
+       Creates a tag object.
+
+gitlink:git-mktree[1]::
+       Build a tree-object from ls-tree formatted text.
+
+gitlink:git-pack-objects[1]::
+       Create a packed archive of objects.
+
+gitlink:git-prune-packed[1]::
+       Remove extra objects that are already in pack files.
+
+gitlink:git-read-tree[1]::
+       Reads tree information into the index.
+
+gitlink:git-repo-config[1]::
+       Get and set repository or global options.
+
+gitlink:git-unpack-objects[1]::
+       Unpack objects from a packed archive.
+
+gitlink:git-update-index[1]::
+       Register file contents in the working tree to the index.
+
+gitlink:git-write-tree[1]::
+       Create a tree object from the current index.
+
diff --git a/cmds-synchingrepositories.txt b/cmds-synchingrepositories.txt
new file mode 100644 (file)
index 0000000..01b5bb9
--- /dev/null
@@ -0,0 +1,39 @@
+gitlink:git-fetch-pack[1]::
+       Receive missing objects from another repository.
+
+gitlink:git-http-fetch[1]::
+       Download from a remote git repository via HTTP.
+
+gitlink:git-http-push[1]::
+       Push objects over HTTP/DAV to another repository.
+
+gitlink:git-local-fetch[1]::
+       Duplicate another git repository on a local system.
+
+gitlink:git-peek-remote[1]::
+       List the references in a remote repository.
+
+gitlink:git-receive-pack[1]::
+       Receive what is pushed into the repository.
+
+gitlink:git-send-pack[1]::
+       Push objects over git protocol to another reposiotory.
+
+gitlink:git-shell[1]::
+       Restricted login shell for GIT-only SSH access.
+
+gitlink:git-ssh-fetch[1]::
+       Fetch from a remote repository over ssh connection.
+
+gitlink:git-ssh-upload[1]::
+       Push to a remote repository over ssh connection.
+
+gitlink:git-update-server-info[1]::
+       Update auxiliary info file to help dumb servers.
+
+gitlink:git-upload-archive[1]::
+       Send archive back to git-archive.
+
+gitlink:git-upload-pack[1]::
+       Send objects packed back to git-fetch-pack.
+
index c06f394..2a3c894 100644 (file)
@@ -266,7 +266,7 @@ git-am(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-am -\r
-   Apply a series of patches in a mailbox\r
+   Apply a series of patches from a mailbox\r
 </p>\r
 </div>\r
 </div>\r
@@ -440,7 +440,7 @@ names.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 09-Jan-2007 11:13:40 UTC\r
+Last updated 19-Jan-2007 00:37:10 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 53e81cb..aa4ce1d 100644 (file)
@@ -3,7 +3,7 @@ git-am(1)
 
 NAME
 ----
-git-am - Apply a series of patches in a mailbox
+git-am - Apply a series of patches from a mailbox
 
 
 SYNOPSIS
index 39605a6..1bb8a76 100644 (file)
@@ -266,7 +266,7 @@ git-apply(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-apply -\r
-   Apply patch on a git index file and a work tree\r
+   Apply a patch on a git index file and a working tree\r
 </p>\r
 </div>\r
 </div>\r
@@ -583,7 +583,7 @@ apply.whitespace
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Dec-2006 09:11:30 UTC\r
+Last updated 19-Jan-2007 00:37:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 33b93db..065ba1b 100644 (file)
@@ -3,7 +3,7 @@ git-apply(1)
 
 NAME
 ----
-git-apply - Apply patch on a git index file and a work tree
+git-apply - Apply a patch on a git index file and a working tree
 
 
 SYNOPSIS
index 8277f7f..223e629 100644 (file)
@@ -266,7 +266,7 @@ git-archive(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-archive -\r
-   Creates a archive of the files in the named tree\r
+   Creates an archive of files from a named tree\r
 </p>\r
 </div>\r
 </div>\r
@@ -444,7 +444,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:52 UTC\r
+Last updated 19-Jan-2007 00:37:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 031fcd5..493474b 100644 (file)
@@ -3,7 +3,7 @@ git-archive(1)
 
 NAME
 ----
-git-archive - Creates a archive of the files in the named tree
+git-archive - Creates an archive of files from a named tree
 
 
 SYNOPSIS
index 9e74990..cbf72ab 100644 (file)
@@ -266,7 +266,7 @@ git-bisect(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-bisect -\r
-   Find the change that introduced a bug\r
+   Find the change that introduced a bug by binary search\r
 </p>\r
 </div>\r
 </div>\r
@@ -385,7 +385,7 @@ like this:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:53 UTC\r
+Last updated 19-Jan-2007 00:37:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ac4b496..16ec726 100644 (file)
@@ -3,7 +3,7 @@ git-bisect(1)
 
 NAME
 ----
-git-bisect - Find the change that introduced a bug
+git-bisect - Find the change that introduced a bug by binary search
 
 
 SYNOPSIS
index 3b459e6..51e171a 100644 (file)
@@ -266,7 +266,7 @@ git-branch(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-branch -\r
-   List, create, or delete branches.\r
+   List, create, or delete branches\r
 </p>\r
 </div>\r
 </div>\r
@@ -511,7 +511,7 @@ a branch and check it out with a single command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:12 UTC\r
+Last updated 19-Jan-2007 00:37:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d5f8118..aa1fdd4 100644 (file)
@@ -3,7 +3,7 @@ git-branch(1)
 
 NAME
 ----
-git-branch - List, create, or delete branches.
+git-branch - List, create, or delete branches
 
 SYNOPSIS
 --------
index a7e9f78..d3f4d78 100644 (file)
@@ -266,7 +266,7 @@ git-cat-file(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-cat-file -\r
-   Provide content or type information for repository objects\r
+   Provide content or type/size information for repository objects\r
 </p>\r
 </div>\r
 </div>\r
@@ -364,7 +364,7 @@ be returned.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:54 UTC\r
+Last updated 19-Jan-2007 00:37:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5e9cbf8..7e90ce9 100644 (file)
@@ -3,7 +3,7 @@ git-cat-file(1)
 
 NAME
 ----
-git-cat-file - Provide content or type information for repository objects
+git-cat-file - Provide content or type/size information for repository objects
 
 
 SYNOPSIS
index 822b0cf..1116e51 100644 (file)
@@ -266,7 +266,7 @@ git-checkout-index(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-checkout-index -\r
-   Copy files from the index to the working directory\r
+   Copy files from the index to the working tree\r
 </p>\r
 </div>\r
 </div>\r
@@ -511,7 +511,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:54 UTC\r
+Last updated 19-Jan-2007 00:37:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 765c173..6dd6db0 100644 (file)
@@ -3,7 +3,7 @@ git-checkout-index(1)
 
 NAME
 ----
-git-checkout-index - Copy files from the index to the working directory
+git-checkout-index - Copy files from the index to the working tree
 
 
 SYNOPSIS
index ff87a1c..3aab15d 100644 (file)
@@ -266,7 +266,7 @@ git-clone(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-clone -\r
-   Clones a repository\r
+   Clones a repository into a new directory\r
 </p>\r
 </div>\r
 </div>\r
@@ -521,7 +521,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2007 07:43:48 UTC\r
+Last updated 19-Jan-2007 00:37:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a782074..707376f 100644 (file)
@@ -3,7 +3,7 @@ git-clone(1)
 
 NAME
 ----
-git-clone - Clones a repository
+git-clone - Clones a repository into a new directory
 
 
 SYNOPSIS
index c40f13d..d74d760 100644 (file)
@@ -266,7 +266,7 @@ git-commit-tree(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-commit-tree -\r
-   Creates a new commit object\r
+   Create a new commit object\r
 </p>\r
 </div>\r
 </div>\r
@@ -480,7 +480,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 23:27:38 UTC\r
+Last updated 19-Jan-2007 00:37:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f5d8050..cf25507 100644 (file)
@@ -3,7 +3,7 @@ git-commit-tree(1)
 
 NAME
 ----
-git-commit-tree - Creates a new commit object
+git-commit-tree - Create a new commit object
 
 
 SYNOPSIS
index 86d3abf..67414b0 100644 (file)
@@ -266,7 +266,7 @@ git-commit(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-commit -\r
-   Record your changes\r
+   Record changes to the repository\r
 </p>\r
 </div>\r
 </div>\r
@@ -656,7 +656,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:13 UTC\r
+Last updated 19-Jan-2007 00:37:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bd1c22b..532703a 100644 (file)
@@ -3,7 +3,7 @@ git-commit(1)
 
 NAME
 ----
-git-commit - Record your changes
+git-commit - Record changes to the repository
 
 SYNOPSIS
 --------
index b09d7db..b32f19b 100644 (file)
@@ -266,7 +266,7 @@ git-count-objects(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-count-objects -\r
-   Reports on unpacked objects\r
+   Count unpacked number of objects and their disk consumption\r
 </p>\r
 </div>\r
 </div>\r
@@ -309,7 +309,7 @@ them, to help you decide when it is a good time to repack.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2006 10:59:42 UTC\r
+Last updated 19-Jan-2007 00:37:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c59df64..91c8c92 100644 (file)
@@ -3,7 +3,7 @@ git-count-objects(1)
 
 NAME
 ----
-git-count-objects - Reports on unpacked objects
+git-count-objects - Count unpacked number of objects and their disk consumption
 
 SYNOPSIS
 --------
index 0447fa0..f84d404 100644 (file)
@@ -266,7 +266,7 @@ git-cvsexportcommit(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-cvsexportcommit -\r
-   Export a commit to a CVS checkout\r
+   Export a single commit to a CVS checkout\r
 </p>\r
 </div>\r
 </div>\r
@@ -386,7 +386,7 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:58 UTC\r
+Last updated 19-Jan-2007 00:37:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 092d0d6..347cbce 100644 (file)
@@ -3,7 +3,7 @@ git-cvsexportcommit(1)
 
 NAME
 ----
-git-cvsexportcommit - Export a commit to a CVS checkout
+git-cvsexportcommit - Export a single commit to a CVS checkout
 
 
 SYNOPSIS
index 838f72f..6cb109f 100644 (file)
@@ -266,7 +266,7 @@ git-cvsimport(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-cvsimport -\r
-   Import a CVS repository into git\r
+   Salvage your data out of another SCM people love to hate\r
 </p>\r
 </div>\r
 </div>\r
@@ -509,7 +509,7 @@ various participants of the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:13 UTC\r
+Last updated 19-Jan-2007 00:37:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4471394..f5450de 100644 (file)
@@ -3,7 +3,7 @@ git-cvsimport(1)
 
 NAME
 ----
-git-cvsimport - Import a CVS repository into git
+git-cvsimport - Salvage your data out of another SCM people love to hate
 
 
 SYNOPSIS
index 60d7cad..1cefce3 100644 (file)
@@ -266,7 +266,7 @@ git-diff-stages(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-diff-stages -\r
-   Compares content and mode of blobs between stages in an unmerged index file\r
+   Compares two merge stages in the index\r
 </p>\r
 </div>\r
 </div>\r
@@ -960,7 +960,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Dec-2006 09:11:33 UTC\r
+Last updated 19-Jan-2007 00:37:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3273918..120d14e 100644 (file)
@@ -3,7 +3,7 @@ git-diff-stages(1)
 
 NAME
 ----
-git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file
+git-diff-stages - Compares two merge stages in the index
 
 
 SYNOPSIS
index 4b108f5..e14e073 100644 (file)
@@ -266,7 +266,7 @@ git-fetch(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-fetch -\r
-   Download objects and a head from another repository\r
+   Download objects and refs from another repository\r
 </p>\r
 </div>\r
 </div>\r
@@ -627,7 +627,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-Jan-2007 00:04:07 UTC\r
+Last updated 19-Jan-2007 00:37:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a9e86fd..7ecf240 100644 (file)
@@ -3,7 +3,7 @@ git-fetch(1)
 
 NAME
 ----
-git-fetch - Download objects and a head from another repository
+git-fetch - Download objects and refs from another repository
 
 
 SYNOPSIS
index 133b40e..7c1d287 100644 (file)
@@ -276,6 +276,7 @@ git-format-patch(1) Manual Page
 <div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--attach] [--thread]\r
                    [-s | --signoff] [--diff-options] [--start-number &lt;n&gt;]\r
                    [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]\r
+                   [--ignore-if-in-upstream]\r
                    &lt;since&gt;[..&lt;until&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -385,13 +386,25 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--ignore-if-in-upstream\r
+</dt>\r
+<dd>\r
+<p>\r
+        Do not include a patch that matches a commit in\r
+        &lt;until&gt;..&lt;since&gt;.  This will examine all patches reachable\r
+        from &lt;since&gt; but not from &lt;until&gt; and compare them with the\r
+        patches being generated, and any patch that matches is\r
+        ignored.\r
+</p>\r
+</dd>\r
+<dt>\r
 --suffix=.&lt;sfx&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
-        Instead of using <tt>.txt</tt> as the suffix for generated\r
+        Instead of using <tt>.patch</tt> as the suffix for generated\r
         filenames, use specifed suffix.  A common alternative is\r
-        <tt>--suffix=.patch</tt>.\r
+        <tt>--suffix=.txt</tt>.\r
 </p>\r
 <p>Note that you would need to include the leading dot <tt>.</tt> if you\r
 want a filename like <tt>0001-description-of-my-change.patch</tt>, and\r
@@ -403,15 +416,13 @@ not add any suffix.</p>
 <h2>CONFIGURATION</h2>\r
 <div class="sectionbody">\r
 <p>You can specify extra mail header lines to be added to each\r
-message in the repository configuration as follows:</p>\r
-<div class="literalblock">\r
-<div class="content">\r
-<pre><tt>headers = "Organization: git-foo\n"</tt></pre>\r
-</div></div>\r
-<p>You can specify default suffix used:</p>\r
-<div class="literalblock">\r
+message in the repository configuration.  Also you can specify\r
+the default suffix different from the built-in one:</p>\r
+<div class="listingblock">\r
 <div class="content">\r
-<pre><tt>suffix = .patch</tt></pre>\r
+<pre><tt>[format]\r
+        headers = "Organization: git-foo\n"\r
+        suffix = .txt</tt></pre>\r
 </div></div>\r
 </div>\r
 <h2>EXAMPLES</h2>\r
@@ -451,6 +462,15 @@ git-format-patch -M -B origin
         the recipient uses git to apply your patch.\r
 </p>\r
 </dd>\r
+<dt>\r
+git-format-patch -3\r
+</dt>\r
+<dd>\r
+<p>\r
+        Extract three topmost commits from the current branch\r
+        and format them as e-mailable patches.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>See Also</h2>\r
@@ -471,7 +491,7 @@ git-format-patch -M -B origin
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Jan-2007 06:23:59 UTC\r
+Last updated 19-Jan-2007 00:37:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 574cf76..59f34b9 100644 (file)
@@ -12,6 +12,7 @@ SYNOPSIS
 'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [--thread]
                   [-s | --signoff] [--diff-options] [--start-number <n>]
                   [--in-reply-to=Message-Id] [--suffix=.<sfx>]
+                  [--ignore-if-in-upstream]
                   <since>[..<until>]
 
 DESCRIPTION
@@ -80,10 +81,17 @@ OPTIONS
        reply to the given Message-Id, which avoids breaking threads to
        provide a new patch series.
 
+--ignore-if-in-upstream::
+       Do not include a patch that matches a commit in
+       <until>..<since>.  This will examine all patches reachable
+       from <since> but not from <until> and compare them with the
+       patches being generated, and any patch that matches is
+       ignored.
+
 --suffix=.<sfx>::
-       Instead of using `.txt` as the suffix for generated
+       Instead of using `.patch` as the suffix for generated
        filenames, use specifed suffix.  A common alternative is
-       `--suffix=.patch`.
+       `--suffix=.txt`.
 +
 Note that you would need to include the leading dot `.` if you
 want a filename like `0001-description-of-my-change.patch`, and
@@ -93,15 +101,14 @@ not add any suffix.
 CONFIGURATION
 -------------
 You can specify extra mail header lines to be added to each
-message in the repository configuration as follows:
+message in the repository configuration.  Also you can specify
+the default suffix different from the built-in one:
 
+------------
 [format]
         headers = "Organization: git-foo\n"
-
-You can specify default suffix used:
-
-[format]
-        suffix = .patch
+        suffix = .txt
+------------
 
 
 EXAMPLES
@@ -126,6 +133,9 @@ git-format-patch -M -B origin::
        understand renaming patches, so use it only when you know
        the recipient uses git to apply your patch.
 
+git-format-patch -3::
+       Extract three topmost commits from the current branch
+       and format them as e-mailable patches.
 
 See Also
 --------
index f3097eb..6092e5c 100644 (file)
@@ -266,7 +266,7 @@ git-hash-object(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-hash-object -\r
-   Computes object ID and optionally creates a blob from a file\r
+   Compute object ID and optionally creates a blob from a file\r
 </p>\r
 </div>\r
 </div>\r
@@ -327,7 +327,7 @@ specified, it defaults to "blob".</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:06 UTC\r
+Last updated 19-Jan-2007 00:37:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 04e8d00..5edc36f 100644 (file)
@@ -3,7 +3,7 @@ git-hash-object(1)
 
 NAME
 ----
-git-hash-object - Computes object ID and optionally creates a blob from a file
+git-hash-object - Compute object ID and optionally creates a blob from a file
 
 
 SYNOPSIS
index 39a2d24..bf45f29 100644 (file)
@@ -266,7 +266,7 @@ git-http-fetch(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-http-fetch -\r
-   downloads a remote git repository via HTTP\r
+   Download from a remote git repository via HTTP\r
 </p>\r
 </div>\r
 </div>\r
@@ -360,7 +360,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:07 UTC\r
+Last updated 19-Jan-2007 00:37:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3d50809..7dc2df3 100644 (file)
@@ -3,7 +3,7 @@ git-http-fetch(1)
 
 NAME
 ----
-git-http-fetch - downloads a remote git repository via HTTP
+git-http-fetch - Download from a remote git repository via HTTP
 
 
 SYNOPSIS
index a8f8ab6..0acd29c 100644 (file)
@@ -266,7 +266,7 @@ git-http-push(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-http-push -\r
-   Push missing objects using HTTP/DAV\r
+   Push objects over HTTP/DAV to another repository\r
 </p>\r
 </div>\r
 </div>\r
@@ -385,7 +385,7 @@ to disable the fast-forward check only on that ref.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 12-Oct-2006 19:10:26 UTC\r
+Last updated 19-Jan-2007 00:37:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c2485c6..4b4a461 100644 (file)
@@ -3,7 +3,7 @@ git-http-push(1)
 
 NAME
 ----
-git-http-push - Push missing objects using HTTP/DAV
+git-http-push - Push objects over HTTP/DAV to another repository
 
 
 SYNOPSIS
index badaeb5..cd51d3e 100644 (file)
@@ -266,7 +266,7 @@ git-init(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-init -\r
-   Creates an empty git repository\r
+   Create an empty git repository or reinitialize an existing one\r
 </p>\r
 </div>\r
 </div>\r
@@ -395,7 +395,7 @@ add all existing file to the index
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2007 08:09:00 UTC\r
+Last updated 19-Jan-2007 00:37:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 596b567..1b64d3a 100644 (file)
@@ -3,7 +3,7 @@ git-init(1)
 
 NAME
 ----
-git-init - Creates an empty git repository
+git-init - Create an empty git repository or reinitialize an existing one
 
 
 SYNOPSIS
index a8be792..4138987 100644 (file)
@@ -266,7 +266,7 @@ git-instaweb(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-instaweb -\r
-   instantly browse your working repository in gitweb\r
+   Instantly browse your working repository in gitweb\r
 </p>\r
 </div>\r
 </div>\r
@@ -388,7 +388,7 @@ repository.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:08 UTC\r
+Last updated 19-Jan-2007 00:37:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7dd393b..52a6aa6 100644 (file)
@@ -3,7 +3,7 @@ git-instaweb(1)
 
 NAME
 ----
-git-instaweb - instantly browse your working repository in gitweb
+git-instaweb - Instantly browse your working repository in gitweb
 
 SYNOPSIS
 --------
index ed8a57a..053707a 100644 (file)
@@ -266,7 +266,7 @@ git-local-fetch(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-local-fetch -\r
-   Duplicates another git repository on a local system\r
+   Duplicate another git repository on a local system\r
 </p>\r
 </div>\r
 </div>\r
@@ -351,7 +351,7 @@ git-local-fetch(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:09 UTC\r
+Last updated 19-Jan-2007 00:37:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2fbdfe0..22048d8 100644 (file)
@@ -3,7 +3,7 @@ git-local-fetch(1)
 
 NAME
 ----
-git-local-fetch - Duplicates another git repository on a local system
+git-local-fetch - Duplicate another git repository on a local system
 
 
 SYNOPSIS
index c12f43f..c09e177 100644 (file)
@@ -266,7 +266,7 @@ git-ls-files(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-ls-files -\r
-   Information about files in the index/working directory\r
+   Show information about files in the index and the working tree\r
 </p>\r
 </div>\r
 </div>\r
@@ -688,7 +688,7 @@ from getting ignored.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:10 UTC\r
+Last updated 19-Jan-2007 00:37:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8520b97..79e0b7b 100644 (file)
@@ -3,7 +3,7 @@ git-ls-files(1)
 
 NAME
 ----
-git-ls-files - Information about files in the index/working directory
+git-ls-files - Show information about files in the index and the working tree
 
 
 SYNOPSIS
index 19ab13b..d5ef846 100644 (file)
@@ -266,7 +266,7 @@ git-ls-tree(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-ls-tree -\r
-   Lists the contents of a tree object\r
+   List the contents of a tree object\r
 </p>\r
 </div>\r
 </div>\r
@@ -397,7 +397,7 @@ another major rewrite by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:11 UTC\r
+Last updated 19-Jan-2007 00:37:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f283bac..7899394 100644 (file)
@@ -3,7 +3,7 @@ git-ls-tree(1)
 
 NAME
 ----
-git-ls-tree - Lists the contents of a tree object
+git-ls-tree - List the contents of a tree object
 
 
 SYNOPSIS
index a0d11a5..7a1b7f7 100644 (file)
@@ -266,7 +266,7 @@ git-mailinfo(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-mailinfo -\r
-   Extracts patch from a single e-mail message\r
+   Extracts patch and authorship from a single e-mail message\r
 </p>\r
 </div>\r
 </div>\r
@@ -357,7 +357,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 23:27:39 UTC\r
+Last updated 19-Jan-2007 00:37:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1ff6e7d..ba18133 100644 (file)
@@ -3,7 +3,7 @@ git-mailinfo(1)
 
 NAME
 ----
-git-mailinfo - Extracts patch from a single e-mail message
+git-mailinfo - Extracts patch and authorship from a single e-mail message
 
 
 SYNOPSIS
index 3d9e565..3d3ab7e 100644 (file)
@@ -266,7 +266,7 @@ git-mailsplit(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-mailsplit -\r
-   Totally braindamaged mbox splitter program\r
+   Simple UNIX mbox splitter program\r
 </p>\r
 </div>\r
 </div>\r
@@ -344,7 +344,7 @@ and Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:12 UTC\r
+Last updated 19-Jan-2007 00:37:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5a17801..c11d6a5 100644 (file)
@@ -3,7 +3,7 @@ git-mailsplit(1)
 
 NAME
 ----
-git-mailsplit - Totally braindamaged mbox splitter program
+git-mailsplit - Simple UNIX mbox splitter program
 
 SYNOPSIS
 --------
index d2a1e64..4d55d7f 100644 (file)
@@ -266,7 +266,7 @@ git-merge-base(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-merge-base -\r
-   Finds as good a common ancestor as possible for a merge\r
+   Find as good common ancestors as possible for a merge\r
 </p>\r
 </div>\r
 </div>\r
@@ -312,7 +312,7 @@ relied on to decide in any particular way.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:12 UTC\r
+Last updated 19-Jan-2007 00:37:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6099be2..3190aed 100644 (file)
@@ -3,7 +3,7 @@ git-merge-base(1)
 
 NAME
 ----
-git-merge-base - Finds as good a common ancestor as possible for a merge
+git-merge-base - Find as good common ancestors as possible for a merge
 
 
 SYNOPSIS
index e74295b..f5b6c94 100644 (file)
@@ -266,7 +266,7 @@ git-merge-file(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-merge-file -\r
-   three-way file merge\r
+   Run a three-way file merge\r
 </p>\r
 </div>\r
 </div>\r
@@ -377,7 +377,7 @@ with parts copied from the original documentation of RCS merge.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Dec-2006 19:31:44 UTC\r
+Last updated 19-Jan-2007 00:37:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 29d3faa..31882ab 100644 (file)
@@ -3,7 +3,7 @@ git-merge-file(1)
 
 NAME
 ----
-git-merge-file - three-way file merge
+git-merge-file - Run a three-way file merge
 
 
 SYNOPSIS
index e7eeeaf..ebe9fa1 100644 (file)
@@ -266,7 +266,7 @@ git-merge-index(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-merge-index -\r
-   Runs a merge for files needing merging\r
+   Run a merge for files needing merging\r
 </p>\r
 </div>\r
 </div>\r
@@ -372,7 +372,7 @@ One-shot merge by Petr Baudis &lt;pasky@ucw.cz&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Dec-2006 21:32:05 UTC\r
+Last updated 19-Jan-2007 00:37:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0cf505e..b8ee1ff 100644 (file)
@@ -3,7 +3,7 @@ git-merge-index(1)
 
 NAME
 ----
-git-merge-index - Runs a merge for files needing merging
+git-merge-index - Run a merge for files needing merging
 
 
 SYNOPSIS
index 4d41669..f61f8b2 100644 (file)
@@ -266,7 +266,7 @@ git-merge-one-file(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-merge-one-file -\r
-   The standard helper program to use with "git-merge-index"\r
+   The standard helper program to use with git-merge-index\r
 </p>\r
 </div>\r
 </div>\r
@@ -294,7 +294,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Petr Baudis &lt;pasky@suse.cz&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:13 UTC\r
+Last updated 19-Jan-2007 00:37:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 86aad37..f80ab3b 100644 (file)
@@ -3,7 +3,7 @@ git-merge-one-file(1)
 
 NAME
 ----
-git-merge-one-file - The standard helper program to use with "git-merge-index"
+git-merge-one-file - The standard helper program to use with git-merge-index
 
 
 SYNOPSIS
index 55511d4..2426cac 100644 (file)
@@ -266,7 +266,7 @@ git-merge(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-merge -\r
-   Grand Unified Merge Driver\r
+   Join two or more development histories together\r
 </p>\r
 </div>\r
 </div>\r
@@ -570,7 +570,7 @@ Resolve the conflicts.  <tt>git-diff</tt> would report only the
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Dec-2006 11:17:25 UTC\r
+Last updated 19-Jan-2007 00:37:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0f79665..3c08a6f 100644 (file)
@@ -3,7 +3,7 @@ git-merge(1)
 
 NAME
 ----
-git-merge - Grand Unified Merge Driver
+git-merge - Join two or more development histories together
 
 
 SYNOPSIS
index ab549e8..af010f6 100644 (file)
@@ -266,7 +266,7 @@ git-mv(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-mv -\r
-   Move or rename a file, directory or symlink\r
+   Move or rename a file, a directory, or a symlink\r
 </p>\r
 </div>\r
 </div>\r
@@ -337,7 +337,7 @@ Move functionality added by Josef Weidendorfer &lt;Josef.Weidendorfer@gmx.de&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:14 UTC\r
+Last updated 19-Jan-2007 00:37:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 207c43a..6756b76 100644 (file)
@@ -3,7 +3,7 @@ git-mv(1)
 
 NAME
 ----
-git-mv - Move or rename a file, directory or symlink
+git-mv - Move or rename a file, a directory, or a symlink
 
 
 SYNOPSIS
index 951c51d..2c80474 100644 (file)
@@ -266,7 +266,7 @@ git-pack-redundant(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-pack-redundant -\r
-   Program used to find redundant pack files\r
+   Find redundant pack files\r
 </p>\r
 </div>\r
 </div>\r
@@ -335,7 +335,7 @@ objects.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:16 UTC\r
+Last updated 19-Jan-2007 00:37:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7d54b17..be2c64e 100644 (file)
@@ -3,7 +3,7 @@ git-pack-redundant(1)
 
 NAME
 ----
-git-pack-redundant - Program used to find redundant pack files
+git-pack-redundant - Find redundant pack files
 
 
 SYNOPSIS
index 10789f5..c0034a8 100644 (file)
@@ -266,7 +266,7 @@ git-parse-remote(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-parse-remote -\r
-   Routines to help parsing $GIT_DIR/remotes/\r
+   Routines to help parsing remote repository access parameters\r
 </p>\r
 </div>\r
 </div>\r
@@ -326,7 +326,7 @@ get_remote_refs_for_push
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 23:27:40 UTC\r
+Last updated 19-Jan-2007 00:37:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 918ca55..11b1f4d 100644 (file)
@@ -3,7 +3,7 @@ git-parse-remote(1)
 
 NAME
 ----
-git-parse-remote - Routines to help parsing $GIT_DIR/remotes/
+git-parse-remote - Routines to help parsing remote repository access parameters
 
 
 SYNOPSIS
index c80073f..fef7ccd 100644 (file)
@@ -266,7 +266,7 @@ git-patch-id(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-patch-id -\r
-   Generate a patch ID\r
+   Compute unique ID for a patch\r
 </p>\r
 </div>\r
 </div>\r
@@ -314,7 +314,7 @@ This can be used to make a mapping from patch ID to commit ID.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:17 UTC\r
+Last updated 19-Jan-2007 00:37:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5389097..a7e9fd0 100644 (file)
@@ -3,7 +3,7 @@ git-patch-id(1)
 
 NAME
 ----
-git-patch-id - Generate a patch ID
+git-patch-id - Compute unique ID for a patch
 
 SYNOPSIS
 --------
index d9ce63d..600fd5a 100644 (file)
@@ -266,7 +266,7 @@ git-peek-remote(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-peek-remote -\r
-   Lists the references in a remote repository\r
+   List the references in a remote repository\r
 </p>\r
 </div>\r
 </div>\r
@@ -333,7 +333,7 @@ stores them in the local repository under the same name.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:17 UTC\r
+Last updated 19-Jan-2007 00:37:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a00060c..ac57cda 100644 (file)
@@ -3,7 +3,7 @@ git-peek-remote(1)
 
 NAME
 ----
-git-peek-remote - Lists the references in a remote repository
+git-peek-remote - List the references in a remote repository
 
 
 SYNOPSIS
index dc3ebd0..5543303 100644 (file)
@@ -266,7 +266,7 @@ git-prune-packed(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-prune-packed -\r
-   Program used to remove the extra object files that are now residing in a pack file.\r
+   Remove extra objects that are already in pack files\r
 </p>\r
 </div>\r
 </div>\r
@@ -325,7 +325,7 @@ disk storage, etc.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2007 08:09:01 UTC\r
+Last updated 19-Jan-2007 00:37:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a79193f..310033e 100644 (file)
@@ -3,8 +3,7 @@ git-prune-packed(1)
 
 NAME
 ----
-git-prune-packed - Program used to remove the extra object files that are now
-residing in a pack file.
+git-prune-packed - Remove extra objects that are already in pack files
 
 
 SYNOPSIS
index 0a593a8..230f8df 100644 (file)
@@ -266,7 +266,7 @@ git-pull(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-pull -\r
-   Pull and merge from another repository or a local branch\r
+   Fetch from and merge with another repository or a local branch\r
 </p>\r
 </div>\r
 </div>\r
@@ -813,7 +813,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jan-2007 06:12:31 UTC\r
+Last updated 19-Jan-2007 00:37:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a90b764..3e5f115 100644 (file)
@@ -3,7 +3,7 @@ git-pull(1)
 
 NAME
 ----
-git-pull - Pull and merge from another repository or a local branch
+git-pull - Fetch from and merge with another repository or a local branch
 
 
 SYNOPSIS
index d10a5a0..46b55d3 100644 (file)
@@ -266,7 +266,7 @@ git-rebase(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-rebase -\r
-   Rebase local commits to a new head\r
+   Forward-port local commits to the updated upstream head\r
 </p>\r
 </div>\r
 </div>\r
@@ -559,7 +559,7 @@ a rebase.  Upon completion, &lt;branch&gt; will be the current branch.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Nov-2006 07:19:02 UTC\r
+Last updated 19-Jan-2007 00:37:29 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 03e867a..0cb9e1f 100644 (file)
@@ -3,7 +3,7 @@ git-rebase(1)
 
 NAME
 ----
-git-rebase - Rebase local commits to a new head
+git-rebase - Forward-port local commits to the updated upstream head
 
 SYNOPSIS
 --------
index db20937..6c73b5d 100644 (file)
@@ -266,7 +266,7 @@ git-receive-pack(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-receive-pack -\r
-   Receive what is pushed into it\r
+   Receive what is pushed into the repository\r
 </p>\r
 </div>\r
 </div>\r
@@ -367,7 +367,7 @@ tells it if updates to a ref should be denied if they are not fast-forwards.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:21 UTC\r
+Last updated 19-Jan-2007 00:37:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0dfadc2..10e8c46 100644 (file)
@@ -3,7 +3,7 @@ git-receive-pack(1)
 
 NAME
 ----
-git-receive-pack - Receive what is pushed into it
+git-receive-pack - Receive what is pushed into the repository
 
 
 SYNOPSIS
index 6d4c22a..7cabc44 100644 (file)
@@ -266,7 +266,7 @@ git-repack(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-repack -\r
-   Script used to pack a repository from a collection of objects into pack files.\r
+   Pack unpacked objects in a repository\r
 </p>\r
 </div>\r
 </div>\r
@@ -394,7 +394,7 @@ that way can try to use older git with it).</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Oct-2006 07:18:40 UTC\r
+Last updated 19-Jan-2007 00:37:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0fa47e3..4a57ce8 100644 (file)
@@ -3,8 +3,7 @@ git-repack(1)
 
 NAME
 ----
-git-repack - Script used to pack a repository from a collection of
-objects into pack files.
+git-repack - Pack unpacked objects in a repository
 
 
 SYNOPSIS
index fcb8283..0a979cf 100644 (file)
@@ -266,7 +266,7 @@ git-repo-config(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-repo-config -\r
-   Get and set repository or global options.\r
+   Get and set repository or global options\r
 </p>\r
 </div>\r
 </div>\r
@@ -1284,7 +1284,7 @@ receive.denyNonFastForwards
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 07:24:20 UTC\r
+Last updated 19-Jan-2007 00:37:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c55a8ba..9db3d30 100644 (file)
@@ -3,7 +3,7 @@ git-repo-config(1)
 
 NAME
 ----
-git-repo-config - Get and set repository or global options.
+git-repo-config - Get and set repository or global options
 
 
 SYNOPSIS
index 2cd980d..2a2beef 100644 (file)
@@ -266,7 +266,7 @@ git-rerere(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-rerere -\r
-   Reuse recorded resolve\r
+   Reuse recorded resolution of conflicted merges\r
 </p>\r
 </div>\r
 </div>\r
@@ -482,7 +482,7 @@ conflict.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:16 UTC\r
+Last updated 19-Jan-2007 00:37:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c65c59e..139b6eb 100644 (file)
@@ -3,7 +3,7 @@ git-rerere(1)
 
 NAME
 ----
-git-rerere - Reuse recorded resolve
+git-rerere - Reuse recorded resolution of conflicted merges
 
 SYNOPSIS
 --------
index dc9936b..3ef3baf 100644 (file)
@@ -266,7 +266,7 @@ git-send-pack(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-send-pack -\r
-   Push missing objects packed\r
+   Push objects over git protocol to another reposiotory\r
 </p>\r
 </div>\r
 </div>\r
@@ -418,7 +418,7 @@ to disable the fast-forward check only on that ref.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 23:27:40 UTC\r
+Last updated 19-Jan-2007 00:37:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 88f4e39..eea8fe8 100644 (file)
@@ -3,7 +3,7 @@ git-send-pack(1)
 
 NAME
 ----
-git-send-pack - Push missing objects packed
+git-send-pack - Push objects over git protocol to another reposiotory
 
 
 SYNOPSIS
index d15c849..37a39c3 100644 (file)
@@ -266,7 +266,7 @@ git-shell(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-shell -\r
-   Restricted login shell for GIT over SSH only\r
+   Restricted login shell for GIT-only SSH access\r
 </p>\r
 </div>\r
 </div>\r
@@ -298,7 +298,7 @@ are permitted to be called, with a single required argument.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:28 UTC\r
+Last updated 19-Jan-2007 00:37:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cc4266d..228b9f1 100644 (file)
@@ -3,7 +3,7 @@ git-shell(1)
 
 NAME
 ----
-git-shell - Restricted login shell for GIT over SSH only
+git-shell - Restricted login shell for GIT-only SSH access
 
 
 SYNOPSIS
index bce8432..2bc7227 100644 (file)
@@ -266,7 +266,7 @@ git-ssh-fetch(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-ssh-fetch -\r
-   Pulls from a remote repository over ssh connection\r
+   Fetch from a remote repository over ssh connection\r
 </p>\r
 </div>\r
 </div>\r
@@ -349,7 +349,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:30 UTC\r
+Last updated 19-Jan-2007 00:37:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b7116b3..192b1f1 100644 (file)
@@ -3,7 +3,7 @@ git-ssh-fetch(1)
 
 NAME
 ----
-git-ssh-fetch - Pulls from a remote repository over ssh connection
+git-ssh-fetch - Fetch from a remote repository over ssh connection
 
 
 
index 12e6ca5..093653c 100644 (file)
@@ -266,7 +266,7 @@ git-ssh-upload(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-ssh-upload -\r
-   Pushes to a remote repository over ssh connection\r
+   Push to a remote repository over ssh connection\r
 </p>\r
 </div>\r
 </div>\r
@@ -348,7 +348,7 @@ commit-id
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:30 UTC\r
+Last updated 19-Jan-2007 00:37:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 702674e..a9b7e9f 100644 (file)
@@ -3,7 +3,7 @@ git-ssh-upload(1)
 
 NAME
 ----
-git-ssh-upload - Pushes to a remote repository over ssh connection
+git-ssh-upload - Push to a remote repository over ssh connection
 
 
 SYNOPSIS
index ca19ac5..b0f6854 100644 (file)
@@ -266,7 +266,7 @@ git-status(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-status -\r
-   Show working tree status\r
+   Show the working tree status\r
 </p>\r
 </div>\r
 </div>\r
@@ -316,7 +316,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:17 UTC\r
+Last updated 19-Jan-2007 00:37:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7f86d8c..03871e5 100644 (file)
@@ -3,7 +3,7 @@ git-status(1)
 
 NAME
 ----
-git-status - Show working tree status
+git-status - Show the working tree status
 
 
 SYNOPSIS
index c7d6439..e290921 100644 (file)
@@ -266,7 +266,7 @@ git-svn(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-svn -\r
-   bidirectional operation between Subversion and git\r
+   Bidirectional operation between a single Subversion branch and git\r
 </p>\r
 </div>\r
 </div>\r
@@ -911,7 +911,7 @@ detect them.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:17 UTC\r
+Last updated 19-Jan-2007 00:37:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 321083d..b95ff1d 100644 (file)
@@ -3,7 +3,7 @@ git-svn(1)
 
 NAME
 ----
-git-svn - bidirectional operation between Subversion and git
+git-svn - Bidirectional operation between a single Subversion branch and git
 
 SYNOPSIS
 --------
index 6d871a5..e21a3c8 100644 (file)
@@ -266,7 +266,7 @@ git-symbolic-ref(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-symbolic-ref -\r
-   read and modify symbolic refs\r
+   Read and modify symbolic refs\r
 </p>\r
 </div>\r
 </div>\r
@@ -327,7 +327,7 @@ name is not a symbolic ref, or 128 if another error occurs.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Jan-2007 10:44:38 UTC\r
+Last updated 19-Jan-2007 00:37:35 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fec3b4f..f93b79a 100644 (file)
@@ -3,7 +3,7 @@ git-symbolic-ref(1)
 
 NAME
 ----
-git-symbolic-ref - read and modify symbolic refs
+git-symbolic-ref - Read and modify symbolic refs
 
 SYNOPSIS
 --------
index 3b07129..db0f2ac 100644 (file)
@@ -266,7 +266,7 @@ git-tar-tree(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-tar-tree -\r
-   Creates a tar archive of the files in the named tree\r
+   Create a tar archive of the files in the named tree object\r
 </p>\r
 </div>\r
 </div>\r
@@ -395,7 +395,7 @@ git tar-tree HEAD:Documentation/ git-docs &gt; git-1.4.0-docs.tar
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:19 UTC\r
+Last updated 19-Jan-2007 00:37:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bc3360f..5959405 100644 (file)
@@ -3,7 +3,7 @@ git-tar-tree(1)
 
 NAME
 ----
-git-tar-tree - Creates a tar archive of the files in the named tree
+git-tar-tree - Create a tar archive of the files in the named tree object
 
 
 SYNOPSIS
index 4eb30a4..a4db23a 100644 (file)
@@ -266,7 +266,7 @@ git-update-index(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-update-index -\r
-   Modifies the index or directory cache\r
+   Register file contents in the working tree to the index\r
 </p>\r
 </div>\r
 </div>\r
@@ -714,7 +714,7 @@ need to use <tt>git-update-index --chmod=</tt>.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Nov-2006 23:40:50 UTC\r
+Last updated 19-Jan-2007 00:37:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0e0a3af..5bbae42 100644 (file)
@@ -3,7 +3,7 @@ git-update-index(1)
 
 NAME
 ----
-git-update-index - Modifies the index or directory cache
+git-update-index - Register file contents in the working tree to the index
 
 
 SYNOPSIS
index d2f0764..edb7125 100644 (file)
@@ -266,7 +266,7 @@ git-update-ref(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-update-ref -\r
-   update the object name stored in a ref safely\r
+   Update the object name stored in a ref safely\r
 </p>\r
 </div>\r
 </div>\r
@@ -358,7 +358,7 @@ or does not have committer information available.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-Nov-2006 00:22:40 UTC\r
+Last updated 19-Jan-2007 00:37:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 71bcb79..9424fea 100644 (file)
@@ -3,7 +3,7 @@ git-update-ref(1)
 
 NAME
 ----
-git-update-ref - update the object name stored in a ref safely
+git-update-ref - Update the object name stored in a ref safely
 
 SYNOPSIS
 --------
index c9ce087..f803b81 100644 (file)
@@ -266,7 +266,7 @@ git-upload-archive(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-upload-archive -\r
-   Send archive\r
+   Send archive back to git-archive\r
 </p>\r
 </div>\r
 </div>\r
@@ -309,7 +309,7 @@ is meant to be used to get an archive from a remote repository.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:37 UTC\r
+Last updated 19-Jan-2007 00:37:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 388bb53..403871d 100644 (file)
@@ -3,7 +3,7 @@ git-upload-archive(1)
 
 NAME
 ----
-git-upload-archive - Send archive
+git-upload-archive - Send archive back to git-archive
 
 
 SYNOPSIS
index 43def60..f477626 100644 (file)
@@ -266,7 +266,7 @@ git-upload-pack(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-upload-pack -\r
-   Send missing objects packed\r
+   Send objects packed back to git-fetch-pack\r
 </p>\r
 </div>\r
 </div>\r
@@ -310,7 +310,7 @@ repository.  For push operations, see <em>git-send-pack</em>.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:37 UTC\r
+Last updated 19-Jan-2007 00:37:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b2c9307..9da062d 100644 (file)
@@ -3,7 +3,7 @@ git-upload-pack(1)
 
 NAME
 ----
-git-upload-pack - Send missing objects packed
+git-upload-pack - Send objects packed back to git-fetch-pack
 
 
 SYNOPSIS
index 895b6ce..e5354ef 100644 (file)
@@ -266,7 +266,7 @@ git-var(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-var -\r
-   Print the git users identity\r
+   Show a git logical variable\r
 </p>\r
 </div>\r
 </div>\r
@@ -372,7 +372,7 @@ Your sysadmin must hate you!
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:37 UTC\r
+Last updated 19-Jan-2007 00:37:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a5b1a0d..8a50638 100644 (file)
@@ -3,7 +3,7 @@ git-var(1)
 
 NAME
 ----
-git-var - Print the git users identity
+git-var - Show a git logical variable
 
 
 SYNOPSIS
index b09ce64..8e97c46 100644 (file)
@@ -266,7 +266,7 @@ git-write-tree(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-write-tree -\r
-   Creates a tree object from the current index\r
+   Create a tree object from the current index\r
 </p>\r
 </div>\r
 </div>\r
@@ -323,7 +323,7 @@ now, you need to have done a <tt>git-update-index</tt> phase before you did the
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:39 UTC\r
+Last updated 19-Jan-2007 00:37:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c85fa89..96d5e07 100644 (file)
@@ -3,7 +3,7 @@ git-write-tree(1)
 
 NAME
 ----
-git-write-tree - Creates a tree object from the current index
+git-write-tree - Create a tree object from the current index
 
 
 SYNOPSIS
index d7710c4..c9e29c3 100644 (file)
--- a/git.html
+++ b/git.html
@@ -374,7 +374,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Add paths to the index.\r
+        Add file contents to the changeset to be committed next.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -382,7 +382,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Apply patches from a mailbox, but cooler.\r
+        Apply a series of patches from a mailbox.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -390,7 +390,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Apply patches from a mailbox, original version by Linus.\r
+        Apply a series of patches in a mailbox.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -414,7 +414,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Create and Show branches.\r
+        List, create, or delete branches.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -430,7 +430,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Cherry-pick the effect of an existing commit.\r
+        Apply the change introduced by an existing commit.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -470,7 +470,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Download from a remote repository via various protocols.\r
+        Download objects and refs from another repository.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -502,7 +502,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Shows commit logs.\r
+        Show commit logs.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -510,7 +510,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Shows references in a remote or local repository.\r
+        List references in a remote repository.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -518,7 +518,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Grand unified merge driver.\r
+        Join two or more development histories together.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -542,7 +542,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Fetch from and merge with a remote repository or a local branch.\r
+        Fetch from and merge with another repository or a local branch.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -558,7 +558,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Rebase local commits to the updated upstream head.\r
+        Forward-port local commits to the updated upstream head.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -614,7 +614,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Summarizes <em>git log</em> output.\r
+        Summarize <em>git log</em> output.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -622,7 +622,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Show one commit log and its diff.\r
+        Show various types of objects.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -638,7 +638,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Shows the working tree status.\r
+        Show the working tree status.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -654,7 +654,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Shows commit logs and differences they introduce.\r
+        Show logs with difference each commit introduces.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -674,7 +674,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Import an arch repository into git.\r
+        Import an Arch repository into git.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -686,19 +686,19 @@ ancillary user utilities.</p>
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-cvsimport.html">git-cvsimport(1)</a>\r
+<a href="git-cvsexportcommit.html">git-cvsexportcommit(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Salvage your data out of another SCM people love to hate.\r
+        Export a single commit to a CVS checkout.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-cvsexportcommit.html">git-cvsexportcommit(1)</a>\r
+<a href="git-cvsimport.html">git-cvsimport(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Export a single commit to a CVS checkout.\r
+        Salvage your data out of another SCM people love to hate.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -730,7 +730,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        The standard helper program to use with <tt>git-merge-index</tt>.\r
+        The standard helper program to use with git-merge-index.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -766,27 +766,27 @@ ancillary user utilities.</p>
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-svn.html">git-svn(1)</a>\r
+<a href="git-sh-setup.html">git-sh-setup(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Bidirectional operation between a single Subversion branch and git.\r
+        Common git shell script setup code.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-svnimport.html">git-svnimport(1)</a>\r
+<a href="git-svn.html">git-svn(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Import a SVN repository into git.\r
+        Bidirectional operation between a single Subversion branch and git.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-sh-setup.html">git-sh-setup(1)</a>\r
+<a href="git-svnimport.html">git-svnimport(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Common git shell script setup code.\r
+        Import a SVN repository into git.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -829,7 +829,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Find out where each line in a file came from.\r
+        Show what revision and author last modified each line of a file.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -901,9 +901,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Extracts patch and authorship information from a single\r
-        e-mail message, optionally transliterating the commit\r
-        message into utf-8.\r
+        Extracts patch and authorship from a single e-mail message.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -911,8 +909,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        A stupid program to split UNIX mbox format mailbox into\r
-        individual pieces of e-mail.\r
+        Simple UNIX mbox splitter program.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -924,19 +921,19 @@ ancillary user utilities.</p>
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-patch-id.html">git-patch-id(1)</a>\r
+<a href="git-parse-remote.html">git-parse-remote(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Compute unique ID for a patch.\r
+        Routines to help parsing remote repository access parameters.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-parse-remote.html">git-parse-remote(1)</a>\r
+<a href="git-patch-id.html">git-patch-id(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Routines to help parsing <tt>$GIT_DIR/remotes/</tt> files.\r
+        Compute unique ID for a patch.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -944,7 +941,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        git-request-pull.\r
+        Generates a summary of pending changes.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -968,23 +965,23 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Send patch e-mails out of "format-patch --mbox" output.\r
+        Send a collection of patches as emails.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-symbolic-ref.html">git-symbolic-ref(1)</a>\r
+<a href="git-stripspace.html">git-stripspace(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Read and modify symbolic refs.\r
+        Filter out empty lines.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-stripspace.html">git-stripspace(1)</a>\r
+<a href="git-symbolic-ref.html">git-symbolic-ref(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Filter out empty lines.\r
+        Read and modify symbolic refs.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -1007,8 +1004,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Reads a "diff -up1" or git generated patch file and\r
-        applies it to the working tree.\r
+        Apply a patch on a git index file and a working tree.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1024,7 +1020,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Creates a new commit object.\r
+        Create a new commit object.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1032,7 +1028,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Computes the object ID from a file.\r
+        Compute object ID and optionally creates a blob from a file.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1040,7 +1036,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Build pack idx file for an existing packed archive.\r
+        Build pack index file for an existing packed archive.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1048,8 +1044,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Creates an empty git repository, or reinitialize an\r
-        existing one.\r
+        Create an empty git repository or reinitialize an existing one.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1057,7 +1052,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Runs a threeway merge.\r
+        Run a three-way file merge.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1065,7 +1060,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Runs a merge for files needing merging.\r
+        Run a merge for files needing merging.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1089,7 +1084,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Creates a packed archive of objects.\r
+        Create a packed archive of objects.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1113,7 +1108,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Get and set options in .git/config.\r
+        Get and set repository or global options.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1121,7 +1116,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Unpacks objects out of a packed archive.\r
+        Unpack objects from a packed archive.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1129,7 +1124,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Registers files in the working tree to the index.\r
+        Register file contents in the working tree to the index.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1137,7 +1132,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Creates a tree from the index.\r
+        Create a tree object from the current index.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -1160,19 +1155,19 @@ repositories.</p>
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-diff-index.html">git-diff-index(1)</a>\r
+<a href="git-diff-files.html">git-diff-files(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Compares content and mode of blobs between the index and repository.\r
+        Compares files in the working tree and the index.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-diff-files.html">git-diff-files(1)</a>\r
+<a href="git-diff-index.html">git-diff-index(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Compares files in the working tree and the index.\r
+        Compares content and mode of blobs between the index and repository.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1180,7 +1175,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Compares two "merge stages" in the index.\r
+        Compares two merge stages in the index.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1212,7 +1207,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Information about files in the index and the working tree.\r
+        Show information about files in the index and the working tree.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1220,7 +1215,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Displays a tree object in human readable form.\r
+        List the contents of a tree object.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1228,7 +1223,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Finds as good common ancestors as possible for a merge.\r
+        Find as good common ancestors as possible for a merge.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1260,7 +1255,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Displays contents of a pack idx file.\r
+        Show packed archive index.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1276,7 +1271,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Creates a tar archive of the files in the named tree object.\r
+        Create a tar archive of the files in the named tree object.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1292,7 +1287,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Displays a git logical variable.\r
+        Show a git logical variable.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1300,7 +1295,7 @@ repositories.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Validates packed git archive files.\r
+        Validate packed git archive files.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -1313,8 +1308,7 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Updates from a remote repository (engine for ssh and\r
-        local transport).\r
+        Receive missing objects from another repository.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1322,51 +1316,47 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Downloads a remote git repository via HTTP by walking\r
-        commit chain.\r
+        Download from a remote git repository via HTTP.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-local-fetch.html">git-local-fetch(1)</a>\r
+<a href="git-http-push.html">git-http-push(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Duplicates another git repository on a local system by\r
-        walking commit chain.\r
+        Push objects over HTTP/DAV to another repository.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-peek-remote.html">git-peek-remote(1)</a>\r
+<a href="git-local-fetch.html">git-local-fetch(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Lists references on a remote repository using\r
-        upload-pack protocol (engine for ssh and local\r
-        transport).\r
+        Duplicate another git repository on a local system.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-receive-pack.html">git-receive-pack(1)</a>\r
+<a href="git-peek-remote.html">git-peek-remote(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Invoked by <em>git-send-pack</em> to receive what is pushed to it.\r
+        List the references in a remote repository.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-send-pack.html">git-send-pack(1)</a>\r
+<a href="git-receive-pack.html">git-receive-pack(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Pushes to a remote repository, intelligently.\r
+        Receive what is pushed into the repository.\r
 </p>\r
 </dd>\r
 <dt>\r
-<a href="git-http-push.html">git-http-push(1)</a>\r
+<a href="git-send-pack.html">git-send-pack(1)</a>\r
 </dt>\r
 <dd>\r
 <p>\r
-        Push missing objects using HTTP/DAV.\r
+        Push objects over git protocol to another reposiotory.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1374,7 +1364,7 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Restricted shell for GIT-only SSH access.\r
+        Restricted login shell for GIT-only SSH access.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1382,8 +1372,7 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Pulls from a remote repository over ssh connection by\r
-        walking commit chain.\r
+        Fetch from a remote repository over ssh connection.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1391,7 +1380,7 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Helper "server-side" program used by git-ssh-fetch.\r
+        Push to a remote repository over ssh connection.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1399,8 +1388,7 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Updates auxiliary information on a dumb server to help\r
-        clients discover references and packs on it.\r
+        Update auxiliary info file to help dumb servers.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1408,7 +1396,7 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Invoked by <em>git-archive</em> to send a generated archive.\r
+        Send archive back to git-archive.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1416,8 +1404,7 @@ the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Invoked by <em>git-fetch-pack</em> to push\r
-        what are asked for.\r
+        Send objects packed back to git-fetch-pack.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -2285,7 +2272,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 20:25:06 UTC\r
+Last updated 19-Jan-2007 00:37:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index a0bcef7..ac22206 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -81,245 +81,17 @@ ancillary user utilities.
 Main porcelain commands
 ~~~~~~~~~~~~~~~~~~~~~~~
 
-gitlink:git-add[1]::
-       Add paths to the index.
-
-gitlink:git-am[1]::
-       Apply patches from a mailbox, but cooler.
-
-gitlink:git-applymbox[1]::
-       Apply patches from a mailbox, original version by Linus.
-
-gitlink:git-archive[1]::
-       Creates an archive of files from a named tree.
-
-gitlink:git-bisect[1]::
-       Find the change that introduced a bug by binary search.
-
-gitlink:git-branch[1]::
-       Create and Show branches.
-
-gitlink:git-checkout[1]::
-       Checkout and switch to a branch.
-
-gitlink:git-cherry-pick[1]::
-       Cherry-pick the effect of an existing commit.
-
-gitlink:git-clean[1]::
-       Remove untracked files from the working tree.
-
-gitlink:git-clone[1]::
-       Clones a repository into a new directory.
-
-gitlink:git-commit[1]::
-       Record changes to the repository.
-
-gitlink:git-diff[1]::
-       Show changes between commits, commit and working tree, etc.
-
-gitlink:git-fetch[1]::
-       Download from a remote repository via various protocols.
-
-gitlink:git-format-patch[1]::
-       Prepare patches for e-mail submission.
-
-gitlink:git-grep[1]::
-       Print lines matching a pattern.
-
-gitlink:gitk[1]::
-       The git repository browser.
-
-gitlink:git-log[1]::
-       Shows commit logs.
-
-gitlink:git-ls-remote[1]::
-       Shows references in a remote or local repository.
-
-gitlink:git-merge[1]::
-       Grand unified merge driver.
-
-gitlink:git-mv[1]::
-       Move or rename a file, a directory, or a symlink.
-
-gitlink:git-pack-refs[1]::
-       Pack heads and tags for efficient repository access.
-
-gitlink:git-pull[1]::
-       Fetch from and merge with a remote repository or a local branch.
-
-gitlink:git-push[1]::
-       Update remote refs along with associated objects.
-
-gitlink:git-rebase[1]::
-       Rebase local commits to the updated upstream head.
-
-gitlink:git-repack[1]::
-       Pack unpacked objects in a repository.
-
-gitlink:git-rerere[1]::
-       Reuse recorded resolution of conflicted merges.
-
-gitlink:git-reset[1]::
-       Reset current HEAD to the specified state.
-
-gitlink:git-resolve[1]::
-       Merge two commits.
-
-gitlink:git-revert[1]::
-       Revert an existing commit.
-
-gitlink:git-rm[1]::
-       Remove files from the working tree and from the index.
-
-gitlink:git-shortlog[1]::
-       Summarizes 'git log' output.
-
-gitlink:git-show[1]::
-       Show one commit log and its diff.
-
-gitlink:git-show-branch[1]::
-       Show branches and their commits.
-
-gitlink:git-status[1]::
-       Shows the working tree status.
-
-gitlink:git-verify-tag[1]::
-       Check the GPG signature of tag.
-
-gitlink:git-whatchanged[1]::
-       Shows commit logs and differences they introduce.
-
+include::cmds-mainporcelain.txt[]
 
 Ancillary Commands
 ~~~~~~~~~~~~~~~~~~
 Manipulators:
 
-gitlink:git-applypatch[1]::
-       Apply one patch extracted from an e-mail.
-
-gitlink:git-archimport[1]::
-       Import an arch repository into git.
-
-gitlink:git-convert-objects[1]::
-       Converts old-style git repository.
-
-gitlink:git-cvsimport[1]::
-       Salvage your data out of another SCM people love to hate.
-
-gitlink:git-cvsexportcommit[1]::
-       Export a single commit to a CVS checkout.
-
-gitlink:git-cvsserver[1]::
-       A CVS server emulator for git.
-
-gitlink:git-gc[1]::
-       Cleanup unnecessary files and optimize the local repository.
-
-gitlink:git-lost-found[1]::
-       Recover lost refs that luckily have not yet been pruned.
-
-gitlink:git-merge-one-file[1]::
-       The standard helper program to use with `git-merge-index`.
-
-gitlink:git-prune[1]::
-       Prunes all unreachable objects from the object database.
-
-gitlink:git-quiltimport[1]::
-       Applies a quilt patchset onto the current branch.
-
-gitlink:git-reflog[1]::
-       Manage reflog information.
-
-gitlink:git-relink[1]::
-       Hardlink common objects in local repositories.
-
-gitlink:git-svn[1]::
-       Bidirectional operation between a single Subversion branch and git.
-
-gitlink:git-svnimport[1]::
-       Import a SVN repository into git.
-
-gitlink:git-sh-setup[1]::
-       Common git shell script setup code.
-
-gitlink:git-symbolic-ref[1]::
-       Read and modify symbolic refs.
-
-gitlink:git-tag[1]::
-       Create or verify a tag object signed with GPG.
-
-gitlink:git-update-ref[1]::
-       Update the object name stored in a ref safely.
-
+include::cmds-ancillarymanipulators.txt[]
 
 Interrogators:
 
-gitlink:git-annotate[1]::
-       Annotate file lines with commit info.
-
-gitlink:git-blame[1]::
-       Find out where each line in a file came from.
-
-gitlink:git-check-ref-format[1]::
-       Make sure ref name is well formed.
-
-gitlink:git-cherry[1]::
-       Find commits not merged upstream.
-
-gitlink:git-count-objects[1]::
-       Count unpacked number of objects and their disk consumption.
-
-gitlink:git-daemon[1]::
-       A really simple server for git repositories.
-
-gitlink:git-fmt-merge-msg[1]::
-       Produce a merge commit message.
-
-gitlink:git-get-tar-commit-id[1]::
-       Extract commit ID from an archive created using git-tar-tree.
-
-gitlink:git-imap-send[1]::
-       Dump a mailbox from stdin into an imap folder.
-
-gitlink:git-instaweb[1]::
-       Instantly browse your working repository in gitweb.
-
-gitlink:git-mailinfo[1]::
-       Extracts patch and authorship information from a single
-       e-mail message, optionally transliterating the commit
-       message into utf-8.
-
-gitlink:git-mailsplit[1]::
-       A stupid program to split UNIX mbox format mailbox into
-       individual pieces of e-mail.
-
-gitlink:git-merge-tree[1]::
-       Show three-way merge without touching index.
-
-gitlink:git-patch-id[1]::
-       Compute unique ID for a patch.
-
-gitlink:git-parse-remote[1]::
-       Routines to help parsing `$GIT_DIR/remotes/` files.
-
-gitlink:git-request-pull[1]::
-       git-request-pull.
-
-gitlink:git-rev-parse[1]::
-       Pick out and massage parameters.
-
-gitlink:git-runstatus[1]::
-       A helper for git-status and git-commit.
-
-gitlink:git-send-email[1]::
-       Send patch e-mails out of "format-patch --mbox" output.
-
-gitlink:git-symbolic-ref[1]::
-       Read and modify symbolic refs.
-
-gitlink:git-stripspace[1]::
-       Filter out empty lines.
-
+include::cmds-ancillaryinterrogators.txt[]
 
 Low-level commands (plumbing)
 -----------------------------
@@ -337,122 +109,14 @@ repositories.
 
 Manipulation commands
 ~~~~~~~~~~~~~~~~~~~~~
-gitlink:git-apply[1]::
-       Reads a "diff -up1" or git generated patch file and
-       applies it to the working tree.
-
-gitlink:git-checkout-index[1]::
-       Copy files from the index to the working tree.
 
-gitlink:git-commit-tree[1]::
-       Creates a new commit object.
-
-gitlink:git-hash-object[1]::
-       Computes the object ID from a file.
-
-gitlink:git-index-pack[1]::
-       Build pack idx file for an existing packed archive.
-
-gitlink:git-init[1]::
-       Creates an empty git repository, or reinitialize an
-       existing one.
-
-gitlink:git-merge-file[1]::
-       Runs a threeway merge.
-
-gitlink:git-merge-index[1]::
-       Runs a merge for files needing merging.
-
-gitlink:git-mktag[1]::
-       Creates a tag object.
-
-gitlink:git-mktree[1]::
-       Build a tree-object from ls-tree formatted text.
-
-gitlink:git-pack-objects[1]::
-       Creates a packed archive of objects.
-
-gitlink:git-prune-packed[1]::
-       Remove extra objects that are already in pack files.
-
-gitlink:git-read-tree[1]::
-       Reads tree information into the index.
-
-gitlink:git-repo-config[1]::
-       Get and set options in .git/config.
-
-gitlink:git-unpack-objects[1]::
-       Unpacks objects out of a packed archive.
-
-gitlink:git-update-index[1]::
-       Registers files in the working tree to the index.
-
-gitlink:git-write-tree[1]::
-       Creates a tree from the index.
+include::cmds-plumbingmanipulators.txt[]
 
 
 Interrogation commands
 ~~~~~~~~~~~~~~~~~~~~~~
 
-gitlink:git-cat-file[1]::
-       Provide content or type/size information for repository objects.
-
-gitlink:git-describe[1]::
-       Show the most recent tag that is reachable from a commit.
-
-gitlink:git-diff-index[1]::
-       Compares content and mode of blobs between the index and repository.
-
-gitlink:git-diff-files[1]::
-       Compares files in the working tree and the index.
-
-gitlink:git-diff-stages[1]::
-       Compares two "merge stages" in the index.
-
-gitlink:git-diff-tree[1]::
-       Compares the content and mode of blobs found via two tree objects.
-
-gitlink:git-for-each-ref[1]::
-       Output information on each ref.
-
-gitlink:git-fsck-objects[1]::
-       Verifies the connectivity and validity of the objects in the database.
-
-gitlink:git-ls-files[1]::
-       Information about files in the index and the working tree.
-
-gitlink:git-ls-tree[1]::
-       Displays a tree object in human readable form.
-
-gitlink:git-merge-base[1]::
-       Finds as good common ancestors as possible for a merge.
-
-gitlink:git-name-rev[1]::
-       Find symbolic names for given revs.
-
-gitlink:git-pack-redundant[1]::
-       Find redundant pack files.
-
-gitlink:git-rev-list[1]::
-       Lists commit objects in reverse chronological order.
-
-gitlink:git-show-index[1]::
-       Displays contents of a pack idx file.
-
-gitlink:git-show-ref[1]::
-       List references in a local repository.
-
-gitlink:git-tar-tree[1]::
-       Creates a tar archive of the files in the named tree object.
-
-gitlink:git-unpack-file[1]::
-       Creates a temporary file with a blob's contents.
-
-gitlink:git-var[1]::
-       Displays a git logical variable.
-
-gitlink:git-verify-pack[1]::
-       Validates packed git archive files.
+include::cmds-plumbinginterrogators.txt[]
 
 In general, the interrogate commands do not touch the files in
 the working tree.
@@ -461,52 +125,7 @@ the working tree.
 Synching repositories
 ~~~~~~~~~~~~~~~~~~~~~
 
-gitlink:git-fetch-pack[1]::
-       Updates from a remote repository (engine for ssh and
-       local transport).
-
-gitlink:git-http-fetch[1]::
-       Downloads a remote git repository via HTTP by walking
-       commit chain.
-
-gitlink:git-local-fetch[1]::
-       Duplicates another git repository on a local system by
-       walking commit chain.
-
-gitlink:git-peek-remote[1]::
-       Lists references on a remote repository using
-       upload-pack protocol (engine for ssh and local
-       transport).
-
-gitlink:git-receive-pack[1]::
-       Invoked by 'git-send-pack' to receive what is pushed to it.
-
-gitlink:git-send-pack[1]::
-       Pushes to a remote repository, intelligently.
-
-gitlink:git-http-push[1]::
-       Push missing objects using HTTP/DAV.
-
-gitlink:git-shell[1]::
-       Restricted shell for GIT-only SSH access.
-
-gitlink:git-ssh-fetch[1]::
-       Pulls from a remote repository over ssh connection by
-       walking commit chain.
-
-gitlink:git-ssh-upload[1]::
-       Helper "server-side" program used by git-ssh-fetch.
-
-gitlink:git-update-server-info[1]::
-       Updates auxiliary information on a dumb server to help
-       clients discover references and packs on it.
-
-gitlink:git-upload-archive[1]::
-       Invoked by 'git-archive' to send a generated archive.
-
-gitlink:git-upload-pack[1]::
-       Invoked by 'git-fetch-pack' to push
-       what are asked for.
+include::cmds-synchingrepositories.txt[]
 
 
 Configuration Mechanism
index afa99c4..ca2d45d 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -266,7 +266,7 @@ gitk(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>gitk -\r
-   git repository browser\r
+   The git repository browser\r
 </p>\r
 </div>\r
 </div>\r
@@ -425,7 +425,7 @@ gitk --max-count=100 --all &#8212; Makefile
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Jan-2007 06:24:02 UTC\r
+Last updated 19-Jan-2007 00:37:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6e2a878..5bdaa60 100644 (file)
--- a/gitk.txt
+++ b/gitk.txt
@@ -3,7 +3,7 @@ gitk(1)
 
 NAME
 ----
-gitk - git repository browser
+gitk - The git repository browser
 
 SYNOPSIS
 --------
index 31eb725..9310f26 100644 (file)
@@ -365,7 +365,7 @@ as a Linux subsystem maintainer.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2007 08:09:08 UTC\r
+Last updated 19-Jan-2007 00:37:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fcd64e9..3b3a5c2 100644 (file)
@@ -106,7 +106,7 @@ prepare #2 and #3 for e-mail submission.
 
     $ git format-patch master^^ master
 
-This creates two files, 0001-XXXX.txt and 0002-XXXX.txt.  Send
+This creates two files, 0001-XXXX.patch and 0002-XXXX.patch.  Send
 them out "To: " your project maintainer and "Cc: " your mailing
 list.  You could use contributed script git-send-email if
 your host has necessary perl modules for this, but your usual