]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit18a7988898889bf9c8e17ad5a305d7e529d1ec6b
tree1a764fb833f1a33b21cf04d0408df7fcf0c833c9
parenta99f379adf116d53eb11957af5bab5214915f91d
parente56f6dcd7b4c90192018e848d0810f091d092913
Merge branch 'rs/add-patch-quit'

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