]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dd/notes-empty-no-edit-by-default'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Aug 2024 17:41:19 +0000 (10:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Aug 2024 17:41:19 +0000 (10:41 -0700)
commit028cf229043c0b7f20d9d02366dcb440309acf09
treeed46f9135f66c055bfbeb9a75c9672e62ae74124
parentc2058b2a85987e0f184fac7403dd430f2de76692
parent8b426c84f376657e1e10839f3f5dafd9ba99593d
Merge branch 'dd/notes-empty-no-edit-by-default'

"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