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 c06f394cfc53213f8c108248d40398402cb1a327..2a3c894152e44a2d559dd26880bc0781b879eb78 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 53e81cb103c4fbd65c1c728fccd710a301eed5e4..aa4ce1ddb051e9fa57836563d9480e0be5425005 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 39605a61f13e842ec964ec0036162c97957832c8..1bb8a7623a74f1fed9cacb5e594573f818844575 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 33b93db508062529fe956b79e0618e67848b19de..065ba1bf24828d8dfbb4495068621aae8e57e31a 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 8277f7f92be41392afd81f1a2dbee2367cf5ef82..223e6296db64bfb8e63568fee32e6383fb2087c3 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 031fcd5190bf4baef7d87534ef5b6a39fe8985a9..493474b2eeabb2f7928b0e9f91cfd1ff64763a6d 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 9e74990cc1d10568ef1661d4be8d136f67fdb483..cbf72abe9e7bbdedd295ca2189517bed0d186e6c 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 ac4b4965a93fd5087896e8e807f6ad28db566df7..16ec7269b29c995fe051f74a37ba9d015d972006 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 3b459e6d72f18a1d499f82d8311cde654f0b2b12..51e171acc1b36523eac72ec6127eff1490eb6d04 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 d5f81182610cf842bd543ea85f83c991778436b9..aa1fdd402aa1771ab77af5e274a7e0452bbe8aa5 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 a7e9f78d209b66a08faa3d13398d37aa94c83620..d3f4d78130c5cbb27f87ba349cf15637330f9eaf 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 5e9cbf875d72ae4a537467197ddde98dbec3cf3b..7e90ce91bc4732a2f68e6ac2433f24d8cd3ecd62 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 822b0cf7419f6559d3c4cd87d20228f558e29866..1116e5170a30576649376b7809e23963bab1c524 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 765c173e1507056953e61159f32b9af6b64a3b15..6dd6db04bb91ae97472ce40d6b76ff8d409b99f7 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 ff87a1cf71093e1f5500b29de1df34cc0a428440..3aab15d549d2d1b6e7a0ecfbdc005cd0012d89f4 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 a78207461db41172114b865a49b068fe4aac2a9a..707376f22cf2c849aae4cfca463d239b5f4fdf68 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 c40f13d27e6d905d31eb8385825df3147d447678..d74d76018bf20d83d5379e7f64003f927eabf025 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 f5d8050c9e20b66455454b35a5431fe91562a2de..cf25507f8f37194461e939bfa389ca00af05a5b1 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 86d3abfe3f1120c1977c1396ee855bb9a9dba0d2..67414b074f55c889f9a7d87672cdbf9c390cd76c 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 bd1c22b3165a4b73f4d80b3d9472851bbce244e2..532703a674167c225fef88c7235a59d2d6d151b3 100644 (file)
@@ -3,7 +3,7 @@ git-commit(1)
 
 NAME
 ----
-git-commit - Record your changes
+git-commit - Record changes to the repository
 
 SYNOPSIS
 --------
