git-stack-cli 1.0.2 → 1.0.3

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 (77) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/index.cjs +1 -1
  3. package/package.json +13 -7
  4. package/rollup.config.mjs +46 -0
  5. package/scripts/.eslintrc.cjs +61 -0
  6. package/scripts/core/file.ts +32 -0
  7. package/scripts/core/spawn.ts +41 -0
  8. package/scripts/npm-prepublishOnly.ts +8 -0
  9. package/scripts/prepare-standalone.ts +59 -0
  10. package/scripts/release-brew.ts +105 -0
  11. package/scripts/release-npm.ts +109 -0
  12. package/scripts/tsconfig.json +35 -0
  13. package/src/__fixtures__/metadata.ts +666 -0
  14. package/src/app/App.tsx +65 -0
  15. package/src/app/AutoUpdate.tsx +229 -0
  16. package/src/app/Await.tsx +82 -0
  17. package/src/app/Brackets.tsx +22 -0
  18. package/src/app/Command.tsx +19 -0
  19. package/src/app/Debug.tsx +52 -0
  20. package/src/app/DependencyCheck.tsx +155 -0
  21. package/src/app/Exit.tsx +25 -0
  22. package/src/app/FormatText.tsx +26 -0
  23. package/src/app/GatherMetadata.tsx +145 -0
  24. package/src/app/GithubApiError.tsx +78 -0
  25. package/src/app/LocalCommitStatus.tsx +70 -0
  26. package/src/app/LocalMergeRebase.tsx +230 -0
  27. package/src/app/LogTimestamp.tsx +12 -0
  28. package/src/app/Main.tsx +52 -0
  29. package/src/app/ManualRebase.tsx +308 -0
  30. package/src/app/MultiSelect.tsx +246 -0
  31. package/src/app/Output.tsx +37 -0
  32. package/src/app/Parens.tsx +21 -0
  33. package/src/app/PostRebaseStatus.tsx +33 -0
  34. package/src/app/PreLocalMergeRebase.tsx +31 -0
  35. package/src/app/PreSelectCommitRanges.tsx +31 -0
  36. package/src/app/Providers.tsx +11 -0
  37. package/src/app/RebaseCheck.tsx +96 -0
  38. package/src/app/SelectCommitRanges.tsx +372 -0
  39. package/src/app/Status.tsx +82 -0
  40. package/src/app/StatusTable.tsx +155 -0
  41. package/src/app/Store.tsx +252 -0
  42. package/src/app/Table.tsx +137 -0
  43. package/src/app/TextInput.tsx +88 -0
  44. package/src/app/Url.tsx +19 -0
  45. package/src/app/Waterfall.tsx +37 -0
  46. package/src/app/YesNoPrompt.tsx +73 -0
  47. package/src/command.ts +78 -0
  48. package/src/core/CommitMetadata.ts +212 -0
  49. package/src/core/Metadata.test.ts +41 -0
  50. package/src/core/Metadata.ts +51 -0
  51. package/src/core/StackSummaryTable.test.ts +157 -0
  52. package/src/core/StackSummaryTable.ts +127 -0
  53. package/src/core/Timer.ts +44 -0
  54. package/src/core/assertNever.ts +4 -0
  55. package/src/core/cache.ts +49 -0
  56. package/src/core/capitalize.ts +5 -0
  57. package/src/core/chalk.ts +103 -0
  58. package/src/core/clamp.ts +6 -0
  59. package/src/core/cli.ts +161 -0
  60. package/src/core/colors.ts +23 -0
  61. package/src/core/date.ts +25 -0
  62. package/src/core/fetch_json.ts +26 -0
  63. package/src/core/github.tsx +215 -0
  64. package/src/core/invariant.ts +5 -0
  65. package/src/core/is_command_available.ts +21 -0
  66. package/src/core/is_finite_value.ts +3 -0
  67. package/src/core/json.ts +32 -0
  68. package/src/core/match_group.ts +10 -0
  69. package/src/core/read_json.ts +12 -0
  70. package/src/core/safe_quote.ts +10 -0
  71. package/src/core/semver_compare.ts +27 -0
  72. package/src/core/short_id.ts +87 -0
  73. package/src/core/sleep.ts +3 -0
  74. package/src/core/wrap_index.ts +11 -0
  75. package/src/index.tsx +22 -0
  76. package/src/types/global.d.ts +7 -0
  77. package/tsconfig.json +53 -0
