]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rj/add-p-explicit-reshow'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Apr 2024 21:31:44 +0000 (14:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Apr 2024 21:31:44 +0000 (14:31 -0700)
commit989bf45394ab70afcd13f89865062386034fbca6
treeca825d9bfe21c8f39fb190cd7a28edb41ec85e15
parent4b4081034ba924644a150d8f84290ac3b26a5003
parentbab1f1c3948bddc4bc35d9ce1cb33d9ce84446cb
Merge branch 'rj/add-p-explicit-reshow'

"git add -p" and other "interactive hunk selection" UI has learned to
skip showing the hunk immediately after it has already been shown, and
an additional action to explicitly ask to reshow the current hunk.

* rj/add-p-explicit-reshow:
  add-patch: do not print hunks repeatedly
  add-patch: introduce 'p' in interactive-patch
add-patch.c