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/rev-list-options.txt | |
parent | Adjust for the new way of enabling the default post-update hook (diff) | |
download | tgif-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/rev-list-options.txt')
-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 be84721781..1d857559ef 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 |