]> git.ipfire.org Git - thirdparty/git.git/commit - add-patch.c
add-patch: introduce 'p' in interactive-patch
authorRubén Justo <rjusto@gmail.com>
Fri, 29 Mar 2024 03:58:28 +0000 (04:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Mar 2024 05:40:08 +0000 (22:40 -0700)
commit66c14ab592f0226168a7411184c2e3ffc05e30b8
tree9a54959a4a1e28282999967e6647b66fc524048a
parentc75fd8d8150afdf836b63a8e0534d9b9e3e111ba
add-patch: introduce 'p' in interactive-patch

Shortly we're going make interactive-patch stop printing automatically
the hunk under certain circumstances.

Let's introduce a new option to allow the user to explicitly request
the printing.

Signed-off-by: Rubén Justo <rjusto@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
add-patch.c
t/t3701-add-interactive.sh