]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/add-p-hunk-splitting-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:56:08 +0000 (12:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:56:09 +0000 (12:56 -0700)
commit243a61d2cffe790ba811f5a7922a7e6a365b2922
tree1aeb6b3555d6520fd36906046071d385c5f872fb
parent048625a6898f2bcc212f0d4baec1d18695b028a5
parent732650e263eb6bceda9988a8bbe75f311d908897
Merge branch 'pw/add-p-hunk-splitting-fix'

Marking a hunk 'selected' in "git add -p" and then splitting made
all the split pieces 'selected'; this has been changed to make them
all 'undecided', which gives better end-user experience.

* pw/add-p-hunk-splitting-fix:
  add-patch: update hunk splitability after editing
  add -p: mark split hunks as undecided
add-patch.c
t/t3701-add-interactive.sh