git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: minor consistency fixes in git-difftool.txt.
@ 2009-03-25  6:14 David Aguilar
  2009-03-25  7:17 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: David Aguilar @ 2009-03-25  6:14 UTC (permalink / raw)
  To: gitster; +Cc: git, David Aguilar

Signed-off-by: David Aguilar <davvid@gmail.com>
---
 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 frontend
 to 'git-diff' and accepts the same options and arguments.
 
 OPTIONS
@@ -23,7 +23,7 @@ OPTIONS
 -t <tool>::
 --tool=<tool>::
 	Use the diff tool specified by <tool>.
-	Valid merge tools are:
+	Valid diff tools are:
 	kdiff3, kompare, tkdiff, meld, xxdiff, emerge,
 	vimdiff, gvimdiff, ecmerge, and opendiff
 +
@@ -50,7 +50,7 @@ variables available: `$LOCAL` is set to the name of the temporary
 file containing the contents of the diff pre-image and `$REMOTE`
 is set to the name of the temporary file containing the contents
 of the diff post-image.  `$BASE` is provided for compatibility
-with custom merge tool commands and has the same value as `$LOCAL`.
+with custom 'git-mergetool' commands and has the same value as `$LOCAL`.
 
 See linkgit:git-diff[1] for the full list of supported options.
 
-- 
1.6.2.1.303.g63699

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: minor consistency fixes in git-difftool.txt.
  2009-03-25  6:14 [PATCH] Documentation: minor consistency fixes in git-difftool.txt David Aguilar
@ 2009-03-25  7:17 ` Junio C Hamano
  2009-03-25 10:21   ` Michael J Gruber
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2009-03-25  7:17 UTC (permalink / raw)
  To: David Aguilar; +Cc: git

David Aguilar <davvid@gmail.com> writes:

> Signed-off-by: David Aguilar <davvid@gmail.com>
> ---
>  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 frontend

I 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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: minor consistency fixes in   git-difftool.txt.
  2009-03-25  7:17 ` Junio C Hamano
@ 2009-03-25 10:21   ` Michael J Gruber
  2009-03-26  4:17     ` David Aguilar
  0 siblings, 1 reply; 4+ messages in thread
From: Michael J Gruber @ 2009-03-25 10:21 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: David Aguilar, git

Junio C Hamano venit, vidit, dixit 25.03.2009 08:17:
> David Aguilar <davvid@gmail.com> writes:
> 
>> Signed-off-by: David Aguilar <davvid@gmail.com>
>> ---
>>  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 frontend
> 
> I 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: minor consistency fixes in git-difftool.txt.
  2009-03-25 10:21   ` Michael J Gruber
@ 2009-03-26  4:17     ` David Aguilar
  0 siblings, 0 replies; 4+ messages in thread
From: David Aguilar @ 2009-03-26  4:17 UTC (permalink / raw)
  To: Michael J Gruber; +Cc: Junio C Hamano, git

On  0, Michael J Gruber <git@drmicha.warpmail.net> wrote:
> Junio C Hamano venit, vidit, dixit 25.03.2009 08:17:
> > David Aguilar <davvid@gmail.com> writes:
> > 
> >> --- 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 frontend
> > 
> > I 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


Cool, I'll keep my eye on it.

I was merely going for consistency with the existing
documentation (such as git-mergetool.txt).
Once a consensus is reached I'll go ahead and follow suite.

Thanks,

-- 

	David

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-26  4:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25  6:14 [PATCH] Documentation: minor consistency fixes in git-difftool.txt David Aguilar
2009-03-25  7:17 ` Junio C Hamano
2009-03-25 10:21   ` Michael J Gruber
2009-03-26  4:17     ` David Aguilar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).