aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-02 12:15:23 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-02 12:20:34 -0800
commitd2abdd2647c6241ec7cced9df9cdd4b98d3d6898 (patch)
treeb05da735d88c36ba2348ff36a0b516b89517bbe7 /Documentation/git-bisect.txt
parent3f41f5a9fefafabb561db4ce9c9b4e0944ec1f85 (diff)
downloadgit-d2abdd2647c6241ec7cced9df9cdd4b98d3d6898.tar.gz
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 <junkio@cox.net>
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r--Documentation/git-bisect.txt14
1 files changed, 7 insertions, 7 deletions
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 <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
-----------