diff options
author | Eric Engestrom <eric@igalia.com> | 2023-06-26 17:49:38 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-07-07 23:38:44 +0000 |
commit | 591ce8f185b6123fd95dd77880c706c2d7e25666 (patch) | |
tree | 5ef83c31b368e959f6926ddfec8cf35c46a05a02 /.git-blame-ignore-revs | |
parent | 98ed583a6d794937e32a312e84f4907bbca9bdd9 (diff) | |
download | mesa-591ce8f185b6123fd95dd77880c706c2d7e25666.tar.gz mesa-591ce8f185b6123fd95dd77880c706c2d7e25666.tar.bz2 mesa-591ce8f185b6123fd95dd77880c706c2d7e25666.zip |
add initial .git-blame-ignore-revs
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24049>
Diffstat (limited to '.git-blame-ignore-revs')
-rw-r--r-- | .git-blame-ignore-revs | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000000..712840f3866 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,47 @@ +# List of commits to ignore when using `git blame`. +# +# Per git-blame(1): +# Ignore revisions listed in the file, one unabbreviated object name +# per line, in git-blame. Whitespace and comments beginning with # are +# ignored. +# +# Please keep these in chronological order :) +# +# You can add a new commit with the following command: +# git log -1 --pretty=format:'%n# %s%n%H%n' >> .git-blame-ignore-revs $COMMIT + +# pvr: Fix clang-format error. +0ad5b0a74ef73f5fcbe1406ad9d57fe5dc00a5b1 + +# panfrost: Fix up some formatting for clang-format +a4705afe63412498d13ded73cba969c66be67907 + +# asahi: clang-format the world again +26c51bb8d8a33098b1990425a391f56ffba5728c + +# perfetto: Add a .clang-format for the directory. +da78d5d729b1800136dd713b68492cb339993f4a + +# panfrost/winsys: Clang-format +c90f036516a5376002be6550a917e8bad6a8a3b8 + +# panfrost: Re-run clang-format +4ccf174009af6732cbffa5d8ebb4687da7517505 + +# panvk: Clang-format +c7bf3b69ebc8f2252dbf724a4de638e6bb2ac402 + +# pan/mdg: Fix icky formatting +133af0d6c945d3aaca8989edd15283a2b7dcc6c7 + +# mapi: clang-format _glapi_add_dispatch() +30332529663268a6406e910848e906e725e6fda7 + +# radv: reformat according to its .clang-format +8b319c6db8bd93603b18bd783eb75225fcfd51b7 + +# aco: reformat according to its .clang-format +6b21653ab4d3a67e711fe10e3d403128b6d26eb2 + +# egl: re-format using clang-format +2f670d89db038d5a29f6b72732fd7ad63dfaf4c6 |