]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4014-format-patch.sh
Merge branch 'rj/add-p-typo-reaction'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:45 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:45 +0000 (10:18 -0700)
commit80dbfac2aad6862ec6b876090e0b1bfddd7a956f
treea67bd7fdfba1894ceb905f88a8b39c52fad725bd
parent34f34d63bb18f3ece8b02490066a89c7c79b7942
parent26998ed2a2ed2e36103da7131e44cd6a0c8d4565
Merge branch 'rj/add-p-typo-reaction'

When the user responds to a prompt given by "git add -p" with an
unsupported command, list of available commands were given, which
was too much if the user knew what they wanted to type but merely
made a typo.  Now the user gets a much shorter error message.

* rj/add-p-typo-reaction:
  add-patch: response to unknown command
  add-patch: do not show UI messages on stderr
add-patch.c
t/t3701-add-interactive.sh