Hi Junio, On Sun, 9 Dec 2018, Junio C Hamano wrote: > * pw/add-p-select (2018-07-26) 4 commits > - add -p: optimize line selection for short hunks > - add -p: allow line selection to be inverted > - add -p: select modified lines correctly > - add -p: select individual hunk lines > > "git add -p" interactive interface learned to let users choose > individual added/removed lines to be used in the operation, instead > of accepting or rejecting a whole hunk. > > Will discard. > No further feedbacks on the topic for quite some time. That is not quite true. I did comment that this feature (which I take as being inspired by Git GUI's "Stage Selected Line"), and thought that it would be useful. I could imagine, however, that it would make sense for `git add -p` to imitate that feature more closely: by allowing to stage a single line and then presenting the current hunk (re-computed) again. Ciao, Dscho