OLD | NEW |
1 # git hyper-blame master ignore list. | 1 # git hyper-blame master ignore list. |
2 # | 2 # |
3 # This file contains a list of git hashes of revisions to be ignored by git | 3 # This file contains a list of git hashes of revisions to be ignored by git |
4 # hyper-blame (in depot_tools). These revisions are considered "unimportant" in | 4 # hyper-blame (in depot_tools). These revisions are considered "unimportant" in |
5 # that they are unlikely to be what you are interested in when blaming. | 5 # that they are unlikely to be what you are interested in when blaming. |
6 # | 6 # |
7 # Instructions: | 7 # Instructions: |
8 # - Only large (generally automated) reformatting or renaming CLs should be | 8 # - Only large (generally automated) reformatting or renaming CLs should be |
9 # added to this list. Do not put things here just because you feel they are | 9 # added to this list. Do not put things here just because you feel they are |
10 # trivial or unimportant. If in doubt, do not put it on this list. | 10 # trivial or unimportant. If in doubt, do not put it on this list. |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 6aaed6a40bc23a872e14f19a39ff2d7998c803d0 | 328 6aaed6a40bc23a872e14f19a39ff2d7998c803d0 |
329 # Convert //components/[a-e]* from scoped_ptr to std::unique_ptr | 329 # Convert //components/[a-e]* from scoped_ptr to std::unique_ptr |
330 a0ee5fb8a4dbf546b8da197a055dd3997f3dc475 | 330 a0ee5fb8a4dbf546b8da197a055dd3997f3dc475 |
331 # Replace scoped_ptr with std::unique_ptr in //media. | 331 # Replace scoped_ptr with std::unique_ptr in //media. |
332 4d43bc26cc5d105edb1e976582803ea931e572e1 | 332 4d43bc26cc5d105edb1e976582803ea931e572e1 |
333 # Convert //components/[f-n]* from scoped_ptr to std::unique_ptr | 333 # Convert //components/[f-n]* from scoped_ptr to std::unique_ptr |
334 84c358e7a3b1658bf396d39716fb0fffbb0aa018 | 334 84c358e7a3b1658bf396d39716fb0fffbb0aa018 |
335 | 335 |
336 # Move code in ui/gl/* from gfx:: to gl:: | 336 # Move code in ui/gl/* from gfx:: to gl:: |
337 7a4638457b6cb7ba351c57b98f1871209604cb81 | 337 7a4638457b6cb7ba351c57b98f1871209604cb81 |
| 338 |
| 339 # Remove OwnPtr from Blink. |
| 340 f5f08765522594f41a1c032754e4fbc30e90c134 |
| 341 |
338 # clang-format all of //ash | 342 # clang-format all of //ash |
339 b8dcef526018a47e7cd985cef724c464d0d958a6 | 343 b8dcef526018a47e7cd985cef724c464d0d958a6 |
OLD | NEW |