Git2JSON 将git日志转换为JSON,以便于分析。 免费软件:BSD许可证 文档: : 。 安装 安装git2json的最简单方法是通过pip: pip install git2json 如果您需要最新版本(遇到错误的风险更大),可以克隆此存储库并手动安装它: git clone https://github.com/tarmstrong/git2json.git cd git2json python setup.py install 用法 usage: git2json [-h] [--git-dir GIT_DIR] [--since SINCE] optional arguments: -h, --help show this help message and exit --git-dir GIT_DIR Path to the .gi