summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
AgeCommit message (Collapse)AuthorFilesLines
2020-03-07put clang-format commit to .git-blame-ignore-revsMuhammet Kara1-0/+1
Change-Id: Ic820d7c1a21de3244f94cb4af2dfb83d7fb128d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90169 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-02-07put clang-format commits to .git-blame-ignore-revsTomaž Vajngerl1-0/+5
Change-Id: I9407ada626dbc81d53688d938948d45dc8927bb8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88137 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-12-11Add commit to ignore listSamuel Mehrbrodt1-0/+1
Change-Id: Ieb0ac6b432c163f2beea8833fd948b6123ae422d Reviewed-on: https://gerrit.libreoffice.org/84929 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
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>