summaryrefslogtreecommitdiffstats
path: root/git-diff.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-21 02:25:57 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-21 02:25:57 +0000
commit4bf6dca5740a97dca7ed3a80bcae9fd983881bb6 (patch)
treef9cbbc92b3fce977c3cf31552bc0a42a1e906d05 /git-diff.txt
parent52401ef95b10bdca548a3fb8f18743b27368ab25 (diff)
downloadgit-htmldocs-4bf6dca5740a97dca7ed3a80bcae9fd983881bb6.tar.gz
Autogenerated HTML docs for v1.4.4.3-gc902c
Diffstat (limited to 'git-diff.txt')
-rw-r--r--git-diff.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-diff.txt b/git-diff.txt
index 10fdf88dc..8977877b2 100644
--- a/git-diff.txt
+++ b/git-diff.txt
@@ -8,7 +8,7 @@ git-diff - Show changes between commits, commit and working tree, etc
SYNOPSIS
--------
-'git-diff' [ --diff-options ] <tree-ish>{0,2} [--] [<path>...]
+'git-diff' [ --diff-options ] <commit>{0,2} [--] [<path>...]
DESCRIPTION
-----------
@@ -26,7 +26,7 @@ tree and the index file, or the index file and the working tree.
'git-diff' [--options] --cached [<commit>] [--] [<path>...]::
This form is to view the changes you staged for the next
- commit relative to the named <tree-ish>. Typically you
+ commit relative to the named <commit>. Typically you
would want comparison with the latest commit, so if you
do not give <commit>, it defaults to HEAD.