On Fri, Aug 22, 2008 at 04:29:31PM -0500, Brian Ericson wrote:Yes (though I couldn't have told you that without experimenting -- I always assumed it checked whole lines). That is a bit harder, and AFAIK not possible with -S. You could always post process the log output. E.g.,: git log -p | perl -ne ' BEGIN { $/ = "commit " } chomp; print if /^\+import / ' which lets you get quite fancy with the matching. The usual question (for me, anyway) is "when did X get introduced?" when looking for a token. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Jesse Barnes | Re: [stable] [BUG][PATCH] cpqphp: fix kernel NULL pointer dereference |
| Greg KH | [003/136] p54usb: add Zcomax XG-705A usbid |
| Magnus Damm | [PATCH 03/07] ARM: Use shared GIC entry macros on Realview |
| Oliver Neukum | Re: [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30 |
| Martin Schwidefsky | Re: [PATCH] optimized ktime_get[_ts] for GENERIC_TIME=y |
git: | |
| Junio C Hamano | Re: Some advanced index playing |
| Jeff King |
