标签:
查看某文件的某些行的变化历史:
$ git log --pretty=short -u -L 2003,2005:Executor.cpp
http://stackoverflow.com/questions/8435343/retrieve-the-commit-log-for-a-specific-line-in-a-file
git 实用操作
原文地址:http://www.cnblogs.com/jjtx/p/4682076.html