Chris Murphy wrote: > Lennart was working on this a while ago in systemd. I'm not sure how far > along it is. Could git clone it and then: > > git log --grep=TPM2 > > I'm not sure how to do case insensitive with git's grep. The -i option does the trick (or --regexp-ignore-case for those who like the long-form), e.g.: git log -i --grep TPM2 That finds 11 matches on the current master branch of systemd versus 6 when searching for TPM2 without -i. -- Todd
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx