1
0
mirror of https://gitlab.isc.org/isc-projects/bind9.git synced 2025-04-18 09:44:09 +03:00

10 Commits

Author SHA1 Message Date
Ondřej Surý
82f0c31c0d
Ignore clang-format reformatting commit 2024-11-19 12:28:07 +01:00
Nicki Křížek
28d4e866c7
Ignore clang-format reformatting commit 2024-09-21 08:39:43 +02:00
Ondřej Surý
40548e7177
Ignore commit that reformatted sh script in git blame 2024-09-17 13:42:53 +02:00
Mark Andrews
8ff039e3eb Update to ignore ff69d07fed2619a9bedf5ccc18cf106b7dd49bef 2024-09-11 15:08:37 +10:00
Mark Andrews
1697011af6 Ignore reformat sources with up-to-date clang-format-18 2024-05-17 16:03:46 -07:00
Ondřej Surý
2a212ffd5c
Ignore clang-format reformat 2023-11-13 16:56:10 +01:00
Tom Krizek
c8fb0b48e0
Ignore shell script formatting in git blame 2023-10-26 10:25:11 +02:00
Tom Krizek
ccc9b87f59
Ignore test cleanup commits in git blame 2023-07-14 15:51:07 +02:00
Tom Krizek
03e981ed2c
Ignore trailing whitespace removal commit in git blame 2023-06-13 15:06:38 +02:00
Petr Špaček
6af82aa83e
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
2022-10-13 18:02:08 +02:00