From: Junio C Hamano Date: Wed, 20 Dec 2006 22:41:54 +0000 (-0800) Subject: diff documentation: mostly talk about X-Git-Tag: v1.5.0-rc0~52 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ce0545455a09113a8ece8f80c87ec61110569940;p=git.git diff documentation: mostly talk about This corrects minor remaining bits that still talked about ; the Porcelain users (as opposed to plumbers) are mostly interested in commits so use consistently and keep a sentence that mentions that can be used in place of them. --- diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt index 10fdf88dc..8977877b2 100644 --- a/Documentation/git-diff.txt +++ b/Documentation/git-diff.txt @@ -8,7 +8,7 @@ git-diff - Show changes between commits, commit and working tree, etc SYNOPSIS -------- -'git-diff' [ --diff-options ] {0,2} [--] [...] +'git-diff' [ --diff-options ] {0,2} [--] [...] DESCRIPTION ----------- @@ -26,7 +26,7 @@ tree and the index file, or the index file and the working tree. 'git-diff' [--options] --cached [] [--] [...]:: This form is to view the changes you staged for the next - commit relative to the named . Typically you + commit relative to the named . Typically you would want comparison with the latest commit, so if you do not give , it defaults to HEAD.