Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-10 | b4: Rework call-process helper to handle git calls | Kyle Meyer | |
The subprocess handling needs reworked and polished, so this helper likely won't stay around in its current form for long, but it's still useful to send git through it so that a failure signals an error and shows the output. | |||
2020-05-07 | Add a barely useful interface to b4-am | Kyle Meyer | |
Aside from switching the 'b4 am' process to an asynchronous one, the am-ready commands may not need a lot of work. The more interesting variant, piem-b4-am-from-mid, can find an associated code repository and am the patch, but there's a lot that needs to be fleshed out. |