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