On Mon, Oct 7, 2024, at 17:17, Elijah Newren wrote: >> NEWTREE=$(git merge-tree --write-tree $BRANCH1 $BRANCH2) >> test $? -eq 0 || die "There were conflicts..." >> - NEWCOMMIT=$(git commit-tree $NEWTREE -p $BRANCH1 -p $BRANCH2) >> + NEWCOMMIT=$(git commit-tree $NEWTREE -mMerge -p $BRANCH1 -p $BRANCH2) > > ...perhaps this can be -F ${FILE_WITH_COMMIT_MESSAGE} ? I personally > have a problem with writing example code that models horrible commit > messages; I'd rather give them an example that hangs waiting on stdin > than do that. Yes. I’ll do that in the reroll. Both this part and the uppercase variables. Cheers -- Kristoffer Haugsbakk