Documentation / cmds-ancillaryinterrogators.txton commit Documentation: sync git.txt command list and manual page title (c3f0baa)
   1gitlink:git-annotate[1]::
   2        Annotate file lines with commit info.
   3
   4gitlink:git-blame[1]::
   5        Show what revision and author last modified each line of a file.
   6
   7gitlink:git-check-ref-format[1]::
   8        Make sure ref name is well formed.
   9
  10gitlink:git-cherry[1]::
  11        Find commits not merged upstream.
  12
  13gitlink:git-count-objects[1]::
  14        Count unpacked number of objects and their disk consumption.
  15
  16gitlink:git-daemon[1]::
  17        A really simple server for git repositories.
  18
  19gitlink:git-fmt-merge-msg[1]::
  20        Produce a merge commit message.
  21
  22gitlink:git-get-tar-commit-id[1]::
  23        Extract commit ID from an archive created using git-tar-tree.
  24
  25gitlink:git-imap-send[1]::
  26        Dump a mailbox from stdin into an imap folder.
  27
  28gitlink:git-instaweb[1]::
  29        Instantly browse your working repository in gitweb.
  30
  31gitlink:git-mailinfo[1]::
  32        Extracts patch and authorship from a single e-mail message.
  33
  34gitlink:git-mailsplit[1]::
  35        Simple UNIX mbox splitter program.
  36
  37gitlink:git-merge-tree[1]::
  38        Show three-way merge without touching index.
  39
  40gitlink:git-parse-remote[1]::
  41        Routines to help parsing remote repository access parameters.
  42
  43gitlink:git-patch-id[1]::
  44        Compute unique ID for a patch.
  45
  46gitlink:git-request-pull[1]::
  47        Generates a summary of pending changes.
  48
  49gitlink:git-rev-parse[1]::
  50        Pick out and massage parameters.
  51
  52gitlink:git-runstatus[1]::
  53        A helper for git-status and git-commit.
  54
  55gitlink:git-send-email[1]::
  56        Send a collection of patches as emails.
  57
  58gitlink:git-stripspace[1]::
  59        Filter out empty lines.
  60
  61gitlink:git-symbolic-ref[1]::
  62        Read and modify symbolic refs.
  63