31 lines
1.6 KiB
Text
31 lines
1.6 KiB
Text
# The commits listed below will be ignored by git blame
|
|
# See https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
|
|
# and https://moxio.com/blog/ignoring-bulk-change-commits-with-git-blame/
|
|
|
|
# To start using this list, the following command should be run (done by ./scripts/postinstall.sh)
|
|
# git config blame.ignoreRevsFile .git-blame-ignore-revs
|
|
|
|
# Find commits with the most line changes over the most files (potentially good candidates for this list):
|
|
# git log --abbrev-commit --no-merges --oneline --pretty="@%H¤¤%s" --stat | sed '/¤¤/s/ /¤/g' | grep --invert-match \| | tr "\n" " " | tr "@" "\n" | awk '{print ($2*$5)" "$1}' | sort --reverse --numeric-sort | head --lines 20 | sed --regexp-extended 's/¤+/ /g'
|
|
|
|
8d944e08c04c77cbae22b7dbaf827c37593b54f1
|
|
6320da200d6fde7f320615a9d08d7d81030a7608
|
|
1d6a77033ece2922cafb14e6ef430b0f00b407a4
|
|
7b2c699c2e7debbc5b205508387b13223f4a1195
|
|
09526f7af0960f6d7f06ce463b9a808acaf1e4b8
|
|
e94f9aaae8a2563d41e4b34be9490c0926f752cc
|
|
bf2b0405585b30e72b6020ffb0d585769742655d
|
|
290415de98acf645091e501a9fc66068028f653f
|
|
13190a637bf43fa9068018f0c41a3eebe83d856d
|
|
a330dbf0a641f451e118bc6a54741423203791b0
|
|
4097a5f7ae16bffcbbdfb433dd48b35916ec11a9
|
|
6a54b41fc62cb23ed8ebd58d1cb4539f328dee6d
|
|
cb48f3d191850e71ca9718a5e80b508a3829faa2
|
|
b69bcbb939eae5be528a09d42dc5852a1f4eef57
|
|
fb5c9780eaf8123a2a2f18f7045a3bcaabeb0109
|
|
599362553df0e879f8305a9edfcfebe51103beea
|
|
c977060b96a73ad4fc0d58113e21df04d3c4bf23
|
|
22ca285567147811fb4d1f54eaf3cbc1daa2f4eb
|
|
a24ded96b10e00b207b6a13b84d54527e732ff4e
|
|
04f14d96da31181f74d528491d44ca50e68e8e0f
|
|
9e9da9b8d4e6b0f9bf557dbd59432cac8f7024a8
|