On Mon, Aug 19, 2019 at 5:18 AM Phillip Wood via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > Adapt try_to_commit() to create a new root commit rather than special > casing this in run_git_commit(). The significantly reduces the amount of s/The/This/ > special case code for creating the root commit and reduces the number of > commit code paths we have to worry about. > > Signed-off-by: Phillip Wood <phillip.wood@xxxxxxxxxxxxx>