Skip to content

Commit 9d569a3

Browse files
committed
doc: migrate git-commit manpage secondary files to new format
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
1 parent 7c49b77 commit 9d569a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Documentation/i18n.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project find it more convenient to use legacy encodings, Git
3434
does not forbid it. However, there are a few things to keep in
3535
mind.
3636

37-
. 'git commit' and 'git commit-tree' issue
37+
. `git commit` and `git commit-tree` issue
3838
a warning if the commit log message given to it does not look
3939
like a valid UTF-8 string, unless you explicitly say your
4040
project uses a legacy encoding. The way to say this is to
@@ -50,7 +50,7 @@ of `i18n.commitEncoding` in their `encoding` header. This is to
5050
help other people who look at them later. Lack of this header
5151
implies that the commit log message is encoded in UTF-8.
5252

53-
. 'git log', 'git show', 'git blame' and friends look at the
53+
. `git log`, `git show`, `git blame` and friends look at the
5454
`encoding` header of a commit object, and try to re-code the
5555
log message into UTF-8 unless otherwise specified. You can
5656
specify the desired output encoding with

Documentation/signoff-option.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ifdef::git-commit[]
2-
-s::
2+
`-s`::
33
endif::git-commit[]
4-
--signoff::
5-
--no-signoff::
4+
`--signoff`::
5+
`--no-signoff`::
66
Add a `Signed-off-by` trailer by the committer at the end of the commit
77
log message. The meaning of a signoff depends on the project
88
to which you're committing. For example, it may certify that
@@ -14,5 +14,5 @@ endif::git-commit[]
1414
leadership of the project to which you're contributing to
1515
understand how the signoffs are used in that project.
1616
+
17-
The --no-signoff option can be used to countermand an earlier --signoff
17+
The `--no-signoff` option can be used to countermand an earlier `--signoff`
1818
option on the command line.

0 commit comments

Comments
 (0)