]> Sergey Matveev's repositories - public-inbox.git/blob - t/git.fast-import-data
dsdeflate: shorten scope of initial buffer
[public-inbox.git] / t / git.fast-import-data
1 blob
2 mark :1
3 data 6
4 hello
5
6 reset refs/heads/header
7 commit refs/heads/header
8 mark :2
9 author AU Thor <e@example.com> 0 +0000
10 committer AU Thor <e@example.com> 0 +0000
11 data 8
12 initial
13 M 100644 :1 foo.txt
14
15 blob
16 mark :3
17 data 12
18 hello
19 world
20
21 commit refs/heads/master
22 mark :4
23 author AU Thor <e@example.com> 0 +0000
24 committer AU Thor <e@example.com> 0 +0000
25 data 7
26 second
27 from :2
28 M 100644 :3 foo.txt
29
30 blob
31 mark :5
32 data 12
33 -----
34 hello
35
36 commit refs/heads/header
37 mark :6
38 author AU Thor <e@example.com> 0 +0000
39 committer AU Thor <e@example.com> 0 +0000
40 data 11
41 add header
42 from :2
43 M 100644 :5 foo.txt
44
45 blob
46 mark :7
47 data 18
48 -----
49 hello
50 world
51
52 commit refs/heads/master
53 mark :8
54 author AU Thor <e@example.com> 0 +0000
55 committer AU Thor <e@example.com> 0 +0000
56 data 46
57 Merge branch 'header'
58
59 * header:
60   add header
61 from :4
62 merge :6
63 M 100644 :7 foo.txt
64
65 blob
66 mark :9
67 data 0
68
69 blob
70 mark :10
71 data 16
72 dir/dur/der/derp
73 commit refs/heads/master
74 mark :11
75 author AU Thor <e@example.com> 0 +0000
76 committer AU Thor <e@example.com> 0 +0000
77 data 26
78 add symlink and deep file
79 from :8
80 M 100644 :9 dir/dur/der/derp
81 M 120000 :10 link
82
83 blob
84 mark :12
85 data 78
86 [submodule "git"]
87         path = git
88         url = git://git.kernel.org/pub/scm/git/git.git
89
90 commit refs/heads/master
91 mark :13
92 author AU Thor <e@example.com> 0 +0000
93 committer AU Thor <e@example.com> 749520000 +0000
94 data 18
95 add git submodule
96 from :11
97 M 100644 :12 .gitmodules
98 M 160000 f3adf457e046f92f039353762a78dcb3afb2cb13 git
99
100 reset refs/heads/master
101 from :13