]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4013/diff.diff_-U2_initial..side
Merge branch 'po/git-help-on-git-itself'
[thirdparty/git.git] / t / t4013 / diff.diff_-U2_initial..side
CommitLineData
8ef05193
NTND
1$ git diff -U2 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@@ -2,2 +2,5 @@
16 2
17 3
18+A
19+B
20+C
21diff --git a/file3 b/file3
22new file mode 100644
23index 0000000..7289e35
24--- /dev/null
25+++ b/file3
26@@ -0,0 +1,4 @@
27+A
28+B
29+1
30+2
31$