andersundsehr / aus_driver_amazon_s3

Provides a TYPO3 FAL driver for the Amazon Web Service S3
GNU Lesser General Public License v3.0
21 stars 40 forks source link

[TASK] Ignore Code style fixes/reformattings in "git blame" #150

Closed cweiske closed 1 month ago

cweiske commented 5 months ago

This shows the real change commit when running "git blame" instead of showing the commit where the code style was changed.

This needs to be enabled on a per-checkout basis with

$ git config blame.ignoreRevsFile .git-blame-ignore-revs

See https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile