39 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
| 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
 |