index b09d7db8ca43655de346fd300bd704f293073fca..b32f19b56fc4299f6dc0ec246f5bb8806c8b4b73 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 c59df6438c5e832600c1fc7e3e504cfbcb1a02e5..91c8c92c76648ed5bfdaab6b991e7cb1ce519733 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 0447fa0f3055cac5b6c52af1fc440f554cb4d9db..f84d404238da98c217928e7e883fe6d7000be827 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 092d0d6730294a5ce701522575bc1f8d91755a1d..347cbcec353f0ed82e1bdc57766610e6251d7f96 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 838f72fd26e63eb2edfefd311d61d33df97b55d8..6cb109f91d8a402cbbdf78db448d8e5ac5ef1381 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 44713949a59283b68567369088e2b74f073e57d0..f5450de74a220c2c3c842835749c20f34cfef1f2 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 60d7cadc8a37e192eddc7749bbd9f4d0b7bff1a4..1cefce3913e871767bdba730b1c721b23ae4385a 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 32739186276da09935c4905eb01d351cd5faa587..120d14e87e4641e6b5d84cb5127074860623c6ed 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 4b108f597ef1977e1c800b785235b0485a244bee..e14e073354bde5b88b7df9f449bdf5b3ccc87ff8 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 a9e86fd26b0df6fe7a84ebdd030b9ae4d46f597e..7ecf2408d6fe060ccf5d179760abe59b708571f0 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 133b40e3ceb1b42745f0f6232b41e06d20567a38..7c1d2875d83e8b5cbc68176412fd99972029cc74 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 574cf76dca2194e9d13d5db384d39409a9095740..59f34b9f0d2f4fe74fa5d90bb53393c88d36476b 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 f3097ebaa6e4e52601658557da1ef83c99d7b6bb..6092e5c3f9c86d09343a3b6c76945129d1b3c4a2 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 04e8d004363a163930a4b8f583ab5ec997dbfe3c..5edc36f060f7cf6444dd016cbb7e073af923f5db 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 39a2d246fc3e6f7cd80acfe424e0355c3ffcc1da..bf45f29a041faaa333b1d8ae6deac4e3d2831d8a 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 3d508094afc6a79d40b84ce0a3380f487a40d5e8..7dc2df3044e82e20fbb99ae86f0a150c08cd027d 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 a8f8ab6cb100328adbd7f108d16d80c583bbe644..0acd29c02a13fe5550b4ac20df1a63ce5e9edbe7 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 c2485c6e9cdc2c6ec8c6fd876ed19758d6c5bb84..4b4a46169c79b90e22f5bde0b26888761c28c9c4 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 badaeb5f2628bcc3e876d6a7d8d60b8f4accf9ec..cd51d3ebfc65214822772d02f3f37319dfac80e0 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 596b567c90fc53b3662d31478ad57c8559eafab0..1b64d3ab03c2e13807e24833823193021559d947 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 a8be79243b342d5f17e6ae61329526541d2f6aec..4138987dbf8a53e10dade3c0821d1dcb5e2e269d 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 7dd393b97f6a70642fe713fa780c1caed2ead840..52a6aa6e82cda3fa0c606fd57c4ea67c4396a268 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 ed8a57a3b6e8b336a959183b29bf59071e408255..053707ad7432ac1bb8eb3471b970f4c608fae445 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 2fbdfe086a4c974d19c3d8f4c6a1722728b0114a..22048d82bdbff1f8a9d5f9ba312ad15b719afc03 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 c12f43f831277e3899b0cfe77656163f6bb6942a..c09e17789d950bcc79c8a8c8810d7cc60acf3a51 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 8520b971111e8b015ac3d08b207a3ab37505ccca..79e0b7b71a126537091fdb159a1141036215fb63 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 19ab13b188934eee6785fe2e76226c6b4005e0b0..d5ef8460a40211add8a27ff7a5396efd11cff282 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 f283bacb6557fe7c1313912402f60e3a1560d04a..78993940811c96752e87f7b9e7c1381066056950 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 a0d11a5cb4154e8ac2d8b7a53c4001f74d8ada6e..7a1b7f74d68f0ca5c75e4c48febe6429f17048b2 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 1ff6e7d6c239cffa8386307b645b4934fb8b2c2a..ba18133ead23b0974b8198e25c28ccc746e99954 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 3d9e565356cfc282f58b6e58bb064de9d5a07de4..3d3ab7eec26f7eec303cf3e06a10b5ebf3255d64 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 5a17801f6a8d4d307f55e62745a400ad498ebdb9..c11d6a530f67857bb28a5b3cee48bc5b01f5cb92 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 d2a1e64fe66a3b5d37588c7d82243aa384717cb6..4d55d7fd1b31852ee328726a2ab15cff5c62ae10 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 6099be2add74c2eb82ea5b1af844174a4dd896b5..3190aed10885b5f3471dfc30922c141835d6c4f1 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 e74295b3d38d22e83a3999d8fc119ce8aa87abe9..f5b6c94c3bd89b5e6e09ef0f5c928515a487352a 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 29d3faa556f8e7148edd9f01d1ffa870e78502b8..31882abb870b9720b2e7343638ef1c92eed8b2d9 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 e7eeeaff0cdb90015c6692e59d7cd1dd0285c3af..ebe9fa11eec0afcaa1787bed4e0d5b03263a687b 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 0cf505ea84d231e4e4997676d4169c5c5c7dd9f9..b8ee1ff2b0681ea9fbc83618b1d09d95f3a902ff 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 4d41669d05407e7a8c53602808d23927f3ea84da..f61f8b2da0379e36077d77f09938bba38a3e4648 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 86aad37c6acaf0c37995221456bffc61ed3bc883..f80ab3b8c479d787e116298f5446d1ff57ff2774 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 55511d493dd0dc2014a8ce3addef4c680fdb3025..2426cac1b917e2b529f4df60fa73a0cd854245fc 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 0f79665ea6e6bf1ffd4ff67f7aee2fcbddec0555..3c08a6f7db0954d2a7fea46b0309434766f73b68 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 ab549e8d57e9dd3ac0b840e5436f14a89addea17..af010f6bf06ea7345d6ea04af51b9b5ed40f8463 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 207c43a631ba6be8eb85e93b67a48fc90819b770..6756b76bb11bc17279c3f20c16d7b4ba131f5832 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 951c51df396a27861c57a8b7f7d6474b82f4decb..2c8047429f9f8c4233e8f462c9182d59d586e0a0 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 7d54b17e37b1065444b9ce100013e4a505af218d..be2c64eb57cdbc10c12c9784134911f91d791f8c 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 10789f5bdbe32830526f75c5d5985ee72e61e6b6..c0034a81e602f564e8cbdf4e95c36f2ed1d6f8a8 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 918ca55f5332e09ec3b54e715a3193766a0d4747..11b1f4d2e2b278eeb51cec2c2de0c2dbce452272 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 c80073f80afc7108c7facbd2e6a5455febb592c5..fef7ccd2ba3065985ff2c503844f176ccac6fc0a 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 5389097f73c03347263c3af44497011561c594f2..a7e9fd021a4cc1e467b2df7dd7e06d79a5182c7a 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 d9ce63d320c7c207000cc33a9e16f1ad5b62f9ad..600fd5ac31d41ccd3c3d2953175fc90481599d47 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 a00060c507516fa7a08eb40c1fde298538d5ef10..ac57cda3a5b6dc3bc5779f1ab2320f15f8d0750d 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 dc3ebd039a7e180fccf20a934fd9a4f1e84962e6..554330321d89dea46477cfe6c6002f746a8b0c35 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 a79193fb007bcaa8dc47b2763e4167a6f31a3dff..310033e4605d20b99c21a769e79b25b64abbb618 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 0a593a8a4f39079254a3b4552b554188522e86a9..230f8df2fb29c4ff1d99762945ccc05bc6cc615e 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 a90b764cc908df3b3af7b180f0940768189b724f..3e5f115728f580c2fa17a06f6cb12747f2fcc595 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 d10a5a0adc2d39010b7acf87a2857a99cf97a339..46b55d3d0934ac8cbabff60f7a9e781e6a9bf0d8 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 03e867a403a034e49e63fc0123970b44a199e8b5..0cb9e1f10a26866eb0c908ed9a6f7a81d23532e7 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 db2093766ea353120faef51ce3543dbcf68b42a7..6c73b5d9406fbb7c6d1871ee24fbe10b995a90fe 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 0dfadc2a32a44ef1e026ae95c8cc5906ec4d4d5c..10e8c46c4c0787e6a66304ca583890a438d78bb3 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 6d4c22adbed076071e9f9b6df797e9ec8983de94..7cabc44c24acf395c4f5ef06ffe9bdea8e8ecb83 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 0fa47e3b018815ffa9de23725737fe2b599eaead..4a57ce86017b42519a63532cb59284f28a36dfee 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 fcb8283e774fcbc9c4f55da604cf32f0ed95e9cb..0a979cf8d0eaf37aa24a169570ff346ae7f72b54 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 c55a8ba0dcfc63110920bf6b5e8db91732d11853..9db3d30825f247d4334262071f255707312854b7 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 2cd980d93564ebd64e24b67668c45e03625dfa42..2a2beef86cd9361bdffd5046d0632c4c7aea84b6 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 c65c59e8612691bf769a5c8fe62c73164bac812d..139b6eb7733aaf246af8ce77f6483fa15e5de2b0 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 dc9936b8db30b06e127301bb168a7cfe1258e716..3ef3baf208a4c967e75476576a7b1264cde703e4 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 88f4e394ef244030274c37d75a3bb76f376c6470..eea8fe8af3bfd90b4e4c890c748268a8e58a6bbb 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 d15c8497ee2892058e895335e0b3fb4669b630b0..37a39c3d44cd8a97efcbd8885d236726a9631eb4 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 cc4266d83b529cd6f3d9446064cde37d89e7ad41..228b9f14f3530b9ec28e603a3ef2327c7039c440 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 bce84327b75bb33f2076ef2bda957e3585222be8..2bc722791f7140f56607633bc6dfc17913432dba 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 b7116b30e0f47958d54c066776adbd318c84edb3..192b1f15a9ca75351623d32e4373d65c6501b465 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 12e6ca555e833ed27e61121105f52968f58f31dc..093653ca2d3ee4be26eaff9a147487cd2dc7b086 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 702674e45d17fbdb6dfc60797ffcb2dbedb841bf..a9b7e9f974c13252456309c7053537853dc7ea9b 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 ca19ac54874c239c93a9cc8a03bdbfa33975ba12..b0f685414153f62c88cfdd14bfb5b6c661e29c5e 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 7f86d8cd5d8d94e2eca20163e4e3a7c43c0f3a2d..03871e5d734dc295bba92e965721f6aa4142172f 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 c7d6439af024aacdadd6329507af8c7c20b1204f..e2909219e42ec82d1a521797a40752b45981ccb6 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 321083d4614b9d01ab20b7187628a3d20d9649f5..b95ff1da9674a3fbb1486d87b8067ef5baa4ceac 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 6d871a5000f5815b9e7f7a6a8ba114d3cc0fcc6c..e21a3c8e8f3c0d6527afcd5aa5cc1d48a7b329c1 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 fec3b4f64ae847628e67904876d08533be85c9c7..f93b79a85e1259f789551a94ab422a846cf4cf65 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 3b07129cb44b6f2f48cf3eea3b6c0fd0e41b510e..db0f2ac60a9f9fe3b0b60d85b19a53dd025ba4f0 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 bc3360f07919934643bde231f360610ce8169793..595940524e7d7f1112700899cf74e24e1c2e1e87 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 4eb30a42fa5beabf5185f3e3e5c4cca6d1b78106..a4db23a8f4b329a4b037633d0f2ac907fb27551d 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 0e0a3af1beca8d39d8e963636d18482f39cab011..5bbae42d86dfc275740425aa3c59d6fd9eb76f94 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 d2f07649478efce3de0526a26d8bb73769b2365e..edb712506c7d03eaed089d832d08a82e5780d985 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 71bcb7954f0c53a995ba56de6c99d9aebc6aa52a..9424feab320afcaa5a44bd2c2c6c86728bd8d004 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 c9ce0871b5a960f01eb76040ee1b079e307834ca..f803b818e5126fa40342d60cd52194f5914be488 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 388bb53d297d559d21b2c9edb8c46c0e987c6b88..403871d7c6d0e8886cc61d60062d172d4fbda825 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 43def60417eb8bc189f5db42e440110cce7758bc..f4776261017ca2edf6574e8a0c04d438e1a72831 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 b2c9307661ebff26269cf3802a06490e0f1ba165..9da062d5c94aa631317fbcdc8b07443e58374bd8 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 895b6cecd4032867d8f6ac131b8acf46a222f0a7..e5354ef4164e5de61a138986162e020d89a09e8d 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 a5b1a0dbab5e55a1c1fc2b0f8b35e234832808bb..8a50638e98039dc3a2462488f9fe3513f5dfb0a2 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 b09ce6420075d668f12c74b245c16eb7f114c342..8e97c46c54516dcc1a79cbb971b9d5acbcef40c0 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 c85fa89c30e25ed026d2e95a2b537798f878e50f..96d5e07b112aa2a87eb6433f7cbeb8ce5f10205a 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 d7710c40a143d30fa7a254d0fc9ecfc4aefccf16..c9e29c37eb741bbea11ef265ab43ce3b2a5bcf76 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 a0bcef71d72aab9c1add05bfbea4e8e4e09954ec..ac222060ea08000a17ceed4149a257482ae1e064 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 afa99c48fd93eb4bac9b56bfb1a55211042b6bfb..ca2d45d0731ee17ffac5caeee532c39199a5655b 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 6e2a8782cd41e1571dd3c77b5756ff73b48dfcd5..5bdaa601f07929d515d751ed441fa95c925ae384 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 31eb7253435df41d20045084779115e0ca807524..9310f262f41c92840c38cef835767e7ac3af8e2e 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 fcd64e9b9b6d53b46d31e0c797016e9881651604..3b3a5c2e69e59d4708171ba745d7d4009788102b 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