andersundsehr / aus_driver_amazon_s3

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

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

Open cweiske opened 2 weeks ago

cweiske commented 2 weeks 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