不是 commit log 而是,筛选出每个 commit 的文件更新/新增/删除内容有包含 NNN 的字串的commit 举例 : 2023-11-20 commit message = "更新订单功能2" files: * A.txt `insert: update customer_order .......` 2023-11-19 commit message = "更新订单功能1" files: * A.txt `modify: insert order .......` 想要能找出有 customer_order 字串的 2023-11-20 commit