On Thu, Apr 25, 2019 at 09:44:40AM +0900, Junio C Hamano wrote:
[..]
> So the user would be able to say something like
> 
>       git log -Ux --since=6.months |
>       git patch-grep \
>               --commit-names-only \
>               --all-match \
>               -e '+.*devm_request_threaded_irq(IRQF_SHARED)' \
>                 -e '-.*devm_request_threaded_irq(IRQF_ONESHOT)' |
>       xargs git show --oneline -s
[..]

JFTR/FWIW, this looks quite user friendly to me, but I believe users
like me can (and likely do) already handcraft their own variants of
'git patch-grep', since the above model implies piping (as opposed to
in-git processing done by --pickaxe-raw-diff).

-- 
Best Regards,
Eugeniu.

Reply via email to