mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add list of meaningless commits to .git-blame-ignore-revs
Works nicely together with:
git config --add blame.ignoreRevsFile .git-blame-ignore-revs
The list was generated by hand-picking from git log --oneline augmented
with:
--author=tbox
--grep=clang-format
--grep=copyright
--grep=reformat
--grep=whitespace
plus
git log --format='commit %H %s' --stat | grep -E 'commit|changed' | grep -B1 '[0-9][0-9][0-9] files changed'
plus some sanity checking.
Comments were added with:
for COMMIT in $(cat .git-blame-ignore-revs)
do git log -1 --format="# %s" "$COMMIT"
echo $COMMIT
done
This commit is contained in:
parent
4fc04b6011
commit
6af82aa83e
2 changed files with 1529 additions and 0 deletions
1528
.git-blame-ignore-revs
Normal file
1528
.git-blame-ignore-revs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -152,6 +152,7 @@ Files: **/.clang-format
|
|||
.clang-format
|
||||
.clang-format.headers
|
||||
.dir-locals.el
|
||||
.git-blame-ignore-revs
|
||||
.gitattributes
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue