diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2006-05-03 12:51:40 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-03 14:08:41 -0700 |
commit | de5f2bf3612a43af074a98fd1fcdef6a403daf3f (patch) | |
tree | 2560ea707a4e85cd140088a97721ba08178141d1 /Documentation/git-diff-tree.txt | |
parent | e923effb43fa952f9cb72ffe4c3625fce7655bff (diff) | |
download | git-de5f2bf3612a43af074a98fd1fcdef6a403daf3f.tar.gz |
fix various typos in documentation
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r-- | Documentation/git-diff-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 2169169850..906830d4bf 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -92,7 +92,7 @@ separated with a single space are given. Furthermore, it lists only files which were modified from all parents. --cc:: +--cc:: This flag changes the way a merge commit patch is displayed, in a similar way to the '-c' option. It implies the '-c' and '-p' options and further compresses the patch output |