Re: [PATCH] Documentation: minor consistency fixes in git-difftool.txt.
From: Michael J Gruber <hidden>
Date: 2016-06-15 22:46:28
Junio C Hamano venit, vidit, dixit 25.03.2009 08:17:
David Aguilar [off-list ref] writes:quoted
Signed-off-by: David Aguilar <redacted> --- Documentation/git-difftool.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)diff --git a/Documentation/git-difftool.txt b/Documentation/git-difftool.txt index 5ae02f8..23070c1 100644 --- a/Documentation/git-difftool.txt +++ b/Documentation/git-difftool.txt@@ -12,7 +12,7 @@ SYNOPSIS DESCRIPTION ----------- 'git-difftool' is a git command that allows you to compare and edit files -between revisions using common diff tools. 'git difftool' is a frontend +between revisions using common diff tools. 'git-difftool' is a frontendI thought that the recent trend is to spell these as 'git difftool' (two separate words), although I didn't follow the discussion on quoting styles closely, so I do not know which of sq, dq or backtick is preferred. Can somebody help me out here?
I'd say it's backticks for commands/code, but I think discussion about a style guide is still on. Michael