On Wed, Sep 19, 2018 at 6:25 PM Alexander Mills <alexander.d.mills@xxxxxxxxx> wrote: > The following command sequence exits with 1, and no stderr > > base='remotes/origin/dev'; > fork_point="$(git merge-base --fork-point "$base")"; > > I cannot figure out why it's exiting with 1, but there is no stdout/stderr Unable to reproduce the problem. Perhaps you can provide more context.