diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-29 13:59:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-29 13:59:14 -0700 |
commit | 6abe8f4439a714c7587c45a3e115b75a6a889131 (patch) | |
tree | 74d0eefa2ea20f82b53fa1b28a0ea199f3418e40 /Documentation/git-bisect.txt | |
parent | 37023ba381b6d251d7140a997b39b566dbc63c42 (diff) | |
parent | 77d5f715c24f1c2f3469aab35536b06237a5883d (diff) | |
download | git-6abe8f4439a714c7587c45a3e115b75a6a889131.tar.gz |
Merge branch 'xf/user-manual-markup'
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 2044fe6820..51cacd7169 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -256,7 +256,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: |