git-stack-cli 0.8.7 → 1.0.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 (105) hide show
  1. package/README.md +32 -3
  2. package/dist/cjs/index.cjs +34770 -0
  3. package/package.json +21 -7
  4. package/dist/__fixtures__/metadata.js +0 -666
  5. package/dist/__fixtures__/metadata.json +0 -186
  6. package/dist/app/App copy.js +0 -30
  7. package/dist/app/App.js +0 -42
  8. package/dist/app/ArgCheck.js +0 -21
  9. package/dist/app/AutoUpdate.js +0 -128
  10. package/dist/app/Await.js +0 -45
  11. package/dist/app/Brackets copy.js +0 -10
  12. package/dist/app/Brackets.js +0 -11
  13. package/dist/app/Command.js +0 -7
  14. package/dist/app/Counter.js +0 -19
  15. package/dist/app/Debug.js +0 -33
  16. package/dist/app/DependencyCheck.js +0 -89
  17. package/dist/app/Exit.js +0 -14
  18. package/dist/app/FormatText.js +0 -9
  19. package/dist/app/GatherMetadata copy.js +0 -91
  20. package/dist/app/GatherMetadata.js +0 -100
  21. package/dist/app/GithubApiError.js +0 -50
  22. package/dist/app/InitMetadata.js +0 -14
  23. package/dist/app/Input.js +0 -15
  24. package/dist/app/KeepAlive.js +0 -11
  25. package/dist/app/LocalCommitStatus.js +0 -43
  26. package/dist/app/LocalMergeRebase.js +0 -157
  27. package/dist/app/Main copy.js +0 -200
  28. package/dist/app/ManualRebase copy.js +0 -127
  29. package/dist/app/ManualRebase.js +0 -220
  30. package/dist/app/MultiSelect copy.js +0 -76
  31. package/dist/app/MultiSelect.js +0 -143
  32. package/dist/app/NPMAutoUpdate.js +0 -34
  33. package/dist/app/Output.js +0 -19
  34. package/dist/app/Parens copy.js +0 -9
  35. package/dist/app/Parens.js +0 -10
  36. package/dist/app/PostRebaseStatus copy.js +0 -23
  37. package/dist/app/PostRebaseStatus.js +0 -23
  38. package/dist/app/PreLocalMergeRebase.js +0 -21
  39. package/dist/app/PreSelectCommitRanges copy.js +0 -21
  40. package/dist/app/PreSelectCommitRanges.js +0 -21
  41. package/dist/app/Providers.js +0 -5
  42. package/dist/app/RebaseCheck.js +0 -56
  43. package/dist/app/SelectCommitRange.js +0 -1
  44. package/dist/app/SelectCommitRanges.js +0 -207
  45. package/dist/app/Status copy.js +0 -46
  46. package/dist/app/Status.js +0 -61
  47. package/dist/app/StatusTable.js +0 -115
  48. package/dist/app/Store.js +0 -136
  49. package/dist/app/Table.js +0 -65
  50. package/dist/app/TextInput.js +0 -51
  51. package/dist/app/Url copy.js +0 -6
  52. package/dist/app/Url.js +0 -6
  53. package/dist/app/Waterfall.js +0 -20
  54. package/dist/app/YesNoPrompt copy.js +0 -24
  55. package/dist/app/YesNoPrompt.js +0 -40
  56. package/dist/app/main.js +0 -39
  57. package/dist/cli.js +0 -9
  58. package/dist/command.js +0 -60
  59. package/dist/core/CommitMetadata.js +0 -159
  60. package/dist/core/Metadata copy.js +0 -37
  61. package/dist/core/Metadata.js +0 -36
  62. package/dist/core/Metadata.test.js +0 -34
  63. package/dist/core/StackSummaryTable.js +0 -86
  64. package/dist/core/StackSummaryTable.test.js +0 -134
  65. package/dist/core/StackTable.js +0 -38
  66. package/dist/core/SummaryTable.js +0 -38
  67. package/dist/core/ZustandStore.js +0 -23
  68. package/dist/core/assertNever.js +0 -4
  69. package/dist/core/cache.js +0 -39
  70. package/dist/core/capitalize.js +0 -5
  71. package/dist/core/chalk.js +0 -83
  72. package/dist/core/clamp.js +0 -6
  73. package/dist/core/cli copy.js +0 -44
  74. package/dist/core/cli.js +0 -86
  75. package/dist/core/color.js +0 -83
  76. package/dist/core/colors.js +0 -15
  77. package/dist/core/date.js +0 -18
  78. package/dist/core/dependency_check.js +0 -27
  79. package/dist/core/env.js +0 -4
  80. package/dist/core/exit.js +0 -4
  81. package/dist/core/fetch_json.js +0 -24
  82. package/dist/core/get_commit_metadata.js +0 -61
  83. package/dist/core/github.js +0 -118
  84. package/dist/core/id.js +0 -61
  85. package/dist/core/invariant copy.js +0 -5
  86. package/dist/core/invariant.js +0 -5
  87. package/dist/core/isFiniteValue.js +0 -3
  88. package/dist/core/is_command_available.js +0 -15
  89. package/dist/core/is_dev.js +0 -1
  90. package/dist/core/is_finite_value.js +0 -3
  91. package/dist/core/json.js +0 -35
  92. package/dist/core/match_group.js +0 -9
  93. package/dist/core/readJson.js +0 -3
  94. package/dist/core/read_json.js +0 -12
  95. package/dist/core/safe_quote.js +0 -9
  96. package/dist/core/semver_compare.js +0 -26
  97. package/dist/core/serialize_json.js +0 -17
  98. package/dist/core/short_id.js +0 -60
  99. package/dist/core/sleep copy.js +0 -3
  100. package/dist/core/sleep.js +0 -3
  101. package/dist/core/wrap_index.js +0 -10
  102. package/dist/index.js +0 -13
  103. package/dist/main copy.js +0 -266
  104. package/dist/main.backup.js +0 -266
  105. package/dist/main.js +0 -265
@@ -1,666 +0,0 @@
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
- };