File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ project find it more convenient to use legacy encodings, Git
3434does not forbid it. However, there are a few things to keep in
3535mind.
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
5050help other people who look at them later. Lack of this header
5151implies 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
Original file line number Diff line number Diff line change 11ifdef::git-commit[]
2- -s ::
2+ `-s` ::
33endif::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`
1818option on the command line.
You can’t perform that action at this time.
0 commit comments