git-stack-cli 0.3.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/README.md +2 -54
  2. package/dist/__fixtures__/metadata.js +399 -475
  3. package/dist/app/App copy.js +30 -0
  4. package/dist/app/App.js +9 -3
  5. package/dist/app/AutoUpdate.js +147 -0
  6. package/dist/app/Debug.js +4 -4
  7. package/dist/app/FormatText.js +9 -0
  8. package/dist/app/GatherMetadata copy.js +33 -29
  9. package/dist/app/GatherMetadata.js +30 -39
  10. package/dist/app/Input.js +15 -0
  11. package/dist/app/LocalCommitStatus.js +42 -0
  12. package/dist/app/LocalMergeRebase.js +113 -0
  13. package/dist/app/ManualRebase copy.js +127 -0
  14. package/dist/app/ManualRebase.js +23 -12
  15. package/dist/app/MultiSelect.js +2 -2
  16. package/dist/app/NPMAutoUpdate.js +34 -0
  17. package/dist/app/Parens copy.js +1 -1
  18. package/dist/app/PreLocalMergeRebase.js +21 -0
  19. package/dist/app/PreSelectCommitRanges copy.js +15 -23
  20. package/dist/app/PreSelectCommitRanges.js +10 -0
  21. package/dist/app/Providers.js +5 -0
  22. package/dist/app/SelectCommitRanges.js +95 -82
  23. package/dist/app/Status.js +18 -3
  24. package/dist/app/StatusTable.js +35 -26
  25. package/dist/app/Store.js +32 -6
  26. package/dist/app/TextInput.js +37 -0
  27. package/dist/app/YesNoPrompt.js +19 -5
  28. package/dist/app/main.js +6 -0
  29. package/dist/command.js +15 -34
  30. package/dist/core/CommitMetadata.js +19 -5
  31. package/dist/core/Metadata.js +4 -3
  32. package/dist/core/cli.js +4 -0
  33. package/dist/core/github.js +26 -18
  34. package/dist/core/id.js +61 -0
  35. package/dist/core/readJson.js +3 -0
  36. package/dist/core/read_json.js +12 -0
  37. package/dist/core/safe_quote.js +9 -0
  38. package/dist/core/short_id.js +60 -0
  39. package/dist/core/sleep copy.js +3 -0
  40. package/package.json +3 -5
@@ -1,20 +1,16 @@
1
1
  // prettier-ignore
2
2
  export const METADATA = {
3
3
  "username": "magus",
4
- "repo_path": "magus/git-multi-diff-playground",
5
- "head": "1a50c5fe3cd129547c5c34a54d1611ec06ab213e",
6
- "merge_base": "9528176b12abf81c779bc5244afc7d760f6fa422",
7
- "branch_name": "dev/noah/a-test",
8
4
  "commit_range": {
9
5
  "invalid": false,
10
6
  "group_list": [
11
7
  {
12
- "id": "398c0ead-77ad-41a4-af6e-280f99998c28",
8
+ "id": "79402548-a996-4c2a-a338-86633040358e",
13
9
  "pr": {
14
- "baseRefName": "79402548-a996-4c2a-a338-86633040358e",
10
+ "baseRefName": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
15
11
  "commits": [
16
12
  {
17
- "authoredDate": "2023-10-22T23:13:35Z",
13
+ "authoredDate": "2023-10-29T21:58:16Z",
18
14
  "authors": [
19
15
  {
20
16
  "email": "noah@iamnoah.com",
@@ -23,61 +19,36 @@ export const METADATA = {
23
19
  "name": "magus"
24
20
  }
25
21
  ],
26
- "committedDate": "2023-11-12T03:03:24Z",
27
- "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
28
- "messageHeadline": "cantaloupe",
29
- "oid": "1a50c5fe3cd129547c5c34a54d1611ec06ab213e"
22
+ "committedDate": "2023-11-17T10:43:34Z",
23
+ "messageBody": "git-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
24
+ "messageHeadline": "orange color",
25
+ "oid": "3dcc44fbe1f293d0c212e71dfcd459e9d88879a8"
30
26
  }
31
27
  ],
32
- "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
33
- "number": 29,
28
+ "headRefName": "79402548-a996-4c2a-a338-86633040358e",
29
+ "number": 32,
34
30
  "state": "OPEN",
35
- "title": "cantaloupe line2 line3 'abc' line4 line5 \"hello world\" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
36
- "url": "https://github.com/magus/git-multi-diff-playground/pull/29"
31
+ "title": "orange color",
32
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/32"
37
33
  },
38
- "base": "79402548-a996-4c2a-a338-86633040358e",
34
+ "base": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
39
35
  "dirty": false,
40
36
  "commits": [
41
37
  {
42
- "sha": "1a50c5fe3cd129547c5c34a54d1611ec06ab213e",
43
- "message": "cantaloupe",
44
- "raw_message": "cantaloupe\n\nline3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
45
- "pr": {
46
- "baseRefName": "79402548-a996-4c2a-a338-86633040358e",
47
- "commits": [
48
- {
49
- "authoredDate": "2023-10-22T23:13:35Z",
50
- "authors": [
51
- {
52
- "email": "noah@iamnoah.com",
53
- "id": "MDQ6VXNlcjI5MDA4NA==",
54
- "login": "magus",
55
- "name": "magus"
56
- }
57
- ],
58
- "committedDate": "2023-11-12T03:03:24Z",
59
- "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
60
- "messageHeadline": "cantaloupe",
61
- "oid": "1a50c5fe3cd129547c5c34a54d1611ec06ab213e"
62
- }
63
- ],
64
- "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
65
- "number": 29,
66
- "state": "OPEN",
67
- "title": "cantaloupe line2 line3 'abc' line4 line5 \"hello world\" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
68
- "url": "https://github.com/magus/git-multi-diff-playground/pull/29"
69
- },
70
- "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
38
+ "sha": "3dcc44fbe1f293d0c212e71dfcd459e9d88879a8",
39
+ "message": "orange color",
40
+ "raw_message": "orange color\n\ngit-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
41
+ "branch_id": "79402548-a996-4c2a-a338-86633040358e"
71
42
  }
72
43
  ]
73
44
  },
74
45
  {
75
- "id": "79402548-a996-4c2a-a338-86633040358e",
46
+ "id": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
76
47
  "pr": {
77
- "baseRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
48
+ "baseRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
78
49
  "commits": [
79
50
  {
80
- "authoredDate": "2023-10-29T21:58:16Z",
51
+ "authoredDate": "2023-11-12T22:55:05Z",
81
52
  "authors": [
82
53
  {
83
54
  "email": "noah@iamnoah.com",
@@ -86,61 +57,36 @@ export const METADATA = {
86
57
  "name": "magus"
87
58
  }
88
59
  ],
89
- "committedDate": "2023-11-12T02:06:22Z",
90
- "messageBody": "git-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
91
- "messageHeadline": "orange color",
92
- "oid": "0481003259c43c07a07eef99895251730a3e4767"
60
+ "committedDate": "2023-11-17T10:43:31Z",
61
+ "messageBody": "git-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
62
+ "messageHeadline": "lemon",
63
+ "oid": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab"
93
64
  }
94
65
  ],
95
- "headRefName": "79402548-a996-4c2a-a338-86633040358e",
96
- "number": 32,
66
+ "headRefName": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
67
+ "number": 34,
97
68
  "state": "OPEN",
98
- "title": "orange color",
99
- "url": "https://github.com/magus/git-multi-diff-playground/pull/32"
69
+ "title": "lemon",
70
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/34"
100
71
  },
101
- "base": "53d15f9a-2451-492c-a831-642d41ad3ef4",
72
+ "base": "398c0ead-77ad-41a4-af6e-280f99998c28",
102
73
  "dirty": false,
103
74
  "commits": [
104
75
  {
105
- "sha": "0481003259c43c07a07eef99895251730a3e4767",
106
- "message": "orange color",
107
- "raw_message": "orange color\n\ngit-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
108
- "pr": {
109
- "baseRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
110
- "commits": [
111
- {
112
- "authoredDate": "2023-10-29T21:58:16Z",
113
- "authors": [
114
- {
115
- "email": "noah@iamnoah.com",
116
- "id": "MDQ6VXNlcjI5MDA4NA==",
117
- "login": "magus",
118
- "name": "magus"
119
- }
120
- ],
121
- "committedDate": "2023-11-12T02:06:22Z",
122
- "messageBody": "git-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
123
- "messageHeadline": "orange color",
124
- "oid": "0481003259c43c07a07eef99895251730a3e4767"
125
- }
126
- ],
127
- "headRefName": "79402548-a996-4c2a-a338-86633040358e",
128
- "number": 32,
129
- "state": "OPEN",
130
- "title": "orange color",
131
- "url": "https://github.com/magus/git-multi-diff-playground/pull/32"
132
- },
133
- "branch_id": "79402548-a996-4c2a-a338-86633040358e"
76
+ "sha": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab",
77
+ "message": "lemon",
78
+ "raw_message": "lemon\n\ngit-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
79
+ "branch_id": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112"
134
80
  }
135
81
  ]
136
82
  },
137
83
  {
138
- "id": "53d15f9a-2451-492c-a831-642d41ad3ef4",
84
+ "id": "398c0ead-77ad-41a4-af6e-280f99998c28",
139
85
  "pr": {
140
- "baseRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
86
+ "baseRefName": "master",
141
87
  "commits": [
142
88
  {
143
- "authoredDate": "2023-10-25T09:29:30Z",
89
+ "authoredDate": "2023-10-22T23:13:14Z",
144
90
  "authors": [
145
91
  {
146
92
  "email": "noah@iamnoah.com",
@@ -149,13 +95,13 @@ export const METADATA = {
149
95
  "name": "magus"
150
96
  }
151
97
  ],
152
- "committedDate": "2023-11-12T02:06:18Z",
153
- "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
154
- "messageHeadline": "strawberry",
155
- "oid": "506c9f7894443ac75f578a5b7d8503cb8f40cec2"
98
+ "committedDate": "2023-11-17T10:43:21Z",
99
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
100
+ "messageHeadline": "remove num",
101
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
156
102
  },
157
103
  {
158
- "authoredDate": "2023-10-30T07:39:35Z",
104
+ "authoredDate": "2023-10-25T09:29:30Z",
159
105
  "authors": [
160
106
  {
161
107
  "email": "noah@iamnoah.com",
@@ -164,122 +110,13 @@ export const METADATA = {
164
110
  "name": "magus"
165
111
  }
166
112
  ],
167
- "committedDate": "2023-11-12T02:06:18Z",
113
+ "committedDate": "2023-11-17T10:43:25Z",
168
114
  "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
169
- "messageHeadline": "pineapple",
170
- "oid": "867fb2546ff3def993051c059b557c2a1ff4001c"
171
- }
172
- ],
173
- "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
174
- "number": 30,
175
- "state": "OPEN",
176
- "title": "strawberry",
177
- "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
178
- },
179
- "base": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
180
- "dirty": false,
181
- "commits": [
182
- {
183
- "sha": "506c9f7894443ac75f578a5b7d8503cb8f40cec2",
184
- "message": "strawberry",
185
- "raw_message": "strawberry\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
186
- "pr": {
187
- "baseRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
188
- "commits": [
189
- {
190
- "authoredDate": "2023-10-25T09:29:30Z",
191
- "authors": [
192
- {
193
- "email": "noah@iamnoah.com",
194
- "id": "MDQ6VXNlcjI5MDA4NA==",
195
- "login": "magus",
196
- "name": "magus"
197
- }
198
- ],
199
- "committedDate": "2023-11-12T02:06:18Z",
200
- "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
201
- "messageHeadline": "strawberry",
202
- "oid": "506c9f7894443ac75f578a5b7d8503cb8f40cec2"
203
- },
204
- {
205
- "authoredDate": "2023-10-30T07:39:35Z",
206
- "authors": [
207
- {
208
- "email": "noah@iamnoah.com",
209
- "id": "MDQ6VXNlcjI5MDA4NA==",
210
- "login": "magus",
211
- "name": "magus"
212
- }
213
- ],
214
- "committedDate": "2023-11-12T02:06:18Z",
215
- "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
216
- "messageHeadline": "pineapple",
217
- "oid": "867fb2546ff3def993051c059b557c2a1ff4001c"
218
- }
219
- ],
220
- "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
221
- "number": 30,
222
- "state": "OPEN",
223
- "title": "strawberry",
224
- "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
225
- },
226
- "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
227
- },
228
- {
229
- "sha": "867fb2546ff3def993051c059b557c2a1ff4001c",
230
- "message": "pineapple",
231
- "raw_message": "pineapple\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
232
- "pr": {
233
- "baseRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
234
- "commits": [
235
- {
236
- "authoredDate": "2023-10-25T09:29:30Z",
237
- "authors": [
238
- {
239
- "email": "noah@iamnoah.com",
240
- "id": "MDQ6VXNlcjI5MDA4NA==",
241
- "login": "magus",
242
- "name": "magus"
243
- }
244
- ],
245
- "committedDate": "2023-11-12T02:06:18Z",
246
- "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
247
- "messageHeadline": "strawberry",
248
- "oid": "506c9f7894443ac75f578a5b7d8503cb8f40cec2"
249
- },
250
- {
251
- "authoredDate": "2023-10-30T07:39:35Z",
252
- "authors": [
253
- {
254
- "email": "noah@iamnoah.com",
255
- "id": "MDQ6VXNlcjI5MDA4NA==",
256
- "login": "magus",
257
- "name": "magus"
258
- }
259
- ],
260
- "committedDate": "2023-11-12T02:06:18Z",
261
- "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
262
- "messageHeadline": "pineapple",
263
- "oid": "867fb2546ff3def993051c059b557c2a1ff4001c"
264
- }
265
- ],
266
- "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
267
- "number": 30,
268
- "state": "OPEN",
269
- "title": "strawberry",
270
- "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
115
+ "messageHeadline": "strawberry",
116
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
271
117
  },
272
- "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
273
- }
274
- ]
275
- },
276
- {
277
- "id": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
278
- "pr": {
279
- "baseRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
280
- "commits": [
281
118
  {
282
- "authoredDate": "2023-10-22T23:13:14Z",
119
+ "authoredDate": "2023-10-30T07:39:35Z",
283
120
  "authors": [
284
121
  {
285
122
  "email": "noah@iamnoah.com",
@@ -288,61 +125,13 @@ export const METADATA = {
288
125
  "name": "magus"
289
126
  }
290
127
  ],
291
- "committedDate": "2023-10-28T19:16:33Z",
292
- "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
293
- "messageHeadline": "remove num",
294
- "oid": "7454ce81940f2a0964ff06c7a98c7fa1892f82bf"
295
- }
296
- ],
297
- "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
298
- "number": 27,
299
- "state": "OPEN",
300
- "title": "remove num",
301
- "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
302
- },
303
- "base": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
304
- "dirty": false,
305
- "commits": [
306
- {
307
- "sha": "7454ce81940f2a0964ff06c7a98c7fa1892f82bf",
308
- "message": "remove num",
309
- "raw_message": "remove num\n\ngit-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
310
- "pr": {
311
- "baseRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
312
- "commits": [
313
- {
314
- "authoredDate": "2023-10-22T23:13:14Z",
315
- "authors": [
316
- {
317
- "email": "noah@iamnoah.com",
318
- "id": "MDQ6VXNlcjI5MDA4NA==",
319
- "login": "magus",
320
- "name": "magus"
321
- }
322
- ],
323
- "committedDate": "2023-10-28T19:16:33Z",
324
- "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
325
- "messageHeadline": "remove num",
326
- "oid": "7454ce81940f2a0964ff06c7a98c7fa1892f82bf"
327
- }
328
- ],
329
- "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
330
- "number": 27,
331
- "state": "OPEN",
332
- "title": "remove num",
333
- "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
128
+ "committedDate": "2023-11-17T10:43:25Z",
129
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
130
+ "messageHeadline": "pineapple",
131
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
334
132
  },
335
- "branch_id": "3d1d890d-11c9-4569-83c3-e3aff6426e37"
336
- }
337
- ]
338
- },
339
- {
340
- "id": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
341
- "pr": {
342
- "baseRefName": "master",
343
- "commits": [
344
133
  {
345
- "authoredDate": "2023-10-22T23:13:20Z",
134
+ "authoredDate": "2023-11-12T20:23:20Z",
346
135
  "authors": [
347
136
  {
348
137
  "email": "noah@iamnoah.com",
@@ -351,65 +140,13 @@ export const METADATA = {
351
140
  "name": "magus"
352
141
  }
353
142
  ],
354
- "committedDate": "2023-10-28T19:16:29Z",
355
- "messageBody": "git-multi-diff-id: 14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
356
- "messageHeadline": "more remove",
357
- "oid": "a28f1ef080b56b56699bc420b200968e793702a9"
358
- }
359
- ],
360
- "headRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
361
- "number": 28,
362
- "state": "OPEN",
363
- "title": "more remove",
364
- "url": "https://github.com/magus/git-multi-diff-playground/pull/28"
365
- },
366
- "base": "master",
367
- "dirty": false,
368
- "commits": [
369
- {
370
- "sha": "a28f1ef080b56b56699bc420b200968e793702a9",
371
- "message": "more remove",
372
- "raw_message": "more remove\n\ngit-multi-diff-id: 14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
373
- "pr": {
374
- "baseRefName": "master",
375
- "commits": [
376
- {
377
- "authoredDate": "2023-10-22T23:13:20Z",
378
- "authors": [
379
- {
380
- "email": "noah@iamnoah.com",
381
- "id": "MDQ6VXNlcjI5MDA4NA==",
382
- "login": "magus",
383
- "name": "magus"
384
- }
385
- ],
386
- "committedDate": "2023-10-28T19:16:29Z",
387
- "messageBody": "git-multi-diff-id: 14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
388
- "messageHeadline": "more remove",
389
- "oid": "a28f1ef080b56b56699bc420b200968e793702a9"
390
- }
391
- ],
392
- "headRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
393
- "number": 28,
394
- "state": "OPEN",
395
- "title": "more remove",
396
- "url": "https://github.com/magus/git-multi-diff-playground/pull/28"
143
+ "committedDate": "2023-11-17T10:43:28Z",
144
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
145
+ "messageHeadline": "watermelon",
146
+ "oid": "7c737c94da92241e9408fd58d14d5ab24fb502cf"
397
147
  },
398
- "branch_id": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6"
399
- }
400
- ]
401
- }
402
- ],
403
- "commit_list": [
404
- {
405
- "sha": "a28f1ef080b56b56699bc420b200968e793702a9",
406
- "message": "more remove",
407
- "raw_message": "more remove\n\ngit-multi-diff-id: 14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
408
- "pr": {
409
- "baseRefName": "master",
410
- "commits": [
411
148
  {
412
- "authoredDate": "2023-10-22T23:13:20Z",
149
+ "authoredDate": "2023-11-12T21:34:04Z",
413
150
  "authors": [
414
151
  {
415
152
  "email": "noah@iamnoah.com",
@@ -418,29 +155,13 @@ export const METADATA = {
418
155
  "name": "magus"
419
156
  }
420
157
  ],
421
- "committedDate": "2023-10-28T19:16:29Z",
422
- "messageBody": "git-multi-diff-id: 14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
423
- "messageHeadline": "more remove",
424
- "oid": "a28f1ef080b56b56699bc420b200968e793702a9"
425
- }
426
- ],
427
- "headRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
428
- "number": 28,
429
- "state": "OPEN",
430
- "title": "more remove",
431
- "url": "https://github.com/magus/git-multi-diff-playground/pull/28"
432
- },
433
- "branch_id": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6"
434
- },
435
- {
436
- "sha": "7454ce81940f2a0964ff06c7a98c7fa1892f82bf",
437
- "message": "remove num",
438
- "raw_message": "remove num\n\ngit-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
439
- "pr": {
440
- "baseRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
441
- "commits": [
158
+ "committedDate": "2023-11-17T10:43:28Z",
159
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
160
+ "messageHeadline": "kiwi",
161
+ "oid": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342"
162
+ },
442
163
  {
443
- "authoredDate": "2023-10-22T23:13:14Z",
164
+ "authoredDate": "2023-11-12T22:22:10Z",
444
165
  "authors": [
445
166
  {
446
167
  "email": "noah@iamnoah.com",
@@ -449,29 +170,13 @@ export const METADATA = {
449
170
  "name": "magus"
450
171
  }
451
172
  ],
452
- "committedDate": "2023-10-28T19:16:33Z",
453
- "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
454
- "messageHeadline": "remove num",
455
- "oid": "7454ce81940f2a0964ff06c7a98c7fa1892f82bf"
456
- }
457
- ],
458
- "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
459
- "number": 27,
460
- "state": "OPEN",
461
- "title": "remove num",
462
- "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
463
- },
464
- "branch_id": "3d1d890d-11c9-4569-83c3-e3aff6426e37"
465
- },
466
- {
467
- "sha": "506c9f7894443ac75f578a5b7d8503cb8f40cec2",
468
- "message": "strawberry",
469
- "raw_message": "strawberry\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
470
- "pr": {
471
- "baseRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
472
- "commits": [
173
+ "committedDate": "2023-11-17T10:43:28Z",
174
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
175
+ "messageHeadline": "grape",
176
+ "oid": "a8e5c81e9352b11558667101f5e0352a622d97b6"
177
+ },
473
178
  {
474
- "authoredDate": "2023-10-25T09:29:30Z",
179
+ "authoredDate": "2023-11-12T17:43:40Z",
475
180
  "authors": [
476
181
  {
477
182
  "email": "noah@iamnoah.com",
@@ -480,13 +185,13 @@ export const METADATA = {
480
185
  "name": "magus"
481
186
  }
482
187
  ],
483
- "committedDate": "2023-11-12T02:06:18Z",
484
- "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
485
- "messageHeadline": "strawberry",
486
- "oid": "506c9f7894443ac75f578a5b7d8503cb8f40cec2"
188
+ "committedDate": "2023-11-17T10:43:28Z",
189
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
190
+ "messageHeadline": "mango",
191
+ "oid": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8"
487
192
  },
488
193
  {
489
- "authoredDate": "2023-10-30T07:39:35Z",
194
+ "authoredDate": "2023-10-22T23:13:35Z",
490
195
  "authors": [
491
196
  {
492
197
  "email": "noah@iamnoah.com",
@@ -495,27 +200,73 @@ export const METADATA = {
495
200
  "name": "magus"
496
201
  }
497
202
  ],
498
- "committedDate": "2023-11-12T02:06:18Z",
499
- "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
500
- "messageHeadline": "pineapple",
501
- "oid": "867fb2546ff3def993051c059b557c2a1ff4001c"
203
+ "committedDate": "2023-11-17T10:43:28Z",
204
+ "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
205
+ "messageHeadline": "cantaloupe",
206
+ "oid": "f3673599fef8775102b1583ab8e73b492f7e029c"
502
207
  }
503
208
  ],
504
- "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
505
- "number": 30,
209
+ "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
210
+ "number": 33,
506
211
  "state": "OPEN",
507
- "title": "strawberry",
508
- "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
212
+ "title": "sweet fruits",
213
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/33"
509
214
  },
510
- "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
215
+ "base": "53d15f9a-2451-492c-a831-642d41ad3ef4",
216
+ "dirty": true,
217
+ "commits": [
218
+ {
219
+ "sha": "7c737c94da92241e9408fd58d14d5ab24fb502cf",
220
+ "message": "watermelon",
221
+ "raw_message": "watermelon\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
222
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
223
+ },
224
+ {
225
+ "sha": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342",
226
+ "message": "kiwi",
227
+ "raw_message": "kiwi\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
228
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
229
+ },
230
+ {
231
+ "sha": "a8e5c81e9352b11558667101f5e0352a622d97b6",
232
+ "message": "grape",
233
+ "raw_message": "grape\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
234
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
235
+ },
236
+ {
237
+ "sha": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8",
238
+ "message": "mango",
239
+ "raw_message": "mango\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
240
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
241
+ },
242
+ {
243
+ "sha": "f3673599fef8775102b1583ab8e73b492f7e029c",
244
+ "message": "cantaloupe",
245
+ "raw_message": "cantaloupe\n\nline3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
246
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
247
+ }
248
+ ]
511
249
  },
512
250
  {
513
- "sha": "867fb2546ff3def993051c059b557c2a1ff4001c",
514
- "message": "pineapple",
515
- "raw_message": "pineapple\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
251
+ "id": "53d15f9a-2451-492c-a831-642d41ad3ef4",
516
252
  "pr": {
517
- "baseRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
253
+ "baseRefName": "master",
518
254
  "commits": [
255
+ {
256
+ "authoredDate": "2023-10-22T23:13:14Z",
257
+ "authors": [
258
+ {
259
+ "email": "noah@iamnoah.com",
260
+ "id": "MDQ6VXNlcjI5MDA4NA==",
261
+ "login": "magus",
262
+ "name": "magus"
263
+ }
264
+ ],
265
+ "committedDate": "2023-11-17T10:43:21Z",
266
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
267
+ "messageHeadline": "remove num",
268
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
269
+ },
519
270
  {
520
271
  "authoredDate": "2023-10-25T09:29:30Z",
521
272
  "authors": [
@@ -526,10 +277,10 @@ export const METADATA = {
526
277
  "name": "magus"
527
278
  }
528
279
  ],
529
- "committedDate": "2023-11-12T02:06:18Z",
280
+ "committedDate": "2023-11-17T10:43:25Z",
530
281
  "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
531
282
  "messageHeadline": "strawberry",
532
- "oid": "506c9f7894443ac75f578a5b7d8503cb8f40cec2"
283
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
533
284
  },
534
285
  {
535
286
  "authoredDate": "2023-10-30T07:39:35Z",
@@ -541,29 +292,42 @@ export const METADATA = {
541
292
  "name": "magus"
542
293
  }
543
294
  ],
544
- "committedDate": "2023-11-12T02:06:18Z",
295
+ "committedDate": "2023-11-17T10:43:25Z",
545
296
  "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
546
297
  "messageHeadline": "pineapple",
547
- "oid": "867fb2546ff3def993051c059b557c2a1ff4001c"
298
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
548
299
  }
549
300
  ],
550
301
  "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
551
302
  "number": 30,
552
- "state": "OPEN",
303
+ "state": "MERGED",
553
304
  "title": "strawberry",
554
305
  "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
555
306
  },
556
- "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
307
+ "base": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
308
+ "dirty": true,
309
+ "commits": [
310
+ {
311
+ "sha": "1de8da85fee0e1ebd8e5443c3407a0880914453b",
312
+ "message": "strawberry",
313
+ "raw_message": "strawberry\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
314
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
315
+ },
316
+ {
317
+ "sha": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77",
318
+ "message": "pineapple",
319
+ "raw_message": "pineapple\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
320
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
321
+ }
322
+ ]
557
323
  },
558
324
  {
559
- "sha": "0481003259c43c07a07eef99895251730a3e4767",
560
- "message": "orange color",
561
- "raw_message": "orange color\n\ngit-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
325
+ "id": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
562
326
  "pr": {
563
- "baseRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
327
+ "baseRefName": "master",
564
328
  "commits": [
565
329
  {
566
- "authoredDate": "2023-10-29T21:58:16Z",
330
+ "authoredDate": "2023-10-22T23:13:14Z",
567
331
  "authors": [
568
332
  {
569
333
  "email": "noah@iamnoah.com",
@@ -572,60 +336,100 @@ export const METADATA = {
572
336
  "name": "magus"
573
337
  }
574
338
  ],
575
- "committedDate": "2023-11-12T02:06:22Z",
576
- "messageBody": "git-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
577
- "messageHeadline": "orange color",
578
- "oid": "0481003259c43c07a07eef99895251730a3e4767"
339
+ "committedDate": "2023-11-17T10:43:21Z",
340
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
341
+ "messageHeadline": "remove num",
342
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
579
343
  }
580
344
  ],
581
- "headRefName": "79402548-a996-4c2a-a338-86633040358e",
582
- "number": 32,
583
- "state": "OPEN",
584
- "title": "orange color",
585
- "url": "https://github.com/magus/git-multi-diff-playground/pull/32"
345
+ "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
346
+ "number": 27,
347
+ "state": "MERGED",
348
+ "title": "remove num",
349
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
586
350
  },
587
- "branch_id": "79402548-a996-4c2a-a338-86633040358e"
351
+ "base": "master",
352
+ "dirty": false,
353
+ "commits": [
354
+ {
355
+ "sha": "90e77aa5b2444e223e9e0d704c5229d04b3648ee",
356
+ "message": "remove num",
357
+ "raw_message": "remove num\n\ngit-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
358
+ "branch_id": "3d1d890d-11c9-4569-83c3-e3aff6426e37"
359
+ }
360
+ ]
361
+ }
362
+ ],
363
+ "commit_list": [
364
+ {
365
+ "sha": "90e77aa5b2444e223e9e0d704c5229d04b3648ee",
366
+ "message": "remove num",
367
+ "raw_message": "remove num\n\ngit-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
368
+ "branch_id": "3d1d890d-11c9-4569-83c3-e3aff6426e37"
369
+ },
370
+ {
371
+ "sha": "1de8da85fee0e1ebd8e5443c3407a0880914453b",
372
+ "message": "strawberry",
373
+ "raw_message": "strawberry\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
374
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
375
+ },
376
+ {
377
+ "sha": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77",
378
+ "message": "pineapple",
379
+ "raw_message": "pineapple\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
380
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
381
+ },
382
+ {
383
+ "sha": "7c737c94da92241e9408fd58d14d5ab24fb502cf",
384
+ "message": "watermelon",
385
+ "raw_message": "watermelon\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
386
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
387
+ },
388
+ {
389
+ "sha": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342",
390
+ "message": "kiwi",
391
+ "raw_message": "kiwi\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
392
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
393
+ },
394
+ {
395
+ "sha": "a8e5c81e9352b11558667101f5e0352a622d97b6",
396
+ "message": "grape",
397
+ "raw_message": "grape\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
398
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
399
+ },
400
+ {
401
+ "sha": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8",
402
+ "message": "mango",
403
+ "raw_message": "mango\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
404
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
588
405
  },
589
406
  {
590
- "sha": "1a50c5fe3cd129547c5c34a54d1611ec06ab213e",
407
+ "sha": "f3673599fef8775102b1583ab8e73b492f7e029c",
591
408
  "message": "cantaloupe",
592
409
  "raw_message": "cantaloupe\n\nline3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
593
- "pr": {
594
- "baseRefName": "79402548-a996-4c2a-a338-86633040358e",
595
- "commits": [
596
- {
597
- "authoredDate": "2023-10-22T23:13:35Z",
598
- "authors": [
599
- {
600
- "email": "noah@iamnoah.com",
601
- "id": "MDQ6VXNlcjI5MDA4NA==",
602
- "login": "magus",
603
- "name": "magus"
604
- }
605
- ],
606
- "committedDate": "2023-11-12T03:03:24Z",
607
- "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
608
- "messageHeadline": "cantaloupe",
609
- "oid": "1a50c5fe3cd129547c5c34a54d1611ec06ab213e"
610
- }
611
- ],
612
- "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
613
- "number": 29,
614
- "state": "OPEN",
615
- "title": "cantaloupe line2 line3 'abc' line4 line5 \"hello world\" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
616
- "url": "https://github.com/magus/git-multi-diff-playground/pull/29"
617
- },
618
410
  "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
411
+ },
412
+ {
413
+ "sha": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab",
414
+ "message": "lemon",
415
+ "raw_message": "lemon\n\ngit-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
416
+ "branch_id": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112"
417
+ },
418
+ {
419
+ "sha": "3dcc44fbe1f293d0c212e71dfcd459e9d88879a8",
420
+ "message": "orange color",
421
+ "raw_message": "orange color\n\ngit-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
422
+ "branch_id": "79402548-a996-4c2a-a338-86633040358e"
619
423
  }
620
424
  ],
621
425
  "UNASSIGNED": "unassigned"
622
426
  },
623
427
  "pr": {
624
- "14e097a1-fa9b-45af-8f7d-b77df9d91fe6": {
625
- "baseRefName": "master",
428
+ "d9fc206e-70ce-4b1c-b950-1f54cf1fe112": {
429
+ "baseRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
626
430
  "commits": [
627
431
  {
628
- "authoredDate": "2023-10-22T23:13:20Z",
432
+ "authoredDate": "2023-11-12T22:55:05Z",
629
433
  "authors": [
630
434
  {
631
435
  "email": "noah@iamnoah.com",
@@ -634,20 +438,20 @@ export const METADATA = {
634
438
  "name": "magus"
635
439
  }
636
440
  ],
637
- "committedDate": "2023-10-28T19:16:29Z",
638
- "messageBody": "git-multi-diff-id: 14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
639
- "messageHeadline": "more remove",
640
- "oid": "a28f1ef080b56b56699bc420b200968e793702a9"
441
+ "committedDate": "2023-11-17T10:43:31Z",
442
+ "messageBody": "git-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
443
+ "messageHeadline": "lemon",
444
+ "oid": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab"
641
445
  }
642
446
  ],
643
- "headRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
644
- "number": 28,
447
+ "headRefName": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
448
+ "number": 34,
645
449
  "state": "OPEN",
646
- "title": "more remove",
647
- "url": "https://github.com/magus/git-multi-diff-playground/pull/28"
450
+ "title": "lemon",
451
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/34"
648
452
  },
649
- "3d1d890d-11c9-4569-83c3-e3aff6426e37": {
650
- "baseRefName": "14e097a1-fa9b-45af-8f7d-b77df9d91fe6",
453
+ "398c0ead-77ad-41a4-af6e-280f99998c28": {
454
+ "baseRefName": "master",
651
455
  "commits": [
652
456
  {
653
457
  "authoredDate": "2023-10-22T23:13:14Z",
@@ -659,21 +463,11 @@ export const METADATA = {
659
463
  "name": "magus"
660
464
  }
661
465
  ],
662
- "committedDate": "2023-10-28T19:16:33Z",
466
+ "committedDate": "2023-11-17T10:43:21Z",
663
467
  "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
664
468
  "messageHeadline": "remove num",
665
- "oid": "7454ce81940f2a0964ff06c7a98c7fa1892f82bf"
666
- }
667
- ],
668
- "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
669
- "number": 27,
670
- "state": "OPEN",
671
- "title": "remove num",
672
- "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
673
- },
674
- "53d15f9a-2451-492c-a831-642d41ad3ef4": {
675
- "baseRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
676
- "commits": [
469
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
470
+ },
677
471
  {
678
472
  "authoredDate": "2023-10-25T09:29:30Z",
679
473
  "authors": [
@@ -684,10 +478,10 @@ export const METADATA = {
684
478
  "name": "magus"
685
479
  }
686
480
  ],
687
- "committedDate": "2023-11-12T02:06:18Z",
481
+ "committedDate": "2023-11-17T10:43:25Z",
688
482
  "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
689
483
  "messageHeadline": "strawberry",
690
- "oid": "506c9f7894443ac75f578a5b7d8503cb8f40cec2"
484
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
691
485
  },
692
486
  {
693
487
  "authoredDate": "2023-10-30T07:39:35Z",
@@ -699,20 +493,95 @@ export const METADATA = {
699
493
  "name": "magus"
700
494
  }
701
495
  ],
702
- "committedDate": "2023-11-12T02:06:18Z",
496
+ "committedDate": "2023-11-17T10:43:25Z",
703
497
  "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
704
498
  "messageHeadline": "pineapple",
705
- "oid": "867fb2546ff3def993051c059b557c2a1ff4001c"
499
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
500
+ },
501
+ {
502
+ "authoredDate": "2023-11-12T20:23:20Z",
503
+ "authors": [
504
+ {
505
+ "email": "noah@iamnoah.com",
506
+ "id": "MDQ6VXNlcjI5MDA4NA==",
507
+ "login": "magus",
508
+ "name": "magus"
509
+ }
510
+ ],
511
+ "committedDate": "2023-11-17T10:43:28Z",
512
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
513
+ "messageHeadline": "watermelon",
514
+ "oid": "7c737c94da92241e9408fd58d14d5ab24fb502cf"
515
+ },
516
+ {
517
+ "authoredDate": "2023-11-12T21:34:04Z",
518
+ "authors": [
519
+ {
520
+ "email": "noah@iamnoah.com",
521
+ "id": "MDQ6VXNlcjI5MDA4NA==",
522
+ "login": "magus",
523
+ "name": "magus"
524
+ }
525
+ ],
526
+ "committedDate": "2023-11-17T10:43:28Z",
527
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
528
+ "messageHeadline": "kiwi",
529
+ "oid": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342"
530
+ },
531
+ {
532
+ "authoredDate": "2023-11-12T22:22:10Z",
533
+ "authors": [
534
+ {
535
+ "email": "noah@iamnoah.com",
536
+ "id": "MDQ6VXNlcjI5MDA4NA==",
537
+ "login": "magus",
538
+ "name": "magus"
539
+ }
540
+ ],
541
+ "committedDate": "2023-11-17T10:43:28Z",
542
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
543
+ "messageHeadline": "grape",
544
+ "oid": "a8e5c81e9352b11558667101f5e0352a622d97b6"
545
+ },
546
+ {
547
+ "authoredDate": "2023-11-12T17:43:40Z",
548
+ "authors": [
549
+ {
550
+ "email": "noah@iamnoah.com",
551
+ "id": "MDQ6VXNlcjI5MDA4NA==",
552
+ "login": "magus",
553
+ "name": "magus"
554
+ }
555
+ ],
556
+ "committedDate": "2023-11-17T10:43:28Z",
557
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
558
+ "messageHeadline": "mango",
559
+ "oid": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8"
560
+ },
561
+ {
562
+ "authoredDate": "2023-10-22T23:13:35Z",
563
+ "authors": [
564
+ {
565
+ "email": "noah@iamnoah.com",
566
+ "id": "MDQ6VXNlcjI5MDA4NA==",
567
+ "login": "magus",
568
+ "name": "magus"
569
+ }
570
+ ],
571
+ "committedDate": "2023-11-17T10:43:28Z",
572
+ "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
573
+ "messageHeadline": "cantaloupe",
574
+ "oid": "f3673599fef8775102b1583ab8e73b492f7e029c"
706
575
  }
707
576
  ],
708
- "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
709
- "number": 30,
577
+ "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
578
+ "number": 33,
710
579
  "state": "OPEN",
711
- "title": "strawberry",
712
- "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
580
+ "title": "sweet fruits",
581
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/33"
713
582
  },
714
583
  "79402548-a996-4c2a-a338-86633040358e": {
715
- "baseRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
584
+ "baseRefName": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
716
585
  "commits": [
717
586
  {
718
587
  "authoredDate": "2023-10-29T21:58:16Z",
@@ -724,10 +593,10 @@ export const METADATA = {
724
593
  "name": "magus"
725
594
  }
726
595
  ],
727
- "committedDate": "2023-11-12T02:06:22Z",
596
+ "committedDate": "2023-11-17T10:43:34Z",
728
597
  "messageBody": "git-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
729
598
  "messageHeadline": "orange color",
730
- "oid": "0481003259c43c07a07eef99895251730a3e4767"
599
+ "oid": "3dcc44fbe1f293d0c212e71dfcd459e9d88879a8"
731
600
  }
732
601
  ],
733
602
  "headRefName": "79402548-a996-4c2a-a338-86633040358e",
@@ -736,11 +605,11 @@ export const METADATA = {
736
605
  "title": "orange color",
737
606
  "url": "https://github.com/magus/git-multi-diff-playground/pull/32"
738
607
  },
739
- "398c0ead-77ad-41a4-af6e-280f99998c28": {
740
- "baseRefName": "79402548-a996-4c2a-a338-86633040358e",
608
+ "3d1d890d-11c9-4569-83c3-e3aff6426e37": {
609
+ "baseRefName": "master",
741
610
  "commits": [
742
611
  {
743
- "authoredDate": "2023-10-22T23:13:35Z",
612
+ "authoredDate": "2023-10-22T23:13:14Z",
744
613
  "authors": [
745
614
  {
746
615
  "email": "noah@iamnoah.com",
@@ -749,17 +618,72 @@ export const METADATA = {
749
618
  "name": "magus"
750
619
  }
751
620
  ],
752
- "committedDate": "2023-11-12T03:03:24Z",
753
- "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
754
- "messageHeadline": "cantaloupe",
755
- "oid": "1a50c5fe3cd129547c5c34a54d1611ec06ab213e"
621
+ "committedDate": "2023-11-17T10:43:21Z",
622
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
623
+ "messageHeadline": "remove num",
624
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
756
625
  }
757
626
  ],
758
- "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
759
- "number": 29,
760
- "state": "OPEN",
761
- "title": "cantaloupe line2 line3 'abc' line4 line5 \"hello world\" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
762
- "url": "https://github.com/magus/git-multi-diff-playground/pull/29"
627
+ "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
628
+ "number": 27,
629
+ "state": "MERGED",
630
+ "title": "remove num",
631
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
632
+ },
633
+ "53d15f9a-2451-492c-a831-642d41ad3ef4": {
634
+ "baseRefName": "master",
635
+ "commits": [
636
+ {
637
+ "authoredDate": "2023-10-22T23:13:14Z",
638
+ "authors": [
639
+ {
640
+ "email": "noah@iamnoah.com",
641
+ "id": "MDQ6VXNlcjI5MDA4NA==",
642
+ "login": "magus",
643
+ "name": "magus"
644
+ }
645
+ ],
646
+ "committedDate": "2023-11-17T10:43:21Z",
647
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
648
+ "messageHeadline": "remove num",
649
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
650
+ },
651
+ {
652
+ "authoredDate": "2023-10-25T09:29:30Z",
653
+ "authors": [
654
+ {
655
+ "email": "noah@iamnoah.com",
656
+ "id": "MDQ6VXNlcjI5MDA4NA==",
657
+ "login": "magus",
658
+ "name": "magus"
659
+ }
660
+ ],
661
+ "committedDate": "2023-11-17T10:43:25Z",
662
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
663
+ "messageHeadline": "strawberry",
664
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
665
+ },
666
+ {
667
+ "authoredDate": "2023-10-30T07:39:35Z",
668
+ "authors": [
669
+ {
670
+ "email": "noah@iamnoah.com",
671
+ "id": "MDQ6VXNlcjI5MDA4NA==",
672
+ "login": "magus",
673
+ "name": "magus"
674
+ }
675
+ ],
676
+ "committedDate": "2023-11-17T10:43:25Z",
677
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
678
+ "messageHeadline": "pineapple",
679
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
680
+ }
681
+ ],
682
+ "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
683
+ "number": 30,
684
+ "state": "MERGED",
685
+ "title": "strawberry",
686
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
763
687
  }
764
688
  },
765
689
  };