On Thu, May 22, 2008 at 11:21:34AM -0400, Steven A. Falco wrote:
Miklos suggested a way of looking up trees and commits which contain
blobs, but you can also look for that specific change of blobs:
git log --pretty=format:'%h %s' --raw |
perl -00 -ne 'print if /9ceadaa.*ad31bc6/'
-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