summaryrefslogtreecommitdiffstats
path: root/cmds-plumbinginterrogators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-19 15:05:53 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-19 15:05:53 -0700
commitbb778e77f3ba317e02d2880ca7148ea66a17dd8a (patch)
tree97adfbefe1560b238f317f76f89ee42111f9a5fb /cmds-plumbinginterrogators.txt
parent3778ccc1fc47703b374e85d4e38fbe84d360f740 (diff)
downloadgit-htmldocs-bb778e77f3ba317e02d2880ca7148ea66a17dd8a.tar.gz
Autogenerated HTML docs for v2.38.0-rc0-52-gdda722
Diffstat (limited to 'cmds-plumbinginterrogators.txt')
-rw-r--r--cmds-plumbinginterrogators.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/cmds-plumbinginterrogators.txt b/cmds-plumbinginterrogators.txt
index fe653a8d7..ad84df1bc 100644
--- a/cmds-plumbinginterrogators.txt
+++ b/cmds-plumbinginterrogators.txt
@@ -1,63 +1,63 @@
-linkgit:git-cat-file[1]::
+linkgit:git-cat-file[git]::
Provide content or type and size information for repository objects.
-linkgit:git-cherry[1]::
+linkgit:git-cherry[git]::
Find commits yet to be applied to upstream.
-linkgit:git-diff-files[1]::
+linkgit:git-diff-files[git]::
Compares files in the working tree and the index.
-linkgit:git-diff-index[1]::
+linkgit:git-diff-index[git]::
Compare a tree to the working tree or index.
-linkgit:git-diff-tree[1]::
+linkgit:git-diff-tree[git]::
Compares the content and mode of blobs found via two tree objects.
-linkgit:git-for-each-ref[1]::
+linkgit:git-for-each-ref[git]::
Output information on each ref.
-linkgit:git-for-each-repo[1]::
+linkgit:git-for-each-repo[git]::
Run a Git command on a list of repositories.
-linkgit:git-get-tar-commit-id[1]::
+linkgit:git-get-tar-commit-id[git]::
Extract commit ID from an archive created using git-archive.
-linkgit:git-ls-files[1]::
+linkgit:git-ls-files[git]::
Show information about files in the index and the working tree.
-linkgit:git-ls-remote[1]::
+linkgit:git-ls-remote[git]::
List references in a remote repository.
-linkgit:git-ls-tree[1]::
+linkgit:git-ls-tree[git]::
List the contents of a tree object.
-linkgit:git-merge-base[1]::
+linkgit:git-merge-base[git]::
Find as good common ancestors as possible for a merge.
-linkgit:git-name-rev[1]::
+linkgit:git-name-rev[git]::
Find symbolic names for given revs.
-linkgit:git-pack-redundant[1]::
+linkgit:git-pack-redundant[git]::
Find redundant pack files.
-linkgit:git-rev-list[1]::
+linkgit:git-rev-list[git]::
Lists commit objects in reverse chronological order.
-linkgit:git-rev-parse[1]::
+linkgit:git-rev-parse[git]::
Pick out and massage parameters.
-linkgit:git-show-index[1]::
+linkgit:git-show-index[git]::
Show packed archive index.
-linkgit:git-show-ref[1]::
+linkgit:git-show-ref[git]::
List references in a local repository.
-linkgit:git-unpack-file[1]::
+linkgit:git-unpack-file[git]::
Creates a temporary file with a blob's contents.
-linkgit:git-var[1]::
+linkgit:git-var[git]::
Show a Git logical variable.
-linkgit:git-verify-pack[1]::
+linkgit:git-verify-pack[git]::
Validate packed Git archive files.