Merge branch 'pw/add-p-select' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2018 19:42:06 +0000 (12:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2018 19:42:06 +0000 (12:42 -0700)
"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.

* pw/add-p-select:
add -p: optimize line selection for short hunks
add -p: allow line selection to be inverted
add -p: select individual hunk lines

No differences found