]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/launch-editor-error-message'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:39 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:39 +0000 (11:52 -0700)
Git writes a "waiting for your editor" message on an incomplete
line after launching an editor, and then append another error
message on the same line if the editor errors out.  It now clears
the "waiting for..." line before giving the error message.

* rj/launch-editor-error-message:
  launch_editor: waiting message on error


Trivial merge