我想从git log --since命令中排除在提供日期完成的提交。
运行时:
git log --since "2014-04-10 13:23:51 +0200" --pretty=format:" %ci, (%h): %s"
我明白了:
2014-04-10 17:00:22 +0200, (2697ef4): commit message 2
2014-04-10 13:23:51 +0200, (8170ee5): commit message 1
但是我想排除第二个,因为提交日期正好是提供的日期而且只得到:
2014-04-10 17:00:22 +0200, (2697ef4): commit message 2