summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2009-03-07 12:37:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-07 19:21:41 (GMT)
commit3d2d4f96d240317d898bd05af567bad938e0bda2 (patch)
treea503118c6c03a72811e81e88b95ff03dc14818a0 /Documentation/rev-list-options.txt
parentbdfd739dac4c109ce360d38d0572d8717a46e795 (diff)
downloadgit-3d2d4f96d240317d898bd05af567bad938e0bda2.zip
git-3d2d4f96d240317d898bd05af567bad938e0bda2.tar.gz
git-3d2d4f96d240317d898bd05af567bad938e0bda2.tar.bz2
Documentation: fix badly indented paragraphs in "--bisect-all" description
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 5076322..7dd237c 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -568,11 +568,11 @@ This outputs all the commit objects between the included and excluded
commits, ordered by their distance to the included and excluded
commits. The farthest from them is displayed first. (This is the only
one displayed by `--bisect`.)
-
++
This is useful because it makes it easy to choose a good commit to
test when you want to avoid to test some of them for some reason (they
may not compile for example).
-
++
This option can be used along with `--bisect-vars`, in this case,
after all the sorted commit objects, there will be the same text as if
`--bisect-vars` had been used alone.