来自 Caleb Hearth 的简洁的 Git 技巧是我以前从未见过的,而且它开箱即用地适用于 Python:
git log -L :path_with_format:__init__.py
该命令仅显示更改 __init__.py 文件中的 path_with_format 函数的提交部分的日志(带有差异)。
通过黑客新闻
原文: http://simonwillison.net/2023/Nov/5/see-the-history-of-a-method-with-git-log-l/#atom-everything