【发布时间】:2015-12-15 00:48:52
【问题描述】:
例如,我想查找文件中特定行的历史列表
file: something.txt
1/2
line 1: // change comment to 1
2/15
line 1: // change comment to 2
12/15
line 1: // change comment to 4
如果我执行git blame,它只会显示12/15 条目,如果2/15 和12/15 之间有大量提交,那么git log 并不是很有用
谁能给我一些建议?
谢谢
【问题讨论】:
标签: linux git command-line command