summaryrefslogtreecommitdiffstats
path: root/cmds-ancillaryinterrogators.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-ancillaryinterrogators.txt
parent14b76487ff861981455b320a2c6d17632997773e (diff)
downloadgit-htmldocs-35738e87105e1a11ced6a6b497146bbd189d4fb2.tar.gz
Autogenerated HTML docs for v1.5.4-rc2-60-gb2e62
Diffstat (limited to 'cmds-ancillaryinterrogators.txt')
-rw-r--r--cmds-ancillaryinterrogators.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/cmds-ancillaryinterrogators.txt b/cmds-ancillaryinterrogators.txt
index cefbea6ca..c44e1ce98 100644
--- a/cmds-ancillaryinterrogators.txt
+++ b/cmds-ancillaryinterrogators.txt
@@ -1,42 +1,42 @@
-gitlink:git-annotate[1]::
+linkgit:git-annotate[1]::
Annotate file lines with commit info.
-gitlink:git-blame[1]::
+linkgit:git-blame[1]::
Show what revision and author last modified each line of a file.
-gitlink:git-cherry[1]::
+linkgit:git-cherry[1]::
Find commits not merged upstream.
-gitlink:git-count-objects[1]::
+linkgit:git-count-objects[1]::
Count unpacked number of objects and their disk consumption.
-gitlink:git-fsck[1]::
+linkgit:git-fsck[1]::
Verifies the connectivity and validity of the objects in the database.
-gitlink:git-get-tar-commit-id[1]::
+linkgit:git-get-tar-commit-id[1]::
Extract commit ID from an archive created using git-archive.
-gitlink:git-help[1]::
+linkgit:git-help[1]::
display help information about git.
-gitlink:git-instaweb[1]::
+linkgit:git-instaweb[1]::
Instantly browse your working repository in gitweb.
-gitlink:git-merge-tree[1]::
+linkgit:git-merge-tree[1]::
Show three-way merge without touching index.
-gitlink:git-rerere[1]::
+linkgit:git-rerere[1]::
Reuse recorded resolution of conflicted merges.
-gitlink:git-rev-parse[1]::
+linkgit:git-rev-parse[1]::
Pick out and massage parameters.
-gitlink:git-show-branch[1]::
+linkgit:git-show-branch[1]::
Show branches and their commits.
-gitlink:git-verify-tag[1]::
+linkgit:git-verify-tag[1]::
Check the GPG signature of tags.
-gitlink:git-whatchanged[1]::
+linkgit:git-whatchanged[1]::
Show logs with difference each commit introduces.