]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
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)
commit5615be39bc348d3e78018341d20737cc4fb0779f
treecc46bfc1d6dbe44943e2da6c0024c01e7ba66508
parent7f49008602b79c3f5767051901968b1b4b8a1ddf
parent48e1ca27b1fed9d71779bf93d524b4aed9d66da3
Merge branch 'rj/launch-editor-error-message'

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