summaryrefslogtreecommitdiffstats
path: root/cmds-plumbinginterrogators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-19 00:37:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-19 00:37:50 +0000
commit7c73c663897cfb2796fa93efc40ebe4ea33a3db1 (patch)
tree1f9d377ee80bb9eada67fc063f87c517dffa8832 /cmds-plumbinginterrogators.txt
parent2d47c62a3df350dff294aba379e2a5430fd130d1 (diff)
downloadgit-htmldocs-7c73c663897cfb2796fa93efc40ebe4ea33a3db1.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g72fe
Diffstat (limited to 'cmds-plumbinginterrogators.txt')
-rw-r--r--cmds-plumbinginterrogators.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/cmds-plumbinginterrogators.txt b/cmds-plumbinginterrogators.txt
new file mode 100644
index 000000000..28580eae9
--- /dev/null
+++ b/cmds-plumbinginterrogators.txt
@@ -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.
+