summaryrefslogtreecommitdiffstats
path: root/git-diff.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-02-07 12:33:30 -0800
committerJunio C Hamano <gitster@pobox.com>2014-02-07 12:33:30 -0800
commit826f5c46108411f0760589aa72aa4d8b905df8b2 (patch)
treed8ae01c8eed94725f935f4fbdc4000c72b20a8b8 /git-diff.txt
parenta9c36343fab0fca61142e7da32cbcd407ed8d157 (diff)
downloadgit-htmldocs-826f5c46108411f0760589aa72aa4d8b905df8b2.tar.gz
Autogenerated HTML docs for v1.9.0-rc3
Diffstat (limited to 'git-diff.txt')
-rw-r--r--git-diff.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-diff.txt b/git-diff.txt
index 33fbd8c56..56fb7e532 100644
--- a/git-diff.txt
+++ b/git-diff.txt
@@ -44,7 +44,7 @@ two blob objects, or changes between two files on disk.
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.
- If HEAD does not exist (e.g. unborned branches) and
+ If HEAD does not exist (e.g. unborn branches) and
<commit> is not given, it shows all staged changes.
--staged is a synonym of --cached.