quoted
quoted
quoted
quoted
"Matthieu" == Matthieu Moy [off-list ref] writes:
Matthieu> Matthieu Moy [off-list ref] writes:
quoted
git log -p --format="%s\n%x00" | perl -0 -ne 'print if(/whatever-you-search/);'
That "if" is noisier than it needs to be:
perl -0 -ne 'print if /this/'
suffices.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[off-list ref] <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion