Duplicate possible:
Comment parcourir toutes les commits du référentiel?
Existe-t-il un moyen de rechercher dans les en-têtes de commit en utilisant la ligne de commande?
git log --grep=<pattern>
Limit the commits output to ones with log message that matches the
specified pattern (regular expression).
git log --oneline | grep PATTERN