Skip to content

Commit 6c66686

Browse files
committed
Merge branch 'xf/user-manual-markup' into maint
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 7974b3f + 77d5f71 commit 6c66686

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

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
@@ -174,7 +174,7 @@ Then compile and test the chosen revision, and afterwards mark
174174
the revision as good or bad in the usual manner.
175175

176176
Bisect skip
177-
~~~~~~~~~~~~
177+
~~~~~~~~~~~
178178

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