Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
documentation: git-bisect (help HTML break man)
author
Junio C Hamano
<junkio@cox.net>
Fri, 2 Dec 2005 20:15:23 +0000
(12:15 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 2 Dec 2005 20:20:34 +0000
(12:20 -0800)
Use the same trick Josef used to introduce line breaks for
git-mv documentation for now, to help HTML rendering. This
breaks manpages and we need to come up with a better solution.
Noticed by linux@horizon.com (No Name).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-bisect.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
3f41f5a
)
diff --git
a/Documentation/git-bisect.txt
b/Documentation/git-bisect.txt
index 39fa665d9d6ee7700adc7bb84cb09c517b38cfa0..8a399703dc7d75c8ca3d170e6d18832a7ce8723b 100644
(file)
--- a/
Documentation/git-bisect.txt
+++ b/
Documentation/git-bisect.txt
@@
-8,13
+8,13
@@
git-bisect - Find the change that introduced a bug
SYNOPSIS
--------
-'git bisect' start
-'git bisect' bad <rev>
-'git bisect' good <rev>
-'git bisect' reset [<branch>]
-'git bisect' visualize
-'git bisect' replay <logfile>
-'git bisect' log
+
'git bisect' start
+
'git bisect' bad <rev>
+
'git bisect' good <rev>
+
'git bisect' reset [<branch>]
+
'git bisect' visualize
+
'git bisect' replay <logfile>
+
'git bisect' log
DESCRIPTION
-----------