summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
AgeCommit message (Collapse)Author
2025-11-20[clang-tidy][NFC] Add clang-tidy formatting commit to ↵mitchell
`.git-blame-ignore-revs` (#167126) Co-authored-by: Baranov Victor <bar.victor.2002@gmail.com>
2025-08-10Revert "Update .git-blame-ignore-revs for Pack/Unpack move (#152469)" (#152661)Andrzej Warzyński
This reverts commit c43c1c0c45fc1ec3fab7abd6e19b318f6468bf28. Apologies for the noise - I misunderstood how `git blame --ignore-rev` works. It’s not suitable for large code-move changes and ends up making `git blame` more confusing rather than cleaner. From the Git documentation: > Lines that were changed or added by an ignored commit will be blamed > on the previous commit that changed that line or nearby lines. In this case, since so many new lines were added, skipping the commit causes `git blame` to attribute them to unrelated changes. I had expected Git to preserve the true origin of the lines while skipping the move itself - but that is not what happens. Therefore, I’m reverting this change. Ignoring the commit obscures blame history rather than improving it.
2025-08-07Update .git-blame-ignore-revs for Pack/Unpack move (#152469)Andrzej Warzyński
Adds this large patch that merely moved Pack/Unpack Ops from the Tensor to Linalg dialects: * https://github.com/llvm/llvm-project/pull/123902
2025-07-26Update .git-blame-ignore-revs for OpBuilder update (#150772)Jacques Pienaar
The update is most likely not what someone wants when looking at the blame for one of these lines. Taken from git history: ``` 9e7834cadf48292b5d127d6d98f9e6d565ed5d9a Maksim Levental [mlir][NFC] update `mlir/lib` create APIs (35/n) (#150708) 284a5c2c0b97edddf255ea210f939203ad3d09f2 Maksim Levental [mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652) c090ed53fb73f59cf221f5610430af8047758117 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659) fcbcfe44cff00101a6a98a73971398eb8dd87710 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (32/n) (#150657) 258daf539583b80e0217d1d87941412d65cf16aa Maksim Levental [mlir][NFC] update `mlir` create APIs (34/n) (#150660) c610b244937ed847b0275ccb038c0f2d36310b4a Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (27/n) (#150638) b58ad3650f2195117f484d551ffbada27e7d1e14 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (30/n) (#150643) 258d04c810ab10f101324cbf1fe3c7be65eb1938 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641) a6bf40d1c6cf010b3ad90bf7f410983453f4deb2 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (29/n) (#150642) dcfc853c51aecf6538182378c016f8e1604e7e97 Maksim Levental [mlir][NFC] update `flang/lib` create APIs (12/n) (#149914) 3f74334c38120bbdefac012d478dfce8e4eb0906 Maksim Levental [mlir][NFC] update `flang` create APIs (13/n) (#149913) a636b7bfdd1d8304b78e8b42ec900a21736d4afb Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (18/n) (#149925) 75aa7065dcf653de7870758cd502a7c714f4bcd7 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (17/n) (#149924) 2f5312563fd5cb2e355ec49109f3e63875337c7c Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (15/n) (#149921) 967626b842551ecd997c0d10eb68c3015b63a3d7 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (14/n) (#149920) 588845defd09359a8b87db339b563af848cf45a7 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (20/n) (#149927) b0434925c98c9a8906afea60a1304c870b1f574a Maksim Levental [mlir][NFC] update `Conversion` create APIs (4/n) (#149879) 8fff238b2c363b036ce9e7bf7abab3acafc87ab2 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (23/n) (#149930) 38976a03cd367b27437e0d1e81c0ccaee2777b47 Maksim Levental [mlir][NFC] update `Conversion` create APIs (7/n) (#149889) eaa67a3cf041009ae33a45159d0465262c3af5dc Maksim Levental [mlir][NFC] update `Conversion` create APIs (5/n) (#149887) b0312be6aa664e4cb9abec6d080e971493093d05 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (19/n) (#149926) 2736fbd8324bf21a130c8abd4bd0e7d3aa840ac1 Maksim Levental [mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933) 4ae9fdca8af095afd91705f8dd143e93b304b6fb Maksim Levental [mlir][NFC] update `Conversion` create APIs (6/n) (#149888) f904cdd6c3049e605d24ed17680e80e7133908a0 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (24/n) (#149931) 972ac59c9af4ad47af0b3542ae936b3470727e5f Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (21/n) (#149928) 7b787965431e666858fdf66db25ee5a129833927 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (25/n) (#149932) c3823af156b517d926a56e3d0d585e2a15720e96 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (22/n) (#149929) dce6679cf5cbbdaffb9c2b51dc762c5c6689ea78 Maksim Levental [mlir][NFC] update `mlir/Dialect` create APIs (16/n) (#149922) 9844ba6d9740206129b52633c555f767eaa45581 Maksim Levental [mlir][NFC] update `flang/Optimizer/Builder` create APIs (9/n) (#149917) 5547c6cd03ddddd405a09e51624e1f19955a85b1 Maksim Levental [mlir][NFC] update `flang/Optimizer/Builder/Runtime` create APIs (10/n) (#149916) a3a007ad5fa20abc90ead4e1030b481bf109b4cf Maksim Levental [mlir][NFC] update `flang/Lower` create APIs (8/n) (#149912) 46f6df0848ea04449c6179ecdedc404ee5b5cf11 Maksim Levental [mlir][NFC] update `flang/Optimizer/Transforms` create APIs (11/n) (#149915) b7e332d3f59f567b1999fbcc660d7837cba8e406 Maksim Levental [mlir][NFC] update `include` create APIs (3/n) (#149687) 6056f942abe83b05406df8b04e95ec37a3d160b5 Maksim Levental [mlir][NFC] update LLVM create APIs (2/n) (#149667) 906295b8a31c8dac5aa845864c0bca9f02f86184 Maksim Levental [mlir] update affine+arith create APIs (1/n) (#149656) ```
2025-06-10[git][NFC] add clang-tidy formatting commits to .git-blame-ignore-revs (#143438)Baranov Victor
2024-12-18[lldb] Add lldb/source/Host/posix/MainLoopPosix.cpp to git blame ignoresDavid Spickett
2024-12-14[libc++] Add test_demangle.pass.cpp clang-format to .git-blame-ignore-revsHubert Tong
2024-08-14[libc++] Add mechanical update to CxxPapers.rst to git-blame-ignore-revsLouis Dionne
2024-08-13[libc++] Add status-tracking CSV file update to git-blame-ignore-revsLouis Dionne
2024-08-02[libc++] Add last commit to git-blame-ignore-revsLouis Dionne
2024-08-02[libc++] Add more status file consistency fixes to git-blame-ignore-revsLouis Dionne
2024-08-01[libc++] Add status page consistency change to git-blame-ignore-revsLouis Dionne
To avoid breaking searchability of when a paper was implemented.
2024-07-17[lldb][nfc] add an nfc entry to the .git-blame-ignore-revs.Jason Molenda
2024-06-18[git] Add libcxx touch-up formatting to git-blame-ignore-revsLouis Dionne
2024-02-09[NFC] Add b9079ba to git-blame-ignore-revs (#81233)Pierre van Houtryve
2024-01-31[NFC] Update .git-blame-ignore-revs for compiler-rt builtins (#79803)Piggy
The three commits from "[RFC] compiler-rt builtins cleanup and refactoring" rewrote lots of code in compiler-rt builtins. - 082b89b: [builtins] Reformat builtins with clang-format - 0ba22f5: [builtins] Use single line C++/C99 comment style - 84da0e1: [builtins] Use aliases for function redirects
2023-12-18[libc++] Add libc++ clang-formatting commit to git-blame-ignore-revs fileLouis Dionne
2023-12-08[libc++][NFC] Add _VSTD renaming commit to git-blame-ignore-revsLouis Dionne
2023-12-04[git] Add _LIBCPP_INLINE_VISIBILITY renaming to .git-blame-ignore-revs fileLouis Dionne
2023-07-21Revert "[mlir][spirv] Add D155747 to `.git-blame-ignore-revs`"Jakub Kuderski
This reverts commit b8a20658fee019fe9126a29f930ddd5dedec51ff. This does not preserve the line history of cut-and-pasted code like I expected.
2023-07-19[mlir][spirv] Add D155747 to `.git-blame-ignore-revs`Jakub Kuderski
2023-07-04Add clang-format commit to git blame ignore revsLouis Dionne
2023-06-26[NFC] Add clang whitespace removal patch to .git-blame-ignore-revsNikolas Klauser
2023-06-19[NFC] Add libc++ formatting commit to the git-blame ignore fileLouis Dionne
2023-05-26[NFC] Add mlir python reformat SHA to .git-blame-ignore-revsTobias Hieta
2023-05-25[NFC] Add more lldb python reformat SHA to .git-blame-ignore-revsJonas Devlieghere
2023-05-25[NFC] Add more python reformat SHA to .git-blame-ignore-revsTobias Hieta
2023-05-25[NFC] Add libcxx python reformat SHA to .git-blame-ignore-revsTobias Hieta
2023-05-23[NFC] Add clang python reformat SHA to .git-blame-ignore-revsTobias Hieta
2023-05-17[NFC][Py Reformat] Added more commits to .git-blame-ignore-revsTobias Hieta
2023-05-17[NFC] Update .git-blame-ignore-revs with python reformattingTobias Hieta
2022-06-14Add __config formatting to .git-blame-ignore-revsLouis Dionne
2021-06-10[lldb] Add 9494c510af56 to .git-blame-ignore-revsJonas Devlieghere
Adding 9494c510af56 to .git-blame-ignore-revs after having let it simmer for a day.
2020-09-21NFC: Add whitespace-changing revisions to .git-blame-ignore-revsLouis Dionne
2020-09-15NFC: Add whitespace change to .git-blame-ignore-revsLouis Dionne
2020-07-28NFC: Add whitespace changing revisions to .git-blame-ignore-revsLouis Dionne
2020-03-17Add some libc++ revisions to .git-blame-ignore-revsLouis Dionne
2019-09-04Add LLDB reformatting to .git-blame-ignore-revsRaphael Isemann
llvm-svn: 370859
2019-09-04Add .git-blame-ignore-revs fileRui Ueyama
This new file is intended to be used to list sweeping changes such as mass reformatting or renaming. You can configure git-blame so that the command ignores commits listed in this file. The initial contents of this file is two commit hashes which did mass renaming to the lld directory. Differential Revision: https://reviews.llvm.org/D67145 llvm-svn: 370855