Documentation: move command list in git.txt into separate files.
[git/jrn.git] / Documentation / cmds-ancillaryinterrogators.txt
blob83b36cea13969856cd8581ff58782ae0d640ee93
1 gitlink:git-annotate[1]::
2         Annotate file lines with commit info.
4 gitlink:git-blame[1]::
5         Find out where each line in a file came from.
7 gitlink:git-check-ref-format[1]::
8         Make sure ref name is well formed.
10 gitlink:git-cherry[1]::
11         Find commits not merged upstream.
13 gitlink:git-count-objects[1]::
14         Count unpacked number of objects and their disk consumption.
16 gitlink:git-daemon[1]::
17         A really simple server for git repositories.
19 gitlink:git-fmt-merge-msg[1]::
20         Produce a merge commit message.
22 gitlink:git-get-tar-commit-id[1]::
23         Extract commit ID from an archive created using git-tar-tree.
25 gitlink:git-imap-send[1]::
26         Dump a mailbox from stdin into an imap folder.
28 gitlink:git-instaweb[1]::
29         Instantly browse your working repository in gitweb.
31 gitlink: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.
36 gitlink:git-mailsplit[1]::
37         A stupid program to split UNIX mbox format mailbox into
38         individual pieces of e-mail.
40 gitlink:git-merge-tree[1]::
41         Show three-way merge without touching index.
43 gitlink:git-patch-id[1]::
44         Compute unique ID for a patch.
46 gitlink:git-parse-remote[1]::
47         Routines to help parsing `$GIT_DIR/remotes/` files.
49 gitlink:git-request-pull[1]::
50         git-request-pull.
52 gitlink:git-rev-parse[1]::
53         Pick out and massage parameters.
55 gitlink:git-runstatus[1]::
56         A helper for git-status and git-commit.
58 gitlink:git-send-email[1]::
59         Send patch e-mails out of "format-patch --mbox" output.
61 gitlink:git-symbolic-ref[1]::
62         Read and modify symbolic refs.
64 gitlink:git-stripspace[1]::
65         Filter out empty lines.