diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-18 16:02:13 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-18 16:18:29 -0800 |
commit | 72fe6a59890870ed9c3e9e1e6381fc0d7ba75fe4 (patch) | |
tree | d7a56bbb7be8c1c5f91f1dcbffbabc1199c1051d /Documentation/cmds-ancillaryinterrogators.txt | |
parent | c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (diff) | |
download | git-72fe6a59890870ed9c3e9e1e6381fc0d7ba75fe4.tar.gz |
Documentation: Generate command lists.
This moves the source of the list of commands and categorization
to the end of Documentation/cmd-list.perl, so that re-categorization
and re-ordering would become easier to manage.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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. - |