diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-22 10:09:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-22 10:16:12 -0700 |
commit | 142d035a022fb76c96877254e95aa70879332076 (patch) | |
tree | 8f9d1b8862d743a7cd217c97dac06318379c8aaa /Documentation | |
parent | a3e1fa97bc7a62073ede49a7f307c2fc629e465f (diff) | |
download | git-142d035a022fb76c96877254e95aa70879332076.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-bisect.txt | 2 | ||||
-rw-r--r-- | Documentation/git-remote.txt | 2 | ||||
-rw-r--r-- | Documentation/git-upload-archive.txt | 2 | ||||
-rw-r--r-- | Documentation/gitrevisions.txt | 2 | ||||
-rw-r--r-- | Documentation/urls-remotes.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index f986c5cb3a..edd964fe79 100644 --- a/Documentation/git-bisect.txt +++ b/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. Bisect skip -~~~~~~~~~~~~ +~~~~~~~~~~~ Instead of choosing by yourself a nearby commit, you can ask Git to do it for you by issuing the command: diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index cb103c8b6f..a941dece6f 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -1,5 +1,5 @@ git-remote(1) -============ +============= NAME ---- diff --git a/Documentation/git-upload-archive.txt b/Documentation/git-upload-archive.txt index cbef61ba88..fba0f1c1b2 100644 --- a/Documentation/git-upload-archive.txt +++ b/Documentation/git-upload-archive.txt @@ -1,5 +1,5 @@ git-upload-archive(1) -==================== +===================== NAME ---- diff --git a/Documentation/gitrevisions.txt b/Documentation/gitrevisions.txt index c0ed6d1925..e903eb7860 100644 --- a/Documentation/gitrevisions.txt +++ b/Documentation/gitrevisions.txt @@ -1,5 +1,5 @@ gitrevisions(7) -================ +=============== NAME ---- diff --git a/Documentation/urls-remotes.txt b/Documentation/urls-remotes.txt index 282758e768..bd184cd653 100644 --- a/Documentation/urls-remotes.txt +++ b/Documentation/urls-remotes.txt @@ -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 |