]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4013/diff.diff_-U1_initial..side
path.c: don't call the match function without value in trie_find()
[thirdparty/git.git] / t / t4013 / diff.diff_-U1_initial..side
1 $ git diff -U1 initial..side
2 diff --git a/dir/sub b/dir/sub
3 index 35d242b..7289e35 100644
4 --- a/dir/sub
5 +++ b/dir/sub
6 @@ -2 +2,3 @@ A
7 B
8 +1
9 +2
10 diff --git a/file0 b/file0
11 index 01e79c3..f4615da 100644
12 --- a/file0
13 +++ b/file0
14 @@ -3 +3,4 @@
15 3
16 +A
17 +B
18 +C
19 diff --git a/file3 b/file3
20 new file mode 100644
21 index 0000000..7289e35
22 --- /dev/null
23 +++ b/file3
24 @@ -0,0 +1,4 @@
25 +A
26 +B
27 +1
28 +2
29 $