diff options
author | Thomas Rast <trast@student.ethz.ch> | 2008-08-12 01:55:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-11 17:13:57 -0700 |
commit | d777af86d84f73be50e922b84144d959475ed770 (patch) | |
tree | d55342d1fefa8f7e3c8adda9e90ec70f24372c9a /Documentation | |
parent | 7dce9918c72148139c3eb7a2a5c66b0df9ed415d (diff) | |
download | git-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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/rev-list-options.txt | 2 |
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 |