Andrzej Warzyński
4066d796e9
Revert "Update .git-blame-ignore-revs for Pack/Unpack move ( #152469 )" ( #152661 )
...
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-10 17:02:35 +01:00
Andrzej Warzyński
c43c1c0c45
Update .git-blame-ignore-revs for Pack/Unpack move ( #152469 )
...
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-08-07 20:51:59 +01:00
Jacques Pienaar
0954cf1ed3
Update .git-blame-ignore-revs for OpBuilder update ( #150772 )
...
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-07-26 18:46:16 +02:00
Baranov Victor
49049131bb
[git][NFC] add clang-tidy formatting commits to .git-blame-ignore-revs ( #143438 )
2025-06-10 00:51:24 +03:00
David Spickett
16c02df8ca
[lldb] Add lldb/source/Host/posix/MainLoopPosix.cpp to git blame ignores
2024-12-18 09:46:06 +00:00
Hubert Tong
e2dc0b9b1e
[libc++] Add test_demangle.pass.cpp clang-format to .git-blame-ignore-revs
2024-12-14 20:18:29 -05:00
Louis Dionne
ac00ce2015
[libc++] Add mechanical update to CxxPapers.rst to git-blame-ignore-revs
2024-08-14 12:47:33 -04:00
Louis Dionne
3bda18e482
[libc++] Add status-tracking CSV file update to git-blame-ignore-revs
2024-08-13 17:01:21 -04:00
Louis Dionne
937cbe270e
[libc++] Add last commit to git-blame-ignore-revs
2024-08-02 11:51:14 -04:00
Louis Dionne
3ed4a14fe9
[libc++] Add more status file consistency fixes to git-blame-ignore-revs
2024-08-02 09:14:35 -04:00
Louis Dionne
8d83faea33
[libc++] Add status page consistency change to git-blame-ignore-revs
...
To avoid breaking searchability of when a paper was implemented.
2024-08-01 17:26:47 -04:00
Jason Molenda
e0f3484874
[lldb][nfc] add an nfc entry to the .git-blame-ignore-revs.
2024-07-17 16:38:17 -07:00
Louis Dionne
65b0301943
[git] Add libcxx touch-up formatting to git-blame-ignore-revs
2024-06-18 09:15:02 -04:00
Pierre van Houtryve
d72e8c2596
[NFC] Add b9079ba to git-blame-ignore-revs ( #81233 )
2024-02-09 09:57:59 +01:00
Piggy
6f35f1d7c1
[NFC] Update .git-blame-ignore-revs for compiler-rt builtins ( #79803 )
...
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
2024-01-31 15:07:58 +08:00
Louis Dionne
a6f6dd1854
[libc++] Add libc++ clang-formatting commit to git-blame-ignore-revs file
2023-12-18 14:04:41 -05:00
Louis Dionne
273a90c97d
[libc++][NFC] Add _VSTD renaming commit to git-blame-ignore-revs
2023-12-08 09:59:15 -05:00
Louis Dionne
c274eea297
[git] Add _LIBCPP_INLINE_VISIBILITY renaming to .git-blame-ignore-revs file
2023-12-04 10:26:52 -05:00
Jakub Kuderski
122383e7e0
Revert "[mlir][spirv] Add D155747 to .git-blame-ignore-revs
"
...
This reverts commit b8a20658fee019fe9126a29f930ddd5dedec51ff.
This does not preserve the line history of cut-and-pasted code like I
expected.
2023-07-21 10:59:16 -04:00
Jakub Kuderski
b8a20658fe
[mlir][spirv] Add D155747 to .git-blame-ignore-revs
2023-07-19 16:53:47 -04:00
Louis Dionne
8b9cb75248
Add clang-format commit to git blame ignore revs
2023-07-04 11:21:21 -04:00
Nikolas Klauser
0ab597062d
[NFC] Add clang whitespace removal patch to .git-blame-ignore-revs
2023-06-26 09:35:34 -07:00
Louis Dionne
6c93b0d6a6
[NFC] Add libc++ formatting commit to the git-blame ignore file
2023-06-19 11:21:15 -04:00
Tobias Hieta
af2c93650a
[NFC] Add mlir python reformat SHA to .git-blame-ignore-revs
2023-05-26 08:06:03 +02:00
Jonas Devlieghere
59ad9c3f38
[NFC] Add more lldb python reformat SHA to .git-blame-ignore-revs
2023-05-25 12:54:56 -07:00
Tobias Hieta
89242ed6a2
[NFC] Add more python reformat SHA to .git-blame-ignore-revs
2023-05-25 11:17:29 +02:00
Tobias Hieta
35ea4e2dbf
[NFC] Add libcxx python reformat SHA to .git-blame-ignore-revs
2023-05-25 11:16:01 +02:00
Tobias Hieta
51b216916b
[NFC] Add clang python reformat SHA to .git-blame-ignore-revs
2023-05-23 08:31:02 +02:00
Tobias Hieta
cc1c1a55ea
[NFC][Py Reformat] Added more commits to .git-blame-ignore-revs
2023-05-17 17:05:44 +02:00
Tobias Hieta
2e18e7bac9
[NFC] Update .git-blame-ignore-revs with python reformatting
2023-05-17 10:49:50 +02:00
Louis Dionne
0c66a4ce0a
Add __config formatting to .git-blame-ignore-revs
2022-06-14 09:52:49 -04:00
Jonas Devlieghere
cfbf61cd59
[lldb] Add 9494c510af56 to .git-blame-ignore-revs
...
Adding 9494c510af56 to .git-blame-ignore-revs after having let it simmer
for a day.
2021-06-10 09:29:59 -07:00
Louis Dionne
8e4bb9e2d8
NFC: Add whitespace-changing revisions to .git-blame-ignore-revs
2020-09-21 20:17:24 -04:00
Louis Dionne
4ddd985ca9
NFC: Add whitespace change to .git-blame-ignore-revs
2020-09-15 12:29:50 -04:00
Louis Dionne
4b56238b13
NFC: Add whitespace changing revisions to .git-blame-ignore-revs
2020-07-28 13:10:05 -04:00
Louis Dionne
d177c36e5c
Add some libc++ revisions to .git-blame-ignore-revs
2020-03-17 17:30:20 -04:00
Raphael Isemann
9bae231558
Add LLDB reformatting to .git-blame-ignore-revs
...
llvm-svn: 370859
2019-09-04 09:31:55 +00:00
Rui Ueyama
17de545293
Add .git-blame-ignore-revs file
...
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
2019-09-04 09:16:00 +00:00