diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-03-24 16:25:39 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-03-24 16:25:39 -0700 |
| commit | 797d44343c831680aeae3392259fcadeb178bf61 (patch) | |
| tree | 6639bf5dfb12eea0a67bd3b3323e3cabd79bc58e /Documentation/diff-generate-patch.txt | |
| parent | 954f7cfdac48b8d9fe91c29ecfa44ac0c639867c (diff) | |
| parent | 2bf6587349e31b582dae47954b1a334052230e28 (diff) | |
| download | git-797d44343c831680aeae3392259fcadeb178bf61.tar.xz | |
Merge branch 'pb/log-first-parent-p-m'
* pb/log-first-parent-p-m:
show --first-parent/-m: do not default to --cc
show -c: show patch text
revision: introduce setup_revision_opt
t4013: add tests for log -p -m --first-parent
git log -p -m: document -m and honor --first-parent
Diffstat (limited to 'Documentation/diff-generate-patch.txt')
| -rw-r--r-- | Documentation/diff-generate-patch.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/diff-generate-patch.txt b/Documentation/diff-generate-patch.txt index 0f25ba7e38..8f9a2412fd 100644 --- a/Documentation/diff-generate-patch.txt +++ b/Documentation/diff-generate-patch.txt @@ -56,7 +56,8 @@ combined diff format "git-diff-tree", "git-diff-files" and "git-diff" can take '-c' or '--cc' option to produce 'combined diff'. For showing a merge commit -with "git log -p", this is the default format. +with "git log -p", this is the default format; you can force showing +full diff with the '-m' option. A 'combined diff' format looks like this: ------------ |
