]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'aa/add-p-no-auto-advance' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2026 20:13:17 +0000 (12:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2026 20:13:17 +0000 (12:13 -0800)
commitce27f94bc2b3bf730bf5b9ad235733f24ef8fd97
treeaf9d5122f612698b242989e240e24824d6f72479
parentc5862e1b3d719615b3d5e05cb03e2270cf38fa29
parent417b181f99ce53f50dea6541430cfe1f1f359a6a
Merge branch 'aa/add-p-no-auto-advance' into next

"git add -p" learned a new mode that allows the user to revisit a
file that was already dealt with.

* aa/add-p-no-auto-advance:
  add-patch: allow interfile navigation when selecting hunks
  add-patch: allow all-or-none application of patches
  add-patch: modify patch_update_file() signature
  interactive -p: add new `--auto-advance` flag
add-interactive.c
add-patch.c
builtin/checkout.c
builtin/reset.c
builtin/stash.c
t/t3701-add-interactive.sh
t/t9902-completion.sh