Skip to content

Commit 142d035

Browse files
committed
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 <[email protected]>
1 parent a3e1fa9 commit 142d035

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Documentation/git-bisect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Then compile and test the chosen revision, and afterwards mark
167167
the revision as good or bad in the usual manner.
168168

169169
Bisect skip
170-
~~~~~~~~~~~~
170+
~~~~~~~~~~~
171171

172172
Instead of choosing by yourself a nearby commit, you can ask Git
173173
to do it for you by issuing the command:

Documentation/git-remote.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git-remote(1)
2-
============
2+
=============
33

44
NAME
55
----

Documentation/git-upload-archive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git-upload-archive(1)
2-
====================
2+
=====================
33

44
NAME
55
----

Documentation/gitrevisions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gitrevisions(7)
2-
================
2+
===============
33

44
NAME
55
----

Documentation/urls-remotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `<pushurl>` is used for pushes only. It is optional and defaults
3636
to `<url>`.
3737

3838
Named file in `$GIT_DIR/remotes`
39-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4040

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

0 commit comments

Comments
 (0)