aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4013/diff.diff_--patch-with-stat_initial..side
blob: 5424e6d5669ac11b55376f414439213643d6eade (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$ git diff --patch-with-stat initial..side
 dir/sub | 2 ++
 file0   | 3 +++
 file3   | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/dir/sub b/dir/sub
index 35d242b..7289e35 100644
--- a/dir/sub
+++ b/dir/sub
@@ -1,2 +1,4 @@
 A
 B
+1
+2
diff --git a/file0 b/file0
index 01e79c3..f4615da 100644
--- a/file0
+++ b/file0
@@ -1,3 +1,6 @@
 1
 2
 3
+A
+B
+C
diff --git a/file3 b/file3
new file mode 100644
index 0000000..7289e35
--- /dev/null
+++ b/file3
@@ -0,0 +1,4 @@
+A
+B
+1
+2
$
nej Skrabec10-159/+219 2018-11-05dt-bindings: display: sun4i-drm: Add H6 display engine compatiblesJernej Skrabec1-1/+4 2018-11-05dt-bindings: bus: add H6 DE3 bus bindingIcenowy Zheng1-3/+6 2018-11-02drm/lease: drop EXPORT_SYMBOLDaniel Vetter1-4/+0 2018-11-02drm/selftests: Fix build warning -Wframe-larger-thanAlexandru-Cosmin Gheorghe1-14/+16 2018-11-02drm/selftests: Add tests for drm_internal_framebuffer_createAlexandru Gheorghe4-1/+347 2018-11-02drm: Add macro to export functions only when CONFIG_DRM_DEBUG_SELFTEST is ena...Alexandru Gheorghe2-0/+7 2018-11-02drm/selftests: Add tests for drm_format_info* helpersAlexandru Gheorghe4-1/+288 2018-11-02drm: Extend framebuffer_check to handle formats with cpp/char_per_block 0Alexandru Gheorghe1-1/+7 2018-11-02drm: mali-dp: Enable Mali-DP tiled buffer formatsAlexandru Gheorghe2-6/+36 2018-11-02drm/fourcc: Add fourcc for Mali linear tiled formatsAlexandru Gheorghe2-0/+26 2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe6-9/+148 2018-11-02drm/panel: Add simple panel mode for the ARM RTSMLinus Walleij1-0/+30 2018-11-01drm: Remove 80-column line in drm_mode_object.cShayenne da Luz Moura1-1/+2 2018-11-01drm/tilcdc: Use drm_fbdev_generic_setup()Noralf Trønnes1-9/+2 2018-11-01drm/sun4i: Use drm_fbdev_generic_setup()Noralf Trønnes3-22/+5 2018-11-01drm/atmel-hlcdc: Use drm_fbdev_generic_setup()Noralf Trønnes1-5/+2 2018-11-01drm/fsl-dcu: Use drm_fbdev_generic_setup()Noralf Trønnes2-23/+3 2018-11-01drm/arc: Use drm_fbdev_generic_setup()Noralf Trønnes2-34/+3 2018-11-01drm/syncobj: Mark local add/remove callback functions as staticChris Wilson1-14/+5 2018-10-30drm/tinydrm: Fix setting of the column/page end addresses.Eric Anholt1-2/+2 2018-10-30drm: Add an hx8367d tinydrm driver.Eric Anholt4-0/+289