1# List of commits to ignore when using `git blame`. 2# Enable with: 3# git config blame.ignoreRevsFile .git-blame-ignore-revs 4# 5# Per git-blame(1): 6# Ignore revisions listed in the file, one unabbreviated object name 7# per line, in git-blame. Whitespace and comments beginning with # are 8# ignored. 9# 10# Please keep these in chronological order :) 11# 12# You can add a new commit with the following command: 13# git log -1 --pretty=format:'%n# %s%n%H%n' >> .git-blame-ignore-revs $COMMIT 14 15# pvr: Fix clang-format error. 160ad5b0a74ef73f5fcbe1406ad9d57fe5dc00a5b1 17 18# panfrost: Fix up some formatting for clang-format 19a4705afe63412498d13ded73cba969c66be67907 20 21# asahi: clang-format the world again 2226c51bb8d8a33098b1990425a391f56ffba5728c 23 24# perfetto: Add a .clang-format for the directory. 25da78d5d729b1800136dd713b68492cb339993f4a 26 27# panfrost/winsys: Clang-format 28c90f036516a5376002be6550a917e8bad6a8a3b8 29 30# panfrost: Re-run clang-format 314ccf174009af6732cbffa5d8ebb4687da7517505 32 33# panvk: Clang-format 34c7bf3b69ebc8f2252dbf724a4de638e6bb2ac402 35 36# pan/mdg: Fix icky formatting 37133af0d6c945d3aaca8989edd15283a2b7dcc6c7 38 39# mapi: clang-format _glapi_add_dispatch() 4030332529663268a6406e910848e906e725e6fda7 41 42# radv: reformat according to its .clang-format 438b319c6db8bd93603b18bd783eb75225fcfd51b7 44 45# aco: reformat according to its .clang-format 466b21653ab4d3a67e711fe10e3d403128b6d26eb2 47 48# egl: re-format using clang-format 492f670d89db038d5a29f6b72732fd7ad63dfaf4c6 50 51# panfrost: clang-format the tree 520afd691f29683f6e9dde60f79eca094373521806 53 54# aco: Format. 551e2639026fec7069806449f9ba2a124ce4eb5569 56 57# radv: Format. 5859c501ca353f8ec9d2717c98af2bfa1a1dbf4d75 59 60# pvr: clang-format fixes 61953c04ebd39c52d457301bdd8ac803949001da2d 62 63# freedreno: Re-indent 642d439343ea1aee146d4ce32800992cd389bd505d 65 66# ir3: Reformat source with clang-format 67177138d8cb0b4f6a42ef0a1f8593e14d79f17c54 68 69# ir3: reformat after refactoring in previous commit 708ae5b27ee0331a739d14b42e67586784d6840388 71