aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-22 10:09:07 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-22 10:16:12 -0700
commit142d035a022fb76c96877254e95aa70879332076 (patch)
tree8f9d1b8862d743a7cd217c97dac06318379c8aaa /Documentation/git-bisect.txt
parenta3e1fa97bc7a62073ede49a7f307c2fc629e465f (diff)
downloadgit-142d035a022fb76c96877254e95aa70879332076.tar.gz
git-142d035a022fb76c96877254e95aa70879332076.tar.xz
Documentation: match underline with the text
Even though AsciiDoc is more lenient when deciding if an underline is for the contents on the previous line to find section headers, we should match the length of them for other formatters to help them. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r--Documentation/git-bisect.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index f986c5cb3..edd964fe7 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -167,7 +167,7 @@ Then compile and test the chosen revision, and afterwards mark
the revision as good or bad in the usual manner.
Bisect skip
-~~~~~~~~~~~~
+~~~~~~~~~~~
Instead of choosing by yourself a nearby commit, you can ask Git
to do it for you by issuing the command: