Get commit log about only 1 folder

This question already has an answer here:

  • View the change history of a file using Git versioning 21 answers

  • git log --all -- some/path
    

    Added for completeness. You may want to use "find copies" and "find copies harder" first to see if you want to add another path in case this path was renamed or copied at some point in the history.

    链接地址: http://www.djcxy.com/p/22658.html

    上一篇: 使用git查看对特定文件的更改

    下一篇: 获取仅关于1个文件夹的提交日志