Skip to content

Commit

Permalink
Documentation: match underline with the text
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Oct 22, 2015
1 parent a3e1fa9 commit 142d035
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-bisect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-remote.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git-remote(1)
============
=============

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-upload-archive.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git-upload-archive(1)
====================
=====================

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gitrevisions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gitrevisions(7)
================
===============

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion Documentation/urls-remotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `<pushurl>` is used for pushes only. It is optional and defaults
to `<url>`.

Named file in `$GIT_DIR/remotes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can choose to provide the name of a
file in `$GIT_DIR/remotes`. The URL
Expand Down

0 comments on commit 142d035

Please sign in to comment.