Documentation / cmds-ancillaryinterrogators.txton commit Documentation: move command list in git.txt into separate files. (377e813)
   1gitlink:git-annotate[1]::
   2        Annotate file lines with commit info.
   3
   4gitlink:git-blame[1]::
   5        Find out where each line in a file came from.
   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 information from a single
  33        e-mail message, optionally transliterating the commit
  34        message into utf-8.
  35
  36gitlink:git-mailsplit[1]::
  37        A stupid program to split UNIX mbox format mailbox into
  38        individual pieces of e-mail.
  39
  40gitlink:git-merge-tree[1]::
  41        Show three-way merge without touching index.
  42
  43gitlink:git-patch-id[1]::
  44        Compute unique ID for a patch.
  45
  46gitlink:git-parse-remote[1]::
  47        Routines to help parsing `$GIT_DIR/remotes/` files.
  48
  49gitlink:git-request-pull[1]::
  50        git-request-pull.
  51
  52gitlink:git-rev-parse[1]::
  53        Pick out and massage parameters.
  54
  55gitlink:git-runstatus[1]::
  56        A helper for git-status and git-commit.
  57
  58gitlink:git-send-email[1]::
  59        Send patch e-mails out of "format-patch --mbox" output.
  60
  61gitlink:git-symbolic-ref[1]::
  62        Read and modify symbolic refs.
  63
  64gitlink:git-stripspace[1]::
  65        Filter out empty lines.