it is easier to write specific "not match" using PCRE syntax, but there are several other options to choose from combining as many expressions as needed from the `git log` man page: git log -P --all-match --grep '12' --grep '\b(?!t123\b)\w+' Carlo
it is easier to write specific "not match" using PCRE syntax, but there are several other options to choose from combining as many expressions as needed from the `git log` man page: git log -P --all-match --grep '12' --grep '\b(?!t123\b)\w+' Carlo