Skip to content

Commit

Permalink
Merge branch 'xf/user-manual-markup' into maint
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Nov 4, 2015
2 parents 7974b3f + 77d5f71 commit 6c66686
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.8.3.1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.8.3.1 Release Notes
========================
==========================

Fixes since v1.8.3
------------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.8.4.1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.8.4.1 Release Notes
========================
==========================

Fixes since v1.8.4
------------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.8.4.2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.8.4.2 Release Notes
========================
==========================

Fixes since v1.8.4.1
--------------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.8.4.3.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.8.4.3 Release Notes
========================
==========================

Fixes since v1.8.4.2
--------------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.8.4.4.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.8.4.4 Release Notes
========================
==========================

Fixes since v1.8.4.3
--------------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-bisect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,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 a nearby commit by yourself, 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
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ resolving a merge>>.

[[fixing-a-mistake-by-rewriting-history]]
Fixing a mistake by rewriting history
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If the problematic commit is the most recent commit, and you have not
yet made that commit public, then you may just
Expand Down

0 comments on commit 6c66686

Please sign in to comment.