Re: 'git add --patch' no longer allows you to select files before selecting patches
From: Junio C Hamano <hidden> Date: 2017-03-13 19:13:39
Anthony Scian [off-list ref] writes:
Similarly the patch sub-command in ‘git add —interactive’ goes
immediately to selecting patches starting with the first file. Is
there a git configuration that would being back the old behaviour?
Why was this changed?
Because people are careless ;-)
The fix is already proposed and in the 'master' branch. Please keep
using that version to make sure there is no unexpected regression
caused by the fix.
Thanks.