--- /dev/null
+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.
+
--- /dev/null
+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.
+
--- /dev/null
+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.
+
--- /dev/null
+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.
+
--- /dev/null
+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.
+
--- /dev/null
+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.
+
<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
</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
NAME
----
-git-am - Apply a series of patches in a mailbox
+git-am - Apply a series of patches from a mailbox
SYNOPSIS
<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
</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
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
<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
</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
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
<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
</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
NAME
----
-git-bisect - Find the change that introduced a bug
+git-bisect - Find the change that introduced a bug by binary search
SYNOPSIS
<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
</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
NAME
----
-git-branch - List, create, or delete branches.
+git-branch - List, create, or delete branches
SYNOPSIS
--------
<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
</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
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
<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
</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
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
<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
</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
NAME
----
-git-clone - Clones a repository
+git-clone - Clones a repository into a new directory
SYNOPSIS
<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
</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
NAME
----
-git-commit-tree - Creates a new commit object
+git-commit-tree - Create a new commit object
SYNOPSIS
<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
</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
NAME
----
-git-commit - Record your changes
+git-commit - Record changes to the repository
SYNOPSIS
--------
<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
</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
NAME
----
-git-count-objects - Reports on unpacked objects
+git-count-objects - Count unpacked number of objects and their disk consumption
SYNOPSIS
--------
<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
</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
NAME
----
-git-cvsexportcommit - Export a commit to a CVS checkout
+git-cvsexportcommit - Export a single commit to a CVS checkout
SYNOPSIS
<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
</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
NAME
----
-git-cvsimport - Import a CVS repository into git
+git-cvsimport - Salvage your data out of another SCM people love to hate
SYNOPSIS
<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
</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
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
<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
</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
NAME
----
-git-fetch - Download objects and a head from another repository
+git-fetch - Download objects and refs from another repository
SYNOPSIS
<div class="content"><em>git-format-patch</em> [-n | -k] [-o <dir> | --stdout] [--attach] [--thread]\r
[-s | --signoff] [--diff-options] [--start-number <n>]\r
[--in-reply-to=Message-Id] [--suffix=.<sfx>]\r
+ [--ignore-if-in-upstream]\r
<since>[..<until>]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
</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
+ <until>..<since>. This will examine all patches reachable\r
+ from <since> but not from <until> 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=.<sfx>\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
<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
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
</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
'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
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
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
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
--------
<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
</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
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
<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
</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
NAME
----
-git-http-fetch - downloads a remote git repository via HTTP
+git-http-fetch - Download from a remote git repository via HTTP
SYNOPSIS
<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
</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
NAME
----
-git-http-push - Push missing objects using HTTP/DAV
+git-http-push - Push objects over HTTP/DAV to another repository
SYNOPSIS
<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
</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
NAME
----
-git-init - Creates an empty git repository
+git-init - Create an empty git repository or reinitialize an existing one
SYNOPSIS
<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
</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
NAME
----
-git-instaweb - instantly browse your working repository in gitweb
+git-instaweb - Instantly browse your working repository in gitweb
SYNOPSIS
--------
<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
</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
NAME
----
-git-local-fetch - Duplicates another git repository on a local system
+git-local-fetch - Duplicate another git repository on a local system
SYNOPSIS
<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
</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
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
<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
</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
NAME
----
-git-ls-tree - Lists the contents of a tree object
+git-ls-tree - List the contents of a tree object
SYNOPSIS
<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
</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
NAME
----
-git-mailinfo - Extracts patch from a single e-mail message
+git-mailinfo - Extracts patch and authorship from a single e-mail message
SYNOPSIS
<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
</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
NAME
----
-git-mailsplit - Totally braindamaged mbox splitter program
+git-mailsplit - Simple UNIX mbox splitter program
SYNOPSIS
--------
<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
</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
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
<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
</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
NAME
----
-git-merge-file - three-way file merge
+git-merge-file - Run a three-way file merge
SYNOPSIS
<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
</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
NAME
----
-git-merge-index - Runs a merge for files needing merging
+git-merge-index - Run a merge for files needing merging
SYNOPSIS
<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
</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
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
<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
</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
NAME
----
-git-merge - Grand Unified Merge Driver
+git-merge - Join two or more development histories together
SYNOPSIS
<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
</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
NAME
----
-git-mv - Move or rename a file, directory or symlink
+git-mv - Move or rename a file, a directory, or a symlink
SYNOPSIS
<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
</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
NAME
----
-git-pack-redundant - Program used to find redundant pack files
+git-pack-redundant - Find redundant pack files
SYNOPSIS
<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
</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
NAME
----
-git-parse-remote - Routines to help parsing $GIT_DIR/remotes/
+git-parse-remote - Routines to help parsing remote repository access parameters
SYNOPSIS
<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
</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
NAME
----
-git-patch-id - Generate a patch ID
+git-patch-id - Compute unique ID for a patch
SYNOPSIS
--------
<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
</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
NAME
----
-git-peek-remote - Lists the references in a remote repository
+git-peek-remote - List the references in a remote repository
SYNOPSIS
<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
</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
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
<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
</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
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
<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
</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
NAME
----
-git-rebase - Rebase local commits to a new head
+git-rebase - Forward-port local commits to the updated upstream head
SYNOPSIS
--------
<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
</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
NAME
----
-git-receive-pack - Receive what is pushed into it
+git-receive-pack - Receive what is pushed into the repository
SYNOPSIS
<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
</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
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
<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
</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
NAME
----
-git-repo-config - Get and set repository or global options.
+git-repo-config - Get and set repository or global options
SYNOPSIS
<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
</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
NAME
----
-git-rerere - Reuse recorded resolve
+git-rerere - Reuse recorded resolution of conflicted merges
SYNOPSIS
--------
<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
</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
NAME
----
-git-send-pack - Push missing objects packed
+git-send-pack - Push objects over git protocol to another reposiotory
SYNOPSIS
<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
</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
NAME
----
-git-shell - Restricted login shell for GIT over SSH only
+git-shell - Restricted login shell for GIT-only SSH access
SYNOPSIS
<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
</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
NAME
----
-git-ssh-fetch - Pulls from a remote repository over ssh connection
+git-ssh-fetch - Fetch from a remote repository over ssh connection
<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
</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
NAME
----
-git-ssh-upload - Pushes to a remote repository over ssh connection
+git-ssh-upload - Push to a remote repository over ssh connection
SYNOPSIS
<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
</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
NAME
----
-git-status - Show working tree status
+git-status - Show the working tree status
SYNOPSIS
<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
</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
NAME
----
-git-svn - bidirectional operation between Subversion and git
+git-svn - Bidirectional operation between a single Subversion branch and git
SYNOPSIS
--------
<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
</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
NAME
----
-git-symbolic-ref - read and modify symbolic refs
+git-symbolic-ref - Read and modify symbolic refs
SYNOPSIS
--------
<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
</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
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
<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
</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
NAME
----
-git-update-index - Modifies the index or directory cache
+git-update-index - Register file contents in the working tree to the index
SYNOPSIS
<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
</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
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
--------
<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
</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
NAME
----
-git-upload-archive - Send archive
+git-upload-archive - Send archive back to git-archive
SYNOPSIS
<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
</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
NAME
----
-git-upload-pack - Send missing objects packed
+git-upload-pack - Send objects packed back to git-fetch-pack
SYNOPSIS
<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
</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
NAME
----
-git-var - Print the git users identity
+git-var - Show a git logical variable
SYNOPSIS
<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
</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
NAME
----
-git-write-tree - Creates a tree object from the current index
+git-write-tree - Create a tree object from the current index
SYNOPSIS
</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
</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
</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
</dt>\r
<dd>\r
<p>\r
- Create and Show branches.\r
+ List, create, or delete branches.\r
</p>\r
</dd>\r
<dt>\r
</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
</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
</dt>\r
<dd>\r
<p>\r
- Shows commit logs.\r
+ Show commit logs.\r
</p>\r
</dd>\r
<dt>\r
</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
</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
</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
</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
</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
</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
</dt>\r
<dd>\r
<p>\r
- Shows the working tree status.\r
+ Show the working tree status.\r
</p>\r
</dd>\r
<dt>\r
</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
</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
</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
</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
</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
</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
</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
</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
</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
</dt>\r
<dd>\r
<p>\r
- git-request-pull.\r
+ Generates a summary of pending changes.\r
</p>\r
</dd>\r
<dt>\r
</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
</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
</dt>\r
<dd>\r
<p>\r
- Creates a new commit object.\r
+ Create a new commit object.\r
</p>\r
</dd>\r
<dt>\r
</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
</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
</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
</dt>\r
<dd>\r
<p>\r
- Runs a threeway merge.\r
+ Run a three-way file merge.\r
</p>\r
</dd>\r
<dt>\r
</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
</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
</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
</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
</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
</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
</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
</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
</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
</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
</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
</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
</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
</dt>\r
<dd>\r
<p>\r
- Displays a git logical variable.\r
+ Show a git logical variable.\r
</p>\r
</dd>\r
<dt>\r
</dt>\r
<dd>\r
<p>\r
- Validates packed git archive files.\r
+ Validate packed git archive files.\r
</p>\r
</dd>\r
</dl>\r
</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
</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
</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
</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
</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
</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
</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
</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
</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
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)
-----------------------------
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.
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
<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
</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
NAME
----
-gitk - git repository browser
+gitk - The git repository browser
SYNOPSIS
--------
</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
$ 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