Browse Source

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
maint
Junio C Hamano 9 years ago
parent
commit
6c66686e0b
  1. 2
      Documentation/RelNotes/1.8.3.1.txt
  2. 2
      Documentation/RelNotes/1.8.4.1.txt
  3. 2
      Documentation/RelNotes/1.8.4.2.txt
  4. 2
      Documentation/RelNotes/1.8.4.3.txt
  5. 2
      Documentation/RelNotes/1.8.4.4.txt
  6. 2
      Documentation/git-bisect.txt
  7. 2
      Documentation/git-remote.txt
  8. 2
      Documentation/git-upload-archive.txt
  9. 2
      Documentation/gitrevisions.txt
  10. 2
      Documentation/urls-remotes.txt
  11. 2
      Documentation/user-manual.txt

2
Documentation/RelNotes/1.8.3.1.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Git v1.8.3.1 Release Notes
========================
==========================

Fixes since v1.8.3
------------------

2
Documentation/RelNotes/1.8.4.1.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Git v1.8.4.1 Release Notes
========================
==========================

Fixes since v1.8.4
------------------

2
Documentation/RelNotes/1.8.4.2.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Git v1.8.4.2 Release Notes
========================
==========================

Fixes since v1.8.4.1
--------------------

2
Documentation/RelNotes/1.8.4.3.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Git v1.8.4.3 Release Notes
========================
==========================

Fixes since v1.8.4.2
--------------------

2
Documentation/RelNotes/1.8.4.4.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Git v1.8.4.4 Release Notes
========================
==========================

Fixes since v1.8.4.3
--------------------

2
Documentation/git-bisect.txt

@ -174,7 +174,7 @@ Then compile and test the chosen revision, and afterwards mark @@ -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:

2
Documentation/git-remote.txt

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

NAME
----

2
Documentation/git-upload-archive.txt

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

NAME
----

2
Documentation/gitrevisions.txt

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

NAME
----

2
Documentation/urls-remotes.txt

@ -36,7 +36,7 @@ The `<pushurl>` is used for pushes only. It is optional and defaults @@ -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

2
Documentation/user-manual.txt

@ -1491,7 +1491,7 @@ resolving a merge>>. @@ -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

Loading…
Cancel
Save