Skip to content

Commit

Permalink
documentation: git-bisect (help HTML break man)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Dec 2, 2005
1 parent 3f41f5a commit d2abdd2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Documentation/git-bisect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit d2abdd2

Please sign in to comment.