]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4013/diff.format-patch_--stdout_initial..side
diff --stat: use less columns for change counts
[thirdparty/git.git] / t / t4013 / diff.format-patch_--stdout_initial..side
1 $ git format-patch --stdout initial..side
2 From c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a Mon Sep 17 00:00:00 2001
3 From: A U Thor <author@example.com>
4 Date: Mon, 26 Jun 2006 00:03:00 +0000
5 Subject: [PATCH] Side
6
7 ---
8 dir/sub | 2 ++
9 file0 | 3 +++
10 file3 | 4 ++++
11 3 files changed, 9 insertions(+)
12 create mode 100644 file3
13
14 diff --git a/dir/sub b/dir/sub
15 index 35d242b..7289e35 100644
16 --- a/dir/sub
17 +++ b/dir/sub
18 @@ -1,2 +1,4 @@
19 A
20 B
21 +1
22 +2
23 diff --git a/file0 b/file0
24 index 01e79c3..f4615da 100644
25 --- a/file0
26 +++ b/file0
27 @@ -1,3 +1,6 @@
28 1
29 2
30 3
31 +A
32 +B
33 +C
34 diff --git a/file3 b/file3
35 new file mode 100644
36 index 0000000..7289e35
37 --- /dev/null
38 +++ b/file3
39 @@ -0,0 +1,4 @@
40 +A
41 +B
42 +1
43 +2
44 --
45 g-i-t--v-e-r-s-i-o-n
46
47 $