]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4013/diff.diff_-U1_initial..side
Merge branch 'bc/sha-256-part-2'
[thirdparty/git.git] / t / t4013 / diff.diff_-U1_initial..side
CommitLineData
8ef05193
NTND
1$ git diff -U1 initial..side
2diff --git a/dir/sub b/dir/sub
3index 35d242b..7289e35 100644
4--- a/dir/sub
5+++ b/dir/sub
6@@ -2 +2,3 @@ A
7 B
8+1
9+2
10diff --git a/file0 b/file0
11index 01e79c3..f4615da 100644
12--- a/file0
13+++ b/file0
14@@ -3 +3,4 @@
15 3
16+A
17+B
18+C
19diff --git a/file3 b/file3
20new file mode 100644
21index 0000000..7289e35
22--- /dev/null
23+++ b/file3
24@@ -0,0 +1,4 @@
25+A
26+B
27+1
28+2
29$