aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2008-08-12 01:55:35 +0200
committerJunio C Hamano <gitster@pobox.com>2008-08-11 17:13:57 -0700
commitd777af86d84f73be50e922b84144d959475ed770 (patch)
treed55342d1fefa8f7e3c8adda9e90ec70f24372c9a
parent7dce9918c72148139c3eb7a2a5c66b0df9ed415d (diff)
downloadgit-d777af86d84f73be50e922b84144d959475ed770.tar.gz
git-d777af86d84f73be50e922b84144d959475ed770.tar.xz
Documentation: rev-list-options: Fix a typo
Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/rev-list-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index be8472178..1d857559e 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -71,7 +71,7 @@ For example, if you have this topology:
o---x---a---a branch A
-----------------------------------------------------------------------
+
-you would get an output line this:
+you would get an output like this:
+
-----------------------------------------------------------------------
$ git rev-list --left-right --boundary --pretty=oneline A...B