Code

7398348d13334e6cc5c5d509e53cf4da371c0d57
[git.git] / Documentation / cmds-ancillaryinterrogators.txt
1 gitlink:git-annotate[1]::
2         Annotate file lines with commit info.
4 gitlink:git-blame[1]::
5         Show what revision and author last modified each line of a file.
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 from a single e-mail message.
34 gitlink:git-mailsplit[1]::
35         Simple UNIX mbox splitter program.
37 gitlink:git-merge-tree[1]::
38         Show three-way merge without touching index.
40 gitlink:git-parse-remote[1]::
41         Routines to help parsing remote repository access parameters.
43 gitlink:git-patch-id[1]::
44         Compute unique ID for a patch.
46 gitlink:git-request-pull[1]::
47         Generates a summary of pending changes.
49 gitlink:git-rev-parse[1]::
50         Pick out and massage parameters.
52 gitlink:git-runstatus[1]::
53         A helper for git-status and git-commit.
55 gitlink:git-send-email[1]::
56         Send a collection of patches as emails.
58 gitlink:git-stripspace[1]::
59         Filter out empty lines.
61 gitlink:git-symbolic-ref[1]::
62         Read and modify symbolic refs.