@@ -0,0 +1,666 @@
1
+ // prettier-ignore
2
+ export const METADATA = {
3
+ "username": "magus",
4
+ "commit_range": {
5
+ "invalid": false,
6
+ "group_list": [
7
+ {
8
+ "id": "unassigned",
9
+ "pr": null,
10
+ "base": null,
11
+ "dirty": true,
12
+ "commits": [
13
+ {
14
+ "sha": "3dcc44fbe1f293d0c212e71dfcd459e9d88879a8",
15
+ "message": "orange color",
16
+ "raw_message": "orange color",
17
+ "branch_id": null
18
+ }
19
+ ]
20
+ },
21
+ {
22
+ "id": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
23
+ "pr": {
24
+ "baseRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
25
+ "commits": [
26
+ {
27
+ "authoredDate": "2023-11-12T22:55:05Z",
28
+ "authors": [
29
+ {
30
+ "email": "noah@iamnoah.com",
31
+ "id": "MDQ6VXNlcjI5MDA4NA==",
32
+ "login": "magus",
33
+ "name": "magus"
34
+ }
35
+ ],
36
+ "committedDate": "2023-11-17T10:43:31Z",
37
+ "messageBody": "git-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
38
+ "messageHeadline": "lemon",
39
+ "oid": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab"
40
+ }
41
+ ],
42
+ "headRefName": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
43
+ "number": 34,
44
+ "state": "OPEN",
45
+ "title": "lemon",
46
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/34"
47
+ },
48
+ "base": "398c0ead-77ad-41a4-af6e-280f99998c28",
49
+ "dirty": false,
50
+ "commits": [
51
+ {
52
+ "sha": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab",
53
+ "message": "lemon",
54
+ "raw_message": "lemon\n\ngit-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
55
+ "branch_id": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112"
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ "id": "398c0ead-77ad-41a4-af6e-280f99998c28",
61
+ "pr": {
62
+ "baseRefName": "master",
63
+ "commits": [
64
+ {
65
+ "authoredDate": "2023-10-22T23:13:14Z",
66
+ "authors": [
67
+ {
68
+ "email": "noah@iamnoah.com",
69
+ "id": "MDQ6VXNlcjI5MDA4NA==",
70
+ "login": "magus",
71
+ "name": "magus"
72
+ }
73
+ ],
74
+ "committedDate": "2023-11-17T10:43:21Z",
75
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
76
+ "messageHeadline": "remove num",
77
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
78
+ },
79
+ {
80
+ "authoredDate": "2023-10-25T09:29:30Z",
81
+ "authors": [
82
+ {
83
+ "email": "noah@iamnoah.com",
84
+ "id": "MDQ6VXNlcjI5MDA4NA==",
85
+ "login": "magus",
86
+ "name": "magus"
87
+ }
88
+ ],
89
+ "committedDate": "2023-11-17T10:43:25Z",
90
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
91
+ "messageHeadline": "strawberry",
92
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
93
+ },
94
+ {
95
+ "authoredDate": "2023-10-30T07:39:35Z",
96
+ "authors": [
97
+ {
98
+ "email": "noah@iamnoah.com",
99
+ "id": "MDQ6VXNlcjI5MDA4NA==",
100
+ "login": "magus",
101
+ "name": "magus"
102
+ }
103
+ ],
104
+ "committedDate": "2023-11-17T10:43:25Z",
105
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
106
+ "messageHeadline": "pineapple",
107
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
108
+ },
109
+ {
110
+ "authoredDate": "2023-11-12T20:23:20Z",
111
+ "authors": [
112
+ {
113
+ "email": "noah@iamnoah.com",
114
+ "id": "MDQ6VXNlcjI5MDA4NA==",
115
+ "login": "magus",
116
+ "name": "magus"
117
+ }
118
+ ],
119
+ "committedDate": "2023-11-17T10:43:28Z",
120
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
121
+ "messageHeadline": "watermelon",
122
+ "oid": "7c737c94da92241e9408fd58d14d5ab24fb502cf"
123
+ },
124
+ {
125
+ "authoredDate": "2023-11-12T21:34:04Z",
126
+ "authors": [
127
+ {
128
+ "email": "noah@iamnoah.com",
129
+ "id": "MDQ6VXNlcjI5MDA4NA==",
130
+ "login": "magus",
131
+ "name": "magus"
132
+ }
133
+ ],
134
+ "committedDate": "2023-11-17T10:43:28Z",
135
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
136
+ "messageHeadline": "kiwi",
137
+ "oid": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342"
138
+ },
139
+ {
140
+ "authoredDate": "2023-11-12T22:22:10Z",
141
+ "authors": [
142
+ {
143
+ "email": "noah@iamnoah.com",
144
+ "id": "MDQ6VXNlcjI5MDA4NA==",
145
+ "login": "magus",
146
+ "name": "magus"
147
+ }
148
+ ],
149
+ "committedDate": "2023-11-17T10:43:28Z",
150
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
151
+ "messageHeadline": "grape",
152
+ "oid": "a8e5c81e9352b11558667101f5e0352a622d97b6"
153
+ },
154
+ {
155
+ "authoredDate": "2023-11-12T17:43:40Z",
156
+ "authors": [
157
+ {
158
+ "email": "noah@iamnoah.com",
159
+ "id": "MDQ6VXNlcjI5MDA4NA==",
160
+ "login": "magus",
161
+ "name": "magus"
162
+ }
163
+ ],
164
+ "committedDate": "2023-11-17T10:43:28Z",
165
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
166
+ "messageHeadline": "mango",
167
+ "oid": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8"
168
+ },
169
+ {
170
+ "authoredDate": "2023-10-22T23:13:35Z",
171
+ "authors": [
172
+ {
173
+ "email": "noah@iamnoah.com",
174
+ "id": "MDQ6VXNlcjI5MDA4NA==",
175
+ "login": "magus",
176
+ "name": "magus"
177
+ }
178
+ ],
179
+ "committedDate": "2023-11-17T10:43:28Z",
180
+ "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
181
+ "messageHeadline": "cantaloupe",
182
+ "oid": "f3673599fef8775102b1583ab8e73b492f7e029c"
183
+ }
184
+ ],
185
+ "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
186
+ "number": 33,
187
+ "state": "OPEN",
188
+ "title": "sweet fruits",
189
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/33"
190
+ },
191
+ "base": "53d15f9a-2451-492c-a831-642d41ad3ef4",
192
+ "dirty": true,
193
+ "commits": [
194
+ {
195
+ "sha": "7c737c94da92241e9408fd58d14d5ab24fb502cf",
196
+ "message": "watermelon",
197
+ "raw_message": "watermelon\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
198
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
199
+ },
200
+ {
201
+ "sha": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342",
202
+ "message": "kiwi",
203
+ "raw_message": "kiwi\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
204
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
205
+ },
206
+ {
207
+ "sha": "a8e5c81e9352b11558667101f5e0352a622d97b6",
208
+ "message": "grape",
209
+ "raw_message": "grape\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
210
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
211
+ },
212
+ {
213
+ "sha": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8",
214
+ "message": "mango",
215
+ "raw_message": "mango\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
216
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
217
+ },
218
+ {
219
+ "sha": "f3673599fef8775102b1583ab8e73b492f7e029c",
220
+ "message": "cantaloupe",
221
+ "raw_message": "cantaloupe\n\nline3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
222
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "id": "53d15f9a-2451-492c-a831-642d41ad3ef4",
228
+ "pr": {
229
+ "baseRefName": "master",
230
+ "commits": [
231
+ {
232
+ "authoredDate": "2023-10-22T23:13:14Z",
233
+ "authors": [
234
+ {
235
+ "email": "noah@iamnoah.com",
236
+ "id": "MDQ6VXNlcjI5MDA4NA==",
237
+ "login": "magus",
238
+ "name": "magus"
239
+ }
240
+ ],
241
+ "committedDate": "2023-11-17T10:43:21Z",
242
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
243
+ "messageHeadline": "remove num",
244
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
245
+ },
246
+ {
247
+ "authoredDate": "2023-10-25T09:29:30Z",
248
+ "authors": [
249
+ {
250
+ "email": "noah@iamnoah.com",
251
+ "id": "MDQ6VXNlcjI5MDA4NA==",
252
+ "login": "magus",
253
+ "name": "magus"
254
+ }
255
+ ],
256
+ "committedDate": "2023-11-17T10:43:25Z",
257
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
258
+ "messageHeadline": "strawberry",
259
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
260
+ },
261
+ {
262
+ "authoredDate": "2023-10-30T07:39:35Z",
263
+ "authors": [
264
+ {
265
+ "email": "noah@iamnoah.com",
266
+ "id": "MDQ6VXNlcjI5MDA4NA==",
267
+ "login": "magus",
268
+ "name": "magus"
269
+ }
270
+ ],
271
+ "committedDate": "2023-11-17T10:43:25Z",
272
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
273
+ "messageHeadline": "pineapple",
274
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
275
+ }
276
+ ],
277
+ "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
278
+ "number": 30,
279
+ "state": "MERGED",
280
+ "title": "strawberry",
281
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
282
+ },
283
+ "base": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
284
+ "dirty": true,
285
+ "commits": [
286
+ {
287
+ "sha": "1de8da85fee0e1ebd8e5443c3407a0880914453b",
288
+ "message": "strawberry",
289
+ "raw_message": "strawberry\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
290
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
291
+ },
292
+ {
293
+ "sha": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77",
294
+ "message": "pineapple",
295
+ "raw_message": "pineapple\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
296
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
297
+ }
298
+ ]
299
+ },
300
+ {
301
+ "id": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
302
+ "pr": {
303
+ "baseRefName": "master",
304
+ "commits": [
305
+ {
306
+ "authoredDate": "2023-10-22T23:13:14Z",
307
+ "authors": [
308
+ {
309
+ "email": "noah@iamnoah.com",
310
+ "id": "MDQ6VXNlcjI5MDA4NA==",
311
+ "login": "magus",
312
+ "name": "magus"
313
+ }
314
+ ],
315
+ "committedDate": "2023-11-17T10:43:21Z",
316
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
317
+ "messageHeadline": "remove num",
318
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
319
+ }
320
+ ],
321
+ "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
322
+ "number": 27,
323
+ "state": "MERGED",
324
+ "title": "remove num",
325
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
326
+ },
327
+ "base": "master",
328
+ "dirty": false,
329
+ "commits": [
330
+ {
331
+ "sha": "90e77aa5b2444e223e9e0d704c5229d04b3648ee",
332
+ "message": "remove num",
333
+ "raw_message": "remove num\n\ngit-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
334
+ "branch_id": "3d1d890d-11c9-4569-83c3-e3aff6426e37"
335
+ }
336
+ ]
337
+ }
338
+ ],
339
+ "commit_list": [
340
+ {
341
+ "sha": "90e77aa5b2444e223e9e0d704c5229d04b3648ee",
342
+ "message": "remove num",
343
+ "raw_message": "remove num\n\ngit-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
344
+ "branch_id": "3d1d890d-11c9-4569-83c3-e3aff6426e37"
345
+ },
346
+ {
347
+ "sha": "1de8da85fee0e1ebd8e5443c3407a0880914453b",
348
+ "message": "strawberry",
349
+ "raw_message": "strawberry\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
350
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
351
+ },
352
+ {
353
+ "sha": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77",
354
+ "message": "pineapple",
355
+ "raw_message": "pineapple\n\ngit-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
356
+ "branch_id": "53d15f9a-2451-492c-a831-642d41ad3ef4"
357
+ },
358
+ {
359
+ "sha": "7c737c94da92241e9408fd58d14d5ab24fb502cf",
360
+ "message": "watermelon",
361
+ "raw_message": "watermelon\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
362
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
363
+ },
364
+ {
365
+ "sha": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342",
366
+ "message": "kiwi",
367
+ "raw_message": "kiwi\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
368
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
369
+ },
370
+ {
371
+ "sha": "a8e5c81e9352b11558667101f5e0352a622d97b6",
372
+ "message": "grape",
373
+ "raw_message": "grape\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
374
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
375
+ },
376
+ {
377
+ "sha": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8",
378
+ "message": "mango",
379
+ "raw_message": "mango\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
380
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
381
+ },
382
+ {
383
+ "sha": "f3673599fef8775102b1583ab8e73b492f7e029c",
384
+ "message": "cantaloupe",
385
+ "raw_message": "cantaloupe\n\nline3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
386
+ "branch_id": "398c0ead-77ad-41a4-af6e-280f99998c28"
387
+ },
388
+ {
389
+ "sha": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab",
390
+ "message": "lemon",
391
+ "raw_message": "lemon\n\ngit-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
392
+ "branch_id": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112"
393
+ },
394
+ {
395
+ "sha": "3dcc44fbe1f293d0c212e71dfcd459e9d88879a8",
396
+ "message": "orange color",
397
+ "raw_message": "orange color\n\ngit-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
398
+ "branch_id": "79402548-a996-4c2a-a338-86633040358e"
399
+ }
400
+ ],
401
+ "pr_lookup": {},
402
+ "UNASSIGNED": "unassigned"
403
+ },
404
+ "pr": {
405
+ "d9fc206e-70ce-4b1c-b950-1f54cf1fe112": {
406
+ "baseRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
407
+ "commits": [
408
+ {
409
+ "authoredDate": "2023-11-12T22:55:05Z",
410
+ "authors": [
411
+ {
412
+ "email": "noah@iamnoah.com",
413
+ "id": "MDQ6VXNlcjI5MDA4NA==",
414
+ "login": "magus",
415
+ "name": "magus"
416
+ }
417
+ ],
418
+ "committedDate": "2023-11-17T10:43:31Z",
419
+ "messageBody": "git-multi-diff-id: d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
420
+ "messageHeadline": "lemon",
421
+ "oid": "9518f3fc1bf82b8b8dffea69ea0d3f5f120570ab"
422
+ }
423
+ ],
424
+ "headRefName": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
425
+ "number": 34,
426
+ "state": "OPEN",
427
+ "title": "lemon",
428
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/34"
429
+ },
430
+ "398c0ead-77ad-41a4-af6e-280f99998c28": {
431
+ "baseRefName": "master",
432
+ "commits": [
433
+ {
434
+ "authoredDate": "2023-10-22T23:13:14Z",
435
+ "authors": [
436
+ {
437
+ "email": "noah@iamnoah.com",
438
+ "id": "MDQ6VXNlcjI5MDA4NA==",
439
+ "login": "magus",
440
+ "name": "magus"
441
+ }
442
+ ],
443
+ "committedDate": "2023-11-17T10:43:21Z",
444
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
445
+ "messageHeadline": "remove num",
446
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
447
+ },
448
+ {
449
+ "authoredDate": "2023-10-25T09:29:30Z",
450
+ "authors": [
451
+ {
452
+ "email": "noah@iamnoah.com",
453
+ "id": "MDQ6VXNlcjI5MDA4NA==",
454
+ "login": "magus",
455
+ "name": "magus"
456
+ }
457
+ ],
458
+ "committedDate": "2023-11-17T10:43:25Z",
459
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
460
+ "messageHeadline": "strawberry",
461
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
462
+ },
463
+ {
464
+ "authoredDate": "2023-10-30T07:39:35Z",
465
+ "authors": [
466
+ {
467
+ "email": "noah@iamnoah.com",
468
+ "id": "MDQ6VXNlcjI5MDA4NA==",
469
+ "login": "magus",
470
+ "name": "magus"
471
+ }
472
+ ],
473
+ "committedDate": "2023-11-17T10:43:25Z",
474
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
475
+ "messageHeadline": "pineapple",
476
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
477
+ },
478
+ {
479
+ "authoredDate": "2023-11-12T20:23:20Z",
480
+ "authors": [
481
+ {
482
+ "email": "noah@iamnoah.com",
483
+ "id": "MDQ6VXNlcjI5MDA4NA==",
484
+ "login": "magus",
485
+ "name": "magus"
486
+ }
487
+ ],
488
+ "committedDate": "2023-11-17T10:43:28Z",
489
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
490
+ "messageHeadline": "watermelon",
491
+ "oid": "7c737c94da92241e9408fd58d14d5ab24fb502cf"
492
+ },
493
+ {
494
+ "authoredDate": "2023-11-12T21:34:04Z",
495
+ "authors": [
496
+ {
497
+ "email": "noah@iamnoah.com",
498
+ "id": "MDQ6VXNlcjI5MDA4NA==",
499
+ "login": "magus",
500
+ "name": "magus"
501
+ }
502
+ ],
503
+ "committedDate": "2023-11-17T10:43:28Z",
504
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
505
+ "messageHeadline": "kiwi",
506
+ "oid": "8fa70ac8bc6a295bfcb519507a09509e9e3bb342"
507
+ },
508
+ {
509
+ "authoredDate": "2023-11-12T22:22:10Z",
510
+ "authors": [
511
+ {
512
+ "email": "noah@iamnoah.com",
513
+ "id": "MDQ6VXNlcjI5MDA4NA==",
514
+ "login": "magus",
515
+ "name": "magus"
516
+ }
517
+ ],
518
+ "committedDate": "2023-11-17T10:43:28Z",
519
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
520
+ "messageHeadline": "grape",
521
+ "oid": "a8e5c81e9352b11558667101f5e0352a622d97b6"
522
+ },
523
+ {
524
+ "authoredDate": "2023-11-12T17:43:40Z",
525
+ "authors": [
526
+ {
527
+ "email": "noah@iamnoah.com",
528
+ "id": "MDQ6VXNlcjI5MDA4NA==",
529
+ "login": "magus",
530
+ "name": "magus"
531
+ }
532
+ ],
533
+ "committedDate": "2023-11-17T10:43:28Z",
534
+ "messageBody": "git-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
535
+ "messageHeadline": "mango",
536
+ "oid": "b4b5cce06c5932f718c982c03b3ce0ceb7ecaed8"
537
+ },
538
+ {
539
+ "authoredDate": "2023-10-22T23:13:35Z",
540
+ "authors": [
541
+ {
542
+ "email": "noah@iamnoah.com",
543
+ "id": "MDQ6VXNlcjI5MDA4NA==",
544
+ "login": "magus",
545
+ "name": "magus"
546
+ }
547
+ ],
548
+ "committedDate": "2023-11-17T10:43:28Z",
549
+ "messageBody": "line3 'abc'\nline4\nline5 \"hello world\"\n\ngit-multi-diff-id: 398c0ead-77ad-41a4-af6e-280f99998c28",
550
+ "messageHeadline": "cantaloupe",
551
+ "oid": "f3673599fef8775102b1583ab8e73b492f7e029c"
552
+ }
553
+ ],
554
+ "headRefName": "398c0ead-77ad-41a4-af6e-280f99998c28",
555
+ "number": 33,
556
+ "state": "OPEN",
557
+ "title": "sweet fruits",
558
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/33"
559
+ },
560
+ "79402548-a996-4c2a-a338-86633040358e": {
561
+ "baseRefName": "d9fc206e-70ce-4b1c-b950-1f54cf1fe112",
562
+ "commits": [
563
+ {
564
+ "authoredDate": "2023-10-29T21:58:16Z",
565
+ "authors": [
566
+ {
567
+ "email": "noah@iamnoah.com",
568
+ "id": "MDQ6VXNlcjI5MDA4NA==",
569
+ "login": "magus",
570
+ "name": "magus"
571
+ }
572
+ ],
573
+ "committedDate": "2023-11-17T10:43:34Z",
574
+ "messageBody": "git-multi-diff-id: 79402548-a996-4c2a-a338-86633040358e",
575
+ "messageHeadline": "orange color",
576
+ "oid": "3dcc44fbe1f293d0c212e71dfcd459e9d88879a8"
577
+ }
578
+ ],
579
+ "headRefName": "79402548-a996-4c2a-a338-86633040358e",
580
+ "number": 32,
581
+ "state": "OPEN",
582
+ "title": "orange color",
583
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/32"
584
+ },
585
+ "3d1d890d-11c9-4569-83c3-e3aff6426e37": {
586
+ "baseRefName": "master",
587
+ "commits": [
588
+ {
589
+ "authoredDate": "2023-10-22T23:13:14Z",
590
+ "authors": [
591
+ {
592
+ "email": "noah@iamnoah.com",
593
+ "id": "MDQ6VXNlcjI5MDA4NA==",
594
+ "login": "magus",
595
+ "name": "magus"
596
+ }
597
+ ],
598
+ "committedDate": "2023-11-17T10:43:21Z",
599
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
600
+ "messageHeadline": "remove num",
601
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
602
+ }
603
+ ],
604
+ "headRefName": "3d1d890d-11c9-4569-83c3-e3aff6426e37",
605
+ "number": 27,
606
+ "state": "MERGED",
607
+ "title": "remove num",
608
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/27"
609
+ },
610
+ "53d15f9a-2451-492c-a831-642d41ad3ef4": {
611
+ "baseRefName": "master",
612
+ "commits": [
613
+ {
614
+ "authoredDate": "2023-10-22T23:13:14Z",
615
+ "authors": [
616
+ {
617
+ "email": "noah@iamnoah.com",
618
+ "id": "MDQ6VXNlcjI5MDA4NA==",
619
+ "login": "magus",
620
+ "name": "magus"
621
+ }
622
+ ],
623
+ "committedDate": "2023-11-17T10:43:21Z",
624
+ "messageBody": "git-multi-diff-id: 3d1d890d-11c9-4569-83c3-e3aff6426e37",
625
+ "messageHeadline": "remove num",
626
+ "oid": "90e77aa5b2444e223e9e0d704c5229d04b3648ee"
627
+ },
628
+ {
629
+ "authoredDate": "2023-10-25T09:29:30Z",
630
+ "authors": [
631
+ {
632
+ "email": "noah@iamnoah.com",
633
+ "id": "MDQ6VXNlcjI5MDA4NA==",
634
+ "login": "magus",
635
+ "name": "magus"
636
+ }
637
+ ],
638
+ "committedDate": "2023-11-17T10:43:25Z",
639
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
640
+ "messageHeadline": "strawberry",
641
+ "oid": "1de8da85fee0e1ebd8e5443c3407a0880914453b"
642
+ },
643
+ {
644
+ "authoredDate": "2023-10-30T07:39:35Z",
645
+ "authors": [
646
+ {
647
+ "email": "noah@iamnoah.com",
648
+ "id": "MDQ6VXNlcjI5MDA4NA==",
649
+ "login": "magus",
650
+ "name": "magus"
651
+ }
652
+ ],
653
+ "committedDate": "2023-11-17T10:43:25Z",
654
+ "messageBody": "git-multi-diff-id: 53d15f9a-2451-492c-a831-642d41ad3ef4",
655
+ "messageHeadline": "pineapple",
656
+ "oid": "a1ff3525beb880adf1b56a54fc8af3e13aa3fa77"
657
+ }
658
+ ],
659
+ "headRefName": "53d15f9a-2451-492c-a831-642d41ad3ef4",
660
+ "number": 30,
661
+ "state": "MERGED",
662
+ "title": "strawberry",
663
+ "url": "https://github.com/magus/git-multi-diff-playground/pull/30"
664
+ }
665
+ },
666
+ }