summaryrefslogtreecommitdiff
path: root/Documentation/cmds-ancillaryinterrogators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-18 15:53:37 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-18 15:53:37 -0800
commitc3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (patch)
tree5f79fc30175a5a28a7dbb0ea9ff3893ab2dcdc42 /Documentation/cmds-ancillaryinterrogators.txt
parent377e81392f9c76b8d60499a42256efafc1992309 (diff)
downloadgit-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.tar.gz
Documentation: sync git.txt command list and manual page title
Also reorders a handful entries to make each list sorted alphabetically. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/cmds-ancillaryinterrogators.txt')
-rw-r--r--Documentation/cmds-ancillaryinterrogators.txt24
1 files changed, 11 insertions, 13 deletions
diff --git a/Documentation/cmds-ancillaryinterrogators.txt b/Documentation/cmds-ancillaryinterrogators.txt
index 83b36cea13..7398348d13 100644
--- a/Documentation/cmds-ancillaryinterrogators.txt
+++ b/Documentation/cmds-ancillaryinterrogators.txt
@@ -2,7 +2,7 @@ gitlink:git-annotate[1]::
Annotate file lines with commit info.
gitlink:git-blame[1]::
- Find out where each line in a file came from.
+ 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.
@@ -29,25 +29,22 @@ gitlink:git-instaweb[1]::
Instantly browse your working repository in gitweb.
gitlink:git-mailinfo[1]::
- Extracts patch and authorship information from a single
- e-mail message, optionally transliterating the commit
- message into utf-8.
+ Extracts patch and authorship from a single e-mail message.
gitlink:git-mailsplit[1]::
- A stupid program to split UNIX mbox format mailbox into
- individual pieces of e-mail.
+ 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-parse-remote[1]::
- Routines to help parsing `$GIT_DIR/remotes/` files.
-
gitlink:git-request-pull[1]::
- git-request-pull.
+ Generates a summary of pending changes.
gitlink:git-rev-parse[1]::
Pick out and massage parameters.
@@ -56,10 +53,11 @@ gitlink:git-runstatus[1]::
A helper for git-status and git-commit.
gitlink:git-send-email[1]::
- Send patch e-mails out of "format-patch --mbox" output.
+ 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.
-gitlink:git-stripspace[1]::
- Filter out empty lines.