]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/add-patch-quit' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2025 03:09:49 +0000 (20:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2025 03:09:49 +0000 (20:09 -0700)
The 'q'(uit) command in "git add -p" has been improved to quit
without doing any meaningless work before leaving, and giving EOF
(typically control-D) to the prompt is made to behave the same way.

* rs/add-patch-quit:
  add-patch: quit on EOF
  add-patch: quit without skipping undecided hunks


Trivial merge