diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-06-29 12:09:22 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-06-29 12:09:22 -0700 |
| commit | f3bc46821263cfc2ab41b561727da4592ae5ea3b (patch) | |
| tree | 2b92504a6a15f20ed14415da8f398c0ff3c328e7 /t/t4013/diff.diff-tree_--pretty_--root_--summary_initial | |
| parent | 26183e25d4bc2ae86eb5efcf076882dc257d1bb9 (diff) | |
| parent | 026625e78eaf8ea2ae960525c367b5e8f1629fd4 (diff) | |
| download | git-f3bc46821263cfc2ab41b561727da4592ae5ea3b.tar.xz | |
Merge branch 'jc/diff-test-updates' into th/diff
* jc/diff-test-updates:
t4013: note improvements brought by the new output code.
Diffstat (limited to 't/t4013/diff.diff-tree_--pretty_--root_--summary_initial')
| -rw-r--r-- | t/t4013/diff.diff-tree_--pretty_--root_--summary_initial | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial b/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial new file mode 100644 index 0000000000..ea48205537 --- /dev/null +++ b/t/t4013/diff.diff-tree_--pretty_--root_--summary_initial @@ -0,0 +1,11 @@ +$ git diff-tree --pretty --root --summary initial +commit 444ac553ac7612cc88969031b02b3767fb8a353a +Author: A U Thor <author@example.com> +Date: Mon Jun 26 00:00:00 2006 +0000 + + Initial + + create mode 040000 dir + create mode 100644 file0 + create mode 100644 file2 +$ |
