ref: 8ab397c23c2fdbbe64d10f756bb4eb15aab54075
parent: c9bf96e3e04a46122ec33840d69ae2341cebd50c
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 13 08:48:49 EDT 2021
git/push, git/send: get better about erroring out early git/push died within a subshell, which prevented the whole program from exiting, and lead to an incorrect ref update line that confused people. git/send would eventually error out, but would push all the data before that happened; this was annoying.