ddad917ae80a5c80b2c7b7f65a85a19404b59945
   1$ git diff --patch-with-stat -r initial..side
   2 dir/sub |    2 ++
   3 file0   |    3 +++
   4 file3   |    4 ++++
   5 3 files changed, 9 insertions(+)
   6
   7diff --git a/dir/sub b/dir/sub
   8index 35d242b..7289e35 100644
   9--- a/dir/sub
  10+++ b/dir/sub
  11@@ -1,2 +1,4 @@
  12 A
  13 B
  14+1
  15+2
  16diff --git a/file0 b/file0
  17index 01e79c3..f4615da 100644
  18--- a/file0
  19+++ b/file0
  20@@ -1,3 +1,6 @@
  21 1
  22 2
  23 3
  24+A
  25+B
  26+C
  27diff --git a/file3 b/file3
  28new file mode 100644
  29index 0000000..7289e35
  30--- /dev/null
  31+++ b/file3
  32@@ -0,0 +1,4 @@
  33+A
  34+B
  35+1
  36+2
  37$