Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: fix badly indented paragraphs in "--bisect-all" description
author
Christian Couder
<chriscool@tuxfamily.org>
Sat, 7 Mar 2009 12:37:24 +0000
(13:37 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 7 Mar 2009 19:21:41 +0000
(11:21 -0800)
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
bdfd739
)
diff --git
a/Documentation/rev-list-options.txt
b/Documentation/rev-list-options.txt
index 507632287795ed7e63a1311b9cd783e71572ba3e..7dd237c2f66d81aebf59add2787aa822c94d9b92 100644
(file)
--- 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`.)
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 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.
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.