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