diff options
Diffstat (limited to 'Documentation/cmds-ancillaryinterrogators.txt')
-rw-r--r-- | Documentation/cmds-ancillaryinterrogators.txt | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/Documentation/cmds-ancillaryinterrogators.txt b/Documentation/cmds-ancillaryinterrogators.txt deleted file mode 100644 index 7398348d13..0000000000 --- a/Documentation/cmds-ancillaryinterrogators.txt +++ /dev/null @@ -1,63 +0,0 @@ -gitlink:git-annotate[1]:: - Annotate file lines with commit info. - -gitlink:git-blame[1]:: - Show what revision and author last modified each line of a file. - -gitlink:git-check-ref-format[1]:: - Make sure ref name is well formed. - -gitlink:git-cherry[1]:: - Find commits not merged upstream. - -gitlink:git-count-objects[1]:: - Count unpacked number of objects and their disk consumption. - -gitlink:git-daemon[1]:: - A really simple server for git repositories. - -gitlink:git-fmt-merge-msg[1]:: - Produce a merge commit message. - -gitlink:git-get-tar-commit-id[1]:: - Extract commit ID from an archive created using git-tar-tree. - -gitlink:git-imap-send[1]:: - Dump a mailbox from stdin into an imap folder. - -gitlink:git-instaweb[1]:: - Instantly browse your working repository in gitweb. - -gitlink:git-mailinfo[1]:: - Extracts patch and authorship from a single e-mail message. - -gitlink:git-mailsplit[1]:: - Simple UNIX mbox splitter program. - -gitlink:git-merge-tree[1]:: - Show three-way merge without touching index. - -gitlink:git-parse-remote[1]:: - Routines to help parsing remote repository access parameters. - -gitlink:git-patch-id[1]:: - Compute unique ID for a patch. - -gitlink:git-request-pull[1]:: - Generates a summary of pending changes. - -gitlink:git-rev-parse[1]:: - Pick out and massage parameters. - -gitlink:git-runstatus[1]:: - A helper for git-status and git-commit. - -gitlink:git-send-email[1]:: - Send a collection of patches as emails. - -gitlink:git-stripspace[1]:: - Filter out empty lines. - -gitlink:git-symbolic-ref[1]:: - Read and modify symbolic refs. - |