summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
AgeCommit message (Collapse)AuthorFilesLines
2019-08-27Add .git-blame-ignore-revsSamuel Mehrbrodt1-0/+31
Contains formatting commits which should not show up in git blame. Usage: * git hyper-blame detects this file automatically https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/git-hyper-blame.html * git blame can use this file with the "--ignore-revs-file" parameter (since git 2.23.0) Change-Id: I02f6ee0890a5b455a7b77d27e6aa97191957e150 Reviewed-on: https://gerrit.libreoffice.org/78167 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>