summaryrefslogtreecommitdiffstats
path: root/cmds-plumbingmanipulators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-01-07 07:55:46 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-01-07 07:55:46 +0000
commit35738e87105e1a11ced6a6b497146bbd189d4fb2 (patch)
tree352f4473f85ea0e327b3a0e3b9739d80f8462eb9 /cmds-plumbingmanipulators.txt
parent14b76487ff861981455b320a2c6d17632997773e (diff)
downloadgit-htmldocs-35738e87105e1a11ced6a6b497146bbd189d4fb2.tar.gz
Autogenerated HTML docs for v1.5.4-rc2-60-gb2e62
Diffstat (limited to 'cmds-plumbingmanipulators.txt')
-rw-r--r--cmds-plumbingmanipulators.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/cmds-plumbingmanipulators.txt b/cmds-plumbingmanipulators.txt
index a7eba19c4..683dcb317 100644
--- a/cmds-plumbingmanipulators.txt
+++ b/cmds-plumbingmanipulators.txt
@@ -1,51 +1,51 @@
-gitlink:git-apply[1]::
+linkgit:git-apply[1]::
Apply a patch on a git index file and a working tree.
-gitlink:git-checkout-index[1]::
+linkgit:git-checkout-index[1]::
Copy files from the index to the working tree.
-gitlink:git-commit-tree[1]::
+linkgit:git-commit-tree[1]::
Create a new commit object.
-gitlink:git-hash-object[1]::
+linkgit:git-hash-object[1]::
Compute object ID and optionally creates a blob from a file.
-gitlink:git-index-pack[1]::
+linkgit:git-index-pack[1]::
Build pack index file for an existing packed archive.
-gitlink:git-merge-file[1]::
+linkgit:git-merge-file[1]::
Run a three-way file merge.
-gitlink:git-merge-index[1]::
+linkgit:git-merge-index[1]::
Run a merge for files needing merging.
-gitlink:git-mktag[1]::
+linkgit:git-mktag[1]::
Creates a tag object.
-gitlink:git-mktree[1]::
+linkgit:git-mktree[1]::
Build a tree-object from ls-tree formatted text.
-gitlink:git-pack-objects[1]::
+linkgit:git-pack-objects[1]::
Create a packed archive of objects.
-gitlink:git-prune-packed[1]::
+linkgit:git-prune-packed[1]::
Remove extra objects that are already in pack files.
-gitlink:git-read-tree[1]::
+linkgit:git-read-tree[1]::
Reads tree information into the index.
-gitlink:git-symbolic-ref[1]::
+linkgit:git-symbolic-ref[1]::
Read and modify symbolic refs.
-gitlink:git-unpack-objects[1]::
+linkgit:git-unpack-objects[1]::
Unpack objects from a packed archive.
-gitlink:git-update-index[1]::
+linkgit:git-update-index[1]::
Register file contents in the working tree to the index.
-gitlink:git-update-ref[1]::
+linkgit:git-update-ref[1]::
Update the object name stored in a ref safely.
-gitlink:git-write-tree[1]::
+linkgit:git-write-tree[1]::
Create a tree object from the current index.