Re: git commit --interactive patch-mode no longer allows selecting files

2017-03-10 Thread Jeff King
On Fri, Mar 10, 2017 at 11:57:04AM -0800, Junio C Hamano wrote: > Jeff King writes: > > > It's a bug. The fix is in c852bd54bd87fdcdc825f5d45c26aa745be13ba6, but > > has not yet been merged to any integration branches. I hope it will make > > it into v2.12.1. > > Wow, you got me

Re: git commit --interactive patch-mode no longer allows selecting files

2017-03-10 Thread Junio C Hamano
Jeff King writes: > It's a bug. The fix is in c852bd54bd87fdcdc825f5d45c26aa745be13ba6, but > has not yet been merged to any integration branches. I hope it will make > it into v2.12.1. Wow, you got me worried. It has been in 'pu' (and my private edition 'jch', which is

Re: git commit --interactive patch-mode no longer allows selecting files

2017-03-09 Thread Jeff King
On Thu, Mar 09, 2017 at 06:48:58PM +0100, Jörn Hees wrote: > i'm not entirely sure if this is a bug or intended (couldn't find it in the > changelogs though)... > > Before 2.12.0 a `git commit --int` / `git add --int` followed by [p] > for patch-mode, would allow a numeric selection of the

git commit --interactive patch-mode no longer allows selecting files

2017-03-09 Thread Jörn Hees
Hi, i'm not entirely sure if this is a bug or intended (couldn't find it in the changelogs though)... Before 2.12.0 a `git commit --int` / `git add --int` followed by [p] for patch-mode, would allow a numeric selection of the files to patch hunks for (this behavior is well documented all over