diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-29 12:00:12 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-29 12:07:27 -0700 |
commit | 026625e78eaf8ea2ae960525c367b5e8f1629fd4 (patch) | |
tree | 6f481998a5671fd553b38a62fdae53596763c190 /t/t4013/diff.diff-tree_--pretty_--root_--summary_initial | |
parent | Merge branch 'jc/diff-test' into jc/diff-test-updates (diff) | |
download | tgif-026625e78eaf8ea2ae960525c367b5e8f1629fd4.tar.xz |
t4013: note improvements brought by the new output code.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 +$ |