git如何查找某个包含指定字符串的commit hash值?

答: git shortlog --format='%H|%cn|%s' | grep '需要查找的字符串内容'

原文地址:https://www.cnblogs.com/dakewei/p/11506671.html