Re: [PATCH v2 1/5] add-patch: improve help for options j, J, k, and K
From: Junio C Hamano <hidden> Date: 2025-10-06 17:58:55
René Scharfe [off-list ref] writes:
I see it more narrowly: This patch removes unnecessary references to the
hunk's status, while a y/n doc patch would add missing pieces.
Good.
Hmm, would the help text need to adapt to whether the current hunk is
the last undecided one? E.g., "stage this hunk, implies 'j'" if j is an
allowed option and "stage this hunk and quit" otherwise? Stuff for a
separate series, I think.