-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jk/avoid-mailto-invalid-in-doc' into maint
* jk/avoid-mailto-invalid-in-doc: Documentation: don't link to example mail addresses
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -427,7 +427,7 @@ they made it. | |
|
||
Here `<name>` is the person's display name (for example | ||
``Com M Itter'') and `<email>` is the person's email address | ||
(``[email protected]''). `LT` and `GT` are the literal less-than (\x3c) | ||
(``\[email protected]''). `LT` and `GT` are the literal less-than (\x3c) | ||
and greater-than (\x3e) symbols. These are required to delimit | ||
the email address from the other fields in the line. Note that | ||
`<name>` and `<email>` are free-form and may contain any sequence | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,7 @@ This option is only applicable when listing tags without annotation lines. | |
CONFIGURATION | ||
------------- | ||
By default, 'git tag' in sign-with-default mode (-s) will use your | ||
committer identity (of the form "Your Name <[email protected]>") to | ||
committer identity (of the form "Your Name <\[email protected]>") to | ||
find a key. If you want to use a different default key, you can specify | ||
it in the repository configuration as follows: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ Jane Doe <jane@desktop.(none)> | |
Joe R. Developer <[email protected]> | ||
------------ | ||
|
||
Note how there is no need for an entry for <jane@laptop.(none)>, because the | ||
Note how there is no need for an entry for `<jane@laptop.(none)>`, because the | ||
real name of that author is already correct. | ||
|
||
Example 2: Your repository contains commits from the following | ||
|