Documentation / cmds-plumbinginterrogators.txton commit Documentation: sync git.txt command list and manual page title (c3f0baa)
   1gitlink:git-cat-file[1]::
   2        Provide content or type/size information for repository objects.
   3
   4gitlink:git-describe[1]::
   5        Show the most recent tag that is reachable from a commit.
   6
   7gitlink:git-diff-files[1]::
   8        Compares files in the working tree and the index.
   9
  10gitlink:git-diff-index[1]::
  11        Compares content and mode of blobs between the index and repository.
  12
  13gitlink:git-diff-stages[1]::
  14        Compares two merge stages in the index.
  15
  16gitlink:git-diff-tree[1]::
  17        Compares the content and mode of blobs found via two tree objects.
  18
  19gitlink:git-for-each-ref[1]::
  20        Output information on each ref.
  21
  22gitlink:git-fsck-objects[1]::
  23        Verifies the connectivity and validity of the objects in the database.
  24
  25gitlink:git-ls-files[1]::
  26        Show information about files in the index and the working tree.
  27
  28gitlink:git-ls-tree[1]::
  29        List the contents of a tree object.
  30
  31gitlink:git-merge-base[1]::
  32        Find as good common ancestors as possible for a merge.
  33
  34gitlink:git-name-rev[1]::
  35        Find symbolic names for given revs.
  36
  37gitlink:git-pack-redundant[1]::
  38        Find redundant pack files.
  39
  40gitlink:git-rev-list[1]::
  41        Lists commit objects in reverse chronological order.
  42
  43gitlink:git-show-index[1]::
  44        Show packed archive index.
  45
  46gitlink:git-show-ref[1]::
  47        List references in a local repository.
  48
  49gitlink:git-tar-tree[1]::
  50        Create a tar archive of the files in the named tree object.
  51
  52gitlink:git-unpack-file[1]::
  53        Creates a temporary file with a blob's contents.
  54
  55gitlink:git-var[1]::
  56        Show a git logical variable.
  57
  58gitlink:git-verify-pack[1]::
  59        Validate packed git archive files.
  60