mirror of
https://github.com/git/git.git
synced 2024-11-02 15:28:21 +01:00
39 lines
405 B
Text
39 lines
405 B
Text
|
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
|