]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/add-patch-quit'
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Nov 2025 14:49:54 +0000 (06:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Nov 2025 14:49:54 +0000 (06:49 -0800)
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