From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> Make sure that option names are typeset in a monospace font. Signed-off-by: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> --- Documentation/git-commit.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index a3baea32ae..a1d1d1246f 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -82,7 +82,7 @@ OPTIONS -c <commit>:: --reedit-message=<commit>:: - Like '-C', but with `-c` the editor is invoked, so that + Like `-C`, but with `-c` the editor is invoked, so that the user can further edit the commit message. --fixup=<commit>:: @@ -99,10 +99,10 @@ OPTIONS linkgit:git-rebase[1] for details. --reset-author:: - When used with -C/-c/--amend options, or when committing after a - conflicting cherry-pick, declare that the authorship of the - resulting commit now belongs to the committer. This also renews - the author timestamp. + When used with `-C`/`-c`/`--amend` options, or when committing + after a conflicting cherry-pick, declare that the authorship of + the resulting commit now belongs to the committer. This also + renews the author timestamp. --short:: When doing a dry-run, give the output in the short-format. See -- gitgitgadget