Hi On Thu, May 18, 2023, at 14:02, Teng Long wrote: > From: Teng Long <dyroneteng@xxxxxxxxx> > > When adding new notes or appending to an existing notes, we will > insert a blank line between the paragraphs, like: I was wondering why it acts this way. So of minor historical note (may be obvious to everyone else): it was in order to mirror how `git commit -m` works. From commit d9246d4303f (Teach "-m <msg>" and "-F <file>" to "git notes edit", 2009-10-09): > Teach "-m <msg>" and "-F <file>" to "git notes edit" > > The "-m" and "-F" options are already the established method > (in both git-commit and git-tag) to specify a commit/tag message > without invoking the editor. This patch teaches "git notes edit" > to respect the same options for specifying a notes message without > invoking the editor. > > Multiple "-m" and/or "-F" options are concatenated as separate > paragraphs. -- Kristoffer Haugsbakk