Skip to content

Commit 2638e33

Browse files
committed
Merge branch 'ma/doc-markup-fix'
Docfix. * ma/doc-markup-fix: gitmailmap.txt: fix rendering of e-mail addresses git.txt: fix monospace rendering rev-list-options.txt: fix rendering of bonus paragraph
2 parents 845d603 + f89f46b commit 2638e33

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ foo.bar= ...`) sets `foo.bar` to the empty string which `git config
8888
empty string, instead the environment variable itself must be
8989
set to the empty string. It is an error if the `<envvar>` does not exist
9090
in the environment. `<envvar>` may not contain an equals sign
91-
to avoid ambiguity with `<name>`s which contain one.
91+
to avoid ambiguity with `<name>` containing one.
9292
+
9393
This is useful for cases where you want to pass transitory
9494
configuration options to git, but are doing so on OS's where

Documentation/gitmailmap.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ which allows mailmap to replace both the name and the email of a
5050
commit matching both the specified commit name and email address.
5151

5252
Both E-Mails and names are matched case-insensitively. For example
53-
this would also match the 'Commit Name <commit@email.xx>' above:
53+
this would also match the 'Commit Name <commit&#64;email.xx>' above:
5454
--
55-
Proper Name <[email protected]> CoMmIt NaMe <[email protected]>
55+
Proper Name <[email protected]> CoMmIt NaMe <[email protected]>
5656
--
5757

5858
EXAMPLES
@@ -79,9 +79,9 @@ Jane Doe <[email protected]>
7979
Jane Doe <jane@desktop.(none)>
8080
------------
8181

82-
Note that there's no need to map the name for 'jane@laptop.(none)' to
82+
Note that there's no need to map the name for '<jane&#64;laptop.(none)>' to
8383
only correct the names. However, leaving the obviously broken
84-
`<jane@laptop.(none)>' and '<jane@desktop.(none)>' E-Mails as-is is
84+
'<jane&#64;laptop.(none)>' and '<jane&#64;desktop.(none)>' E-Mails as-is is
8585
usually not what you want. A `.mailmap` file which also corrects those
8686
is:
8787

Documentation/rev-list-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ parents) and `--max-parents=-1` (negative numbers denote no upper limit).
129129
adjusting to updated upstream from time to time, and
130130
this option allows you to ignore the individual commits
131131
brought in to your history by such a merge.
132-
133132
ifdef::git-log[]
134-
This option also changes default diff format for merge commits
135-
to `first-parent`, see `--diff-merges=first-parent` for details.
133+
+
134+
This option also changes default diff format for merge commits
135+
to `first-parent`, see `--diff-merges=first-parent` for details.
136136
endif::git-log[]
137137

138138
--not::

0 commit comments

Comments
 (0)