Git blame ignoring specific commit [duplicate]

纵然是瞬间 提交于 2019-12-05 05:42:44

I think you are looking for the -w option that excludes white space. According to the man page.

Ignore whitespace when comparing the parent’s version and the child’s to find where the lines came from.

Moved code can also be excluded. See the -M and -C options. See https://git-scm.com/docs/git-blame

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!