summaryrefslogtreecommitdiffstats
path: root/cmds-plumbingmanipulators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-23 11:13:29 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-23 11:13:29 -0700
commit0bdcb6704bd5cbbf68eca1659f019af8dd8e7d26 (patch)
tree83b464be703c14c20d2cd6d9a185c5a0cfe89721 /cmds-plumbingmanipulators.txt
parent8ca129238b8aed238611efa6bfad3d14847a49c1 (diff)
downloadgit-htmldocs-0bdcb6704bd5cbbf68eca1659f019af8dd8e7d26.tar.gz
Autogenerated HTML docs for v2.38.0-rc1-6-g4fd6c5
Diffstat (limited to 'cmds-plumbingmanipulators.txt')
-rw-r--r--cmds-plumbingmanipulators.txt38
1 files changed, 19 insertions, 19 deletions
diff --git a/cmds-plumbingmanipulators.txt b/cmds-plumbingmanipulators.txt
index 5f4db62c1..b07e5673f 100644
--- a/cmds-plumbingmanipulators.txt
+++ b/cmds-plumbingmanipulators.txt
@@ -1,57 +1,57 @@
-linkgit:git-apply[git]::
+linkgit:git-apply[1]::
Apply a patch to files and/or to the index.
-linkgit:git-checkout-index[git]::
+linkgit:git-checkout-index[1]::
Copy files from the index to the working tree.
-linkgit:git-commit-graph[git]::
+linkgit:git-commit-graph[1]::
Write and verify Git commit-graph files.
-linkgit:git-commit-tree[git]::
+linkgit:git-commit-tree[1]::
Create a new commit object.
-linkgit:git-hash-object[git]::
+linkgit:git-hash-object[1]::
Compute object ID and optionally creates a blob from a file.
-linkgit:git-index-pack[git]::
+linkgit:git-index-pack[1]::
Build pack index file for an existing packed archive.
-linkgit:git-merge-file[git]::
+linkgit:git-merge-file[1]::
Run a three-way file merge.
-linkgit:git-merge-index[git]::
+linkgit:git-merge-index[1]::
Run a merge for files needing merging.
-linkgit:git-mktag[git]::
+linkgit:git-mktag[1]::
Creates a tag object with extra validation.
-linkgit:git-mktree[git]::
+linkgit:git-mktree[1]::
Build a tree-object from ls-tree formatted text.
-linkgit:git-multi-pack-index[git]::
+linkgit:git-multi-pack-index[1]::
Write and verify multi-pack-indexes.
-linkgit:git-pack-objects[git]::
+linkgit:git-pack-objects[1]::
Create a packed archive of objects.
-linkgit:git-prune-packed[git]::
+linkgit:git-prune-packed[1]::
Remove extra objects that are already in pack files.
-linkgit:git-read-tree[git]::
+linkgit:git-read-tree[1]::
Reads tree information into the index.
-linkgit:git-symbolic-ref[git]::
+linkgit:git-symbolic-ref[1]::
Read, modify and delete symbolic refs.
-linkgit:git-unpack-objects[git]::
+linkgit:git-unpack-objects[1]::
Unpack objects from a packed archive.
-linkgit:git-update-index[git]::
+linkgit:git-update-index[1]::
Register file contents in the working tree to the index.
-linkgit:git-update-ref[git]::
+linkgit:git-update-ref[1]::
Update the object name stored in a ref safely.
-linkgit:git-write-tree[git]::
+linkgit:git-write-tree[1]::
Create a tree object from the current index.