summaryrefslogtreecommitdiffstats
path: root/cmds-plumbingmanipulators.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-plumbingmanipulators.txt
parent2d47c62a3df350dff294aba379e2a5430fd130d1 (diff)
downloadgit-htmldocs-7c73c663897cfb2796fa93efc40ebe4ea33a3db1.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g72fe
Diffstat (limited to 'cmds-plumbingmanipulators.txt')
-rw-r--r--cmds-plumbingmanipulators.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/cmds-plumbingmanipulators.txt b/cmds-plumbingmanipulators.txt
new file mode 100644
index 000000000..436387710
--- /dev/null
+++ b/cmds-plumbingmanipulators.txt
@@ -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.
+