]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dd/notes-empty-no-edit-by-default' into maint-2.46
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Aug 2024 19:50:55 +0000 (12:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Aug 2024 19:50:55 +0000 (12:50 -0700)
commitc09721cb6332171be29321922ebcae21bfaf025b
tree2aa7af44c92e17ef83e0e3430b53433d5edffc61
parent9dd837e64f8d87429c47d34337338c7310299d79
parent8b426c84f376657e1e10839f3f5dafd9ba99593d
Merge branch 'dd/notes-empty-no-edit-by-default' into maint-2.46

"git notes add -m '' --allow-empty" and friends that take prepared
data to create notes should not invoke an editor, but it started
doing so since Git 2.42, which has been corrected.

* dd/notes-empty-no-edit-by-default:
  notes: do not trigger editor when adding an empty note