diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2007-12-18 07:07:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-18 12:00:18 -0800 |
commit | 02ff62504e12cb1925a59b6956508dc70984c5b4 (patch) | |
tree | bdca90b2a4c808f19095e9a0a39b94966b9a7aa9 /Documentation/git-rev-list.txt | |
parent | 4808ab8f87551967d61fc4f4164e2f99e2fa4d71 (diff) | |
download | git-02ff62504e12cb1925a59b6956508dc70984c5b4.tar.gz |
Fix some documentation typos.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r-- | Documentation/git-rev-list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 989fbf3562..a03f9fe5fa 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -274,7 +274,7 @@ limiting may be applied. --quiet:: Don't print anything to standard output. This form of - git-rev-list is primarly meant to allow the caller to + git-rev-list is primarily meant to allow the caller to test the exit status to see if a range of objects is fully connected (or not). It is faster than redirecting stdout to /dev/null as the output does not have to be formatted. |