diff options
Diffstat (limited to 'third_party/git/t/t4013/diff.diff_--cached')
-rw-r--r-- | third_party/git/t/t4013/diff.diff_--cached | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/third_party/git/t/t4013/diff.diff_--cached b/third_party/git/t/t4013/diff.diff_--cached new file mode 100644 index 000000000000..ff16e83e7ca4 --- /dev/null +++ b/third_party/git/t/t4013/diff.diff_--cached @@ -0,0 +1,38 @@ +diff --git a/dir/sub b/dir/sub +new file mode 100644 +index 0000000..992913c +--- /dev/null ++++ b/dir/sub +@@ -0,0 +1,8 @@ ++A ++B ++C ++D ++E ++F ++1 ++2 +diff --git a/file0 b/file0 +new file mode 100644 +index 0000000..10a8a9f +--- /dev/null ++++ b/file0 +@@ -0,0 +1,9 @@ ++1 ++2 ++3 ++4 ++5 ++6 ++A ++B ++C +diff --git a/file1 b/file1 +new file mode 100644 +index 0000000..b1e6722 +--- /dev/null ++++ b/file1 +@@ -0,0 +1,3 @@ ++A ++B ++C |