On Mon, Nov 07, 2022 at 09:57:03PM +0800, Teng Long wrote: > From: Teng Long <dyroneteng@xxxxxxxxx> > > When appending to a given object which has note and if the appended > note is not empty too, we will insert a blank line at first. The > blank line serves as a split line, but sometimes we just want to > omit it then append on the heels of the target note. So, we add > a new "OPT_BOOL()" option to determain whether a new blank line > is insert at first. The discussion about whether this should support '--blank-line' or just be '--no-blank-line' aside, I'm curious what motivated this change? Thanks, Taylor