···13# To not have to set the option in every repository it is needed in,
14# save the following script in your path with the name "git-bblame"
15# now you can run
16-# $ git bblame $FILE
17# to use the .git-blame-ignore-revs file if it is present.
18#
19# #!/usr/bin/env bash
···13# To not have to set the option in every repository it is needed in,
14# save the following script in your path with the name "git-bblame"
15# now you can run
16+# $ git blame $FILE
17# to use the .git-blame-ignore-revs file if it is present.
18#
19# #!/usr/bin/env bash