From: Junio C Hamano Date: Fri, 2 Dec 2005 20:15:23 +0000 (-0800) Subject: documentation: git-bisect (help HTML break man) X-Git-Tag: v0.99.9l^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d2abdd2647c6241ec7cced9df9cdd4b98d3d6898?ds=sidebyside;hp=3f41f5a9fefafabb561db4ce9c9b4e0944ec1f85 documentation: git-bisect (help HTML break man) 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 --- diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 39fa665d9d..8a399703dc 100644 --- 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 -'git bisect' good -'git bisect' reset [] -'git bisect' visualize -'git bisect' replay -'git bisect' log + 'git bisect' start + 'git bisect' bad + 'git bisect' good + 'git bisect' reset [] + 'git bisect' visualize + 'git bisect' replay + 'git bisect' log DESCRIPTION -----------