Jeff King <peff@xxxxxxxx> writes: > On Sun, Dec 06, 2015 at 10:12:18AM -0600, Edmundo Carmona Antoranz wrote: > >> Hi, Junio, Jeff! >> >> On Fri, Dec 4, 2015 at 5:15 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> > * ec/annotate-deleted (2015-11-20) 1 commit >> > - annotate: skip checking working tree if a revision is provided >> > >> > Usability fix for annotate-specific "<file> <rev>" syntax with deleted >> > files. >> > >> > Waiting for review. >> >> Is there something I have to do about it? > > A gentle ping is sometimes helpful. :) > > I did not see anything wrong with it, but I think Junio would be a good > person to give it a look, as he knows all of the sordid history of blame > versus annotate, and the intended allowed command-line orderings. If you bring "intended allowed command-line orderings" into the picture, then I would have to say that any effort that encourages the use of paths before revs like this patch does should be frowned upon---if anything, we should actively discouraging people from feeding paths before revs, and this change goes in a wrong direction by adding a special case only to annotate, giving another excuse to people who think "git log path rev" should work "because annotate does". If the change is just to 'annotate path rev', and does not change 'blame path rev', it would be less distasteful, though. I'd have to think about it. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html