Re: [RFH/PATCH] blame: tighten command line parser

2018-02-05 Thread Eric Sunshine
On Mon, Feb 5, 2018 at 6:37 PM, Junio C Hamano wrote: > The command line parser of "git blame" is prepared to take an > ancient odd argument order "blame " in addition to the > usual "blame [] ". It has at least two negative > ramifications: > > - In order to tell these two apart, it checks if

[RFH/PATCH] blame: tighten command line parser

2018-02-05 Thread Junio C Hamano
The command line parser of "git blame" is prepared to take an ancient odd argument order "blame " in addition to the usual "blame [] ". It has at least two negative ramifications: - In order to tell these two apart, it checks if the last command line argument names a path in the working tree