libfuse / sshfs

A network filesystem client to connect to SSH servers
GNU General Public License v2.0
5.74k stars 488 forks source link

add .git-blame-ignore-revs #261

Closed ccope closed 2 years ago

ccope commented 2 years ago

Requires git >= 2.23. To enable this in your git client, run git config --global blame.ignoreRevsFile .git-blame-ignore-revs

ccope commented 2 years ago

Note that you might still see ignored commits in git blame on lines that contained only whitespace.