Skip to content

Commit 6abe8f4

Browse files
committed
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
2 parents 37023ba + 77d5f71 commit 6abe8f4

11 files changed

Lines changed: 11 additions & 11 deletions

Documentation/RelNotes/1.8.3.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Git v1.8.3.1 Release Notes
2-
========================
2+
==========================
33

44
Fixes since v1.8.3
55
------------------

Documentation/RelNotes/1.8.4.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Git v1.8.4.1 Release Notes
2-
========================
2+
==========================
33

44
Fixes since v1.8.4
55
------------------

Documentation/RelNotes/1.8.4.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Git v1.8.4.2 Release Notes
2-
========================
2+
==========================
33

44
Fixes since v1.8.4.1
55
--------------------

Documentation/RelNotes/1.8.4.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Git v1.8.4.3 Release Notes
2-
========================
2+
==========================
33

44
Fixes since v1.8.4.2
55
--------------------

Documentation/RelNotes/1.8.4.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Git v1.8.4.4 Release Notes
2-
========================
2+
==========================
33

44
Fixes since v1.8.4.3
55
--------------------

Documentation/git-bisect.txt

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

258258
Bisect skip
259-
~~~~~~~~~~~~
259+
~~~~~~~~~~~
260260

261261
Instead of choosing a nearby commit by yourself, you can ask Git to do
262262
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)