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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 # Convert //extensions/renderer from scoped_ptr to std::unique_ptr | 223 # Convert //extensions/renderer from scoped_ptr to std::unique_ptr |
224 f6f806674c4f6ebbb8b20197ae5b6c7a40bba08f | 224 f6f806674c4f6ebbb8b20197ae5b6c7a40bba08f |
225 # Convert //components/policy from scoped_ptr to std::unique_ptr | 225 # Convert //components/policy from scoped_ptr to std::unique_ptr |
226 a3451b74e1aac0c538d7d6824bd714553eb0141e | 226 a3451b74e1aac0c538d7d6824bd714553eb0141e |
227 # Convert //services from scoped_ptr to std::unique_ptr | 227 # Convert //services from scoped_ptr to std::unique_ptr |
228 39fafebd8ff93ca8aac361926e6b3ef840302328 | 228 39fafebd8ff93ca8aac361926e6b3ef840302328 |
229 # Convert //extensions/browser/api from scoped_ptr to std::unique_ptr | 229 # Convert //extensions/browser/api from scoped_ptr to std::unique_ptr |
230 ccfc5401e32e24f29847cd91f643d03ed651b19a | 230 ccfc5401e32e24f29847cd91f643d03ed651b19a |
231 # Convert //components/proximity_auth from scoped_ptr to std::unique_ptr | 231 # Convert //components/proximity_auth from scoped_ptr to std::unique_ptr |
232 2f01269f405de0dfd12cb1dc56459c4492d65b8b | 232 2f01269f405de0dfd12cb1dc56459c4492d65b8b |
233 # Convert //components/mus from scoped_ptr to std::unique_ptr | 233 # Convert //services/ui from scoped_ptr to std::unique_ptr |
234 c314381373dc794d3875428994ec7a74edda77e4 | 234 c314381373dc794d3875428994ec7a74edda77e4 |
235 # Convert //components/exo from scoped_ptr to std::unique_ptr | 235 # Convert //components/exo from scoped_ptr to std::unique_ptr |
236 31759da04512d5815aff6c30134e33856638889d | 236 31759da04512d5815aff6c30134e33856638889d |
237 # Convert //extensions/browser from scoped_ptr to std::unique_ptr | 237 # Convert //extensions/browser from scoped_ptr to std::unique_ptr |
238 f5d2410841791e8c32739a4418159489e1dde324 | 238 f5d2410841791e8c32739a4418159489e1dde324 |
239 # Convert //components/sync_driver from scoped_ptr to std::unique_ptr | 239 # Convert //components/sync_driver from scoped_ptr to std::unique_ptr |
240 b21a1b10f9a753d3b66e448ca8fa74ac83d5c2cb | 240 b21a1b10f9a753d3b66e448ca8fa74ac83d5c2cb |
241 # Convert //jingle from scoped_ptr to std::unique_ptr | 241 # Convert //jingle from scoped_ptr to std::unique_ptr |
242 18e946f9ab6250614430fd09cccb849005ca7aeb | 242 18e946f9ab6250614430fd09cccb849005ca7aeb |
243 # Convert //components/gcm_driver from scoped_ptr to std::unique_ptr | 243 # Convert //components/gcm_driver from scoped_ptr to std::unique_ptr |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 338 |
339 # Remove OwnPtr from Blink. | 339 # Remove OwnPtr from Blink. |
340 f5f08765522594f41a1c032754e4fbc30e90c134 | 340 f5f08765522594f41a1c032754e4fbc30e90c134 |
341 | 341 |
342 # clang-format all of //ash | 342 # clang-format all of //ash |
343 b8dcef526018a47e7cd985cef724c464d0d958a6 | 343 b8dcef526018a47e7cd985cef724c464d0d958a6 |
OLD | NEW |