File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ they made it.
427427
428428Here `<name>` is the person's display name (for example
429429``Com M Itter'') and `<email>` is the person's email address
430- (``cm@example.com''). `LT` and `GT` are the literal less-than (\x3c)
430+ (``\ cm@example.com''). `LT` and `GT` are the literal less-than (\x3c)
431431and greater-than (\x3e) symbols. These are required to delimit
432432the email address from the other fields in the line. Note that
433433`<name>` and `<email>` are free-form and may contain any sequence
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.
129129CONFIGURATION
130130-------------
131131By default, 'git tag' in sign-with-default mode (-s) will use your
132- committer identity (of the form "Your Name <your@email.address>") to
132+ committer identity (of the form "Your Name <\ your@email.address>") to
133133find a key. If you want to use a different default key, you can specify
134134it in the repository configuration as follows:
135135
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Jane Doe <jane@desktop.(none)>
4646Joe R. Developer <joe@example.com>
4747------------
4848
49- Note how there is no need for an entry for <jane@laptop.(none)>, because the
49+ Note how there is no need for an entry for ` <jane@laptop.(none)>` , because the
5050real name of that author is already correct.
5151
5252Example 2: Your repository contains commits from the following
You can’t perform that action at this time.
0 commit comments