【发布时间】:2015-02-04 18:58:09
【问题描述】:
我正在使用它来生成带有日期的详细日志:
git log --pretty --since="2014-10-20"
commit 7fa4e9c196b29d925b33aff3c85a98f53248e77b
Author: a_coder <a_coder@example.com>
Date: Wed Nov 26 07:58:49 2014 -0500
feedCat tests ok
输出不包括正在编辑的文件。有没有办法添加这个?我试过-p,但这包括文件内容和差异。我现在只是在寻找文件/脚本名称。
这可能在 git log 中吗?
【问题讨论】: