git blame - 忽略未提交的更改

ver*_*nzt 12 git blame

部分输出来自git blame <file>:

    ...
   d6182477 (<author>          2012-06-22 09:44:02 -0400 239) ...
   d6182477 (<author>          2012-06-22 09:44:02 -0400 240) ...
   25f98f3f (<author>          2012-06-15 15:44:00 -0400 245) ...
   25f98f3f (<author>          2012-06-15 15:44:00 -0400 246) ...
   35853aa2 (<author>          2012-06-22 08:12:41 -0400 247) ...
   25f98f3f (<author>          2012-06-15 15:44:00 -0400 248) ...
-> 00000000 (Not Committed Yet 2012-06-27 08:33:35 -0400 249) ...
-> 00000000 (Not Committed Yet 2012-06-27 08:33:35 -0400 249) ...
   25f98f3f (<author>          2012-06-15 15:44:00 -0400 250) ...
   35853aa2 (<author>          2012-06-22 08:12:41 -0400 251) ...
   25f98f3f (<author>          2012-06-15 15:44:00 -0400 252) ...
    ...
Run Code Online (Sandbox Code Playgroud)

如何git blame忽略文件中未提交的更改?

ver*_*nzt 17

git blame HEAD <file>
Run Code Online (Sandbox Code Playgroud)

git blame手册:

使用最后修改该行的修订版中的信息注释给定文件中的每一行.(可选)从给定修订开始注释.