-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.out
61 lines (61 loc) · 1.28 KB
/
test.out
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Initialized empty Git repository in /home/kazutaka/git/git-queue/tmp/.git/
[master (root-commit) XXXXXXX] a
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 a
[master XXXXXXX] patch1
1 file changed, 1 insertion(+)
[master XXXXXXX] patch2
1 file changed, 1 insertion(+), 1 deletion(-)
[master XXXXXXX] patch3
1 file changed, 1 insertion(+), 1 deletion(-)
import 1_patch1
import 2_patch2
import 3_patch3
HEAD is now at XXXXXXX a
HEAD is now at XXXXXXX a
Applying patch..1
Patch applied.
HEAD is now at XXXXXXX patch1
import patch1
HEAD is now at XXXXXXX a
HEAD is now at XXXXXXX a
No patches applied.
HEAD is now at XXXXXXX a
Applying patch..1
Patch applied.
All patches popped.
Applying patch..1
Patch applied.
Applying patch..2
Patch applied.
Now at 1.
All patches popped.
Applying patch..1
Patch applied.
Applying patch..2
Patch applied.
HEAD is now at XXXXXXX patch2
HEAD is now at XXXXXXX a
import patch2
import patch1
HEAD is now at XXXXXXX a
Applying patch..1
Patch applied.
Applying patch..2
Patch applied.
Applying patch..3
Patch applied.
0001-patch1.patch
0002-patch2.patch
0003-patch3.patch
import 1_patch1
import 2_patch2
import 3_patch3
HEAD is now at XXXXXXX a
Applying patch..1
Patch applied.
Applying patch..2
Patch applied.
Applying patch..3
Patch applied.
** Passed **