Browse Source

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>
maint
Junio C Hamano 9 years ago
parent
commit
142d035a02
  1. 2
      Documentation/git-bisect.txt
  2. 2
      Documentation/git-remote.txt
  3. 2
      Documentation/git-upload-archive.txt
  4. 2
      Documentation/gitrevisions.txt
  5. 2
      Documentation/urls-remotes.txt

2
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. the revision as good or bad in the usual manner.


Bisect skip Bisect skip
~~~~~~~~~~~~ ~~~~~~~~~~~


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

2
Documentation/git-remote.txt

@ -1,5 +1,5 @@
git-remote(1) git-remote(1)
============ =============


NAME NAME
---- ----

2
Documentation/git-upload-archive.txt

@ -1,5 +1,5 @@
git-upload-archive(1) git-upload-archive(1)
==================== =====================


NAME NAME
---- ----

2
Documentation/gitrevisions.txt

@ -1,5 +1,5 @@
gitrevisions(7) gitrevisions(7)
================ ===============


NAME NAME
---- ----

2
Documentation/urls-remotes.txt

@ -36,7 +36,7 @@ The `<pushurl>` is used for pushes only. It is optional and defaults
to `<url>`. to `<url>`.


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


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

Loading…
Cancel
Save