diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-02 12:15:23 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-02 12:20:34 -0800 |
commit | d2abdd2647c6241ec7cced9df9cdd4b98d3d6898 (patch) | |
tree | b05da735d88c36ba2348ff36a0b516b89517bbe7 | |
parent | 3f41f5a9fefafabb561db4ce9c9b4e0944ec1f85 (diff) | |
download | git-d2abdd2647c6241ec7cced9df9cdd4b98d3d6898.tar.gz git-d2abdd2647c6241ec7cced9df9cdd4b98d3d6898.tar.xz |
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>
-rw-r--r-- | Documentation/git-bisect.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 39fa665d9..8a399703d 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 ----------- |