diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-11-04 14:20:47 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-11-04 14:20:47 -0800 |
commit | 6c66686e0b917df914af779257479c341590a9a0 (patch) | |
tree | 7e7b76fa79b1a4b36a3a28674b8ee9143256cb87 /Documentation/git-bisect.txt | |
parent | Merge branch 'jc/everyday-markup' into maint (diff) | |
parent | Documentation: match undefline with the text in old release notes (diff) | |
download | tgif-6c66686e0b917df914af779257479c341590a9a0.tar.xz |
Merge branch 'xf/user-manual-markup' into maint
AsciiDoc markup fixes.
* xf/user-manual-markup:
Documentation: match undefline with the text in old release notes
Documentation: match underline with the text
Documentation: fix header markup
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r-- | Documentation/git-bisect.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 0e7482b4c9..1b7a97b1db 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -174,7 +174,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 a nearby commit by yourself, you can ask Git to do it for you by issuing the command: |