diff-options.txt: describe --stat-{width,name-width,count}
[git/dscho.git] / t / t4013 / diff.diff-tree_--cc_--patch-with-stat_--summary_side
bloba61ad8cb130093ed63bba5335a0b283f9136177e
1 $ git diff-tree --cc --patch-with-stat --summary side
2 c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
3  dir/sub |    2 ++
4  file0   |    3 +++
5  file3   |    4 ++++
6  3 files changed, 9 insertions(+), 0 deletions(-)
7  create mode 100644 file3
9 diff --git a/dir/sub b/dir/sub
10 index 35d242b..7289e35 100644
11 --- a/dir/sub
12 +++ b/dir/sub
13 @@ -1,2 +1,4 @@
14  A
15  B
18 diff --git a/file0 b/file0
19 index 01e79c3..f4615da 100644
20 --- a/file0
21 +++ b/file0
22 @@ -1,3 +1,6 @@
23  1
24  2
25  3
29 diff --git a/file3 b/file3
30 new file mode 100644
31 index 0000000..7289e35
32 --- /dev/null
33 +++ b/file3
34 @@ -0,0 +1,4 @@