summaryrefslogtreecommitdiffstats
path: root/Documentation/git-diff.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-02-07 20:55:11 +0100
committerJunio C Hamano <gitster@pobox.com>2014-02-07 20:55:12 +0100
commitefe5f1d25d198ae8796b6f095c2cffae270bb9b6 (patch)
tree9b851ba1b50793afd5384d77a72b1d254a0ee9c7 /Documentation/git-diff.txt
parentMerge branch 'aj/ada-diff-word-pattern' (diff)
parentDocumentation: fix typos in man pages (diff)
downloadgit-efe5f1d25d198ae8796b6f095c2cffae270bb9b6.tar.xz
git-efe5f1d25d198ae8796b6f095c2cffae270bb9b6.zip
Merge branch 'ow/manpages-typofix'
Various typofixes, all looked correct. * ow/manpages-typofix: Documentation: fix typos in man pages
Diffstat (limited to 'Documentation/git-diff.txt')
-rw-r--r--Documentation/git-diff.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt
index 33fbd8c56f..56fb7e5322 100644
--- a/Documentation/git-diff.txt
+++ b/Documentation/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.