最佳答案
是否可以看到谁编辑了由git blame
报告的特定行之前,就像一个给定行的提交历史?
例如,我运行以下(在优秀的uncrustify
项目上):
$ git blame -L10,+1 src/options.cpp
^fe25b6d (Ben Gardner 2009-10-17 13:13:55 -0500 10) #include "prototypes.h"
我怎样才能知道谁编辑了这行之前 commit fe25b6d
?谁在那提交之前编辑了它?