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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 # Convert //components/[o-t]* from scoped_ptr to std::unique_ptr | 325 # Convert //components/[o-t]* from scoped_ptr to std::unique_ptr |
326 82beb4ff418b0dcb40bd6b860d2e9793a0193118 | 326 82beb4ff418b0dcb40bd6b860d2e9793a0193118 |
327 # Replace scoped_ptr with std::unique_ptr in //media/base. | 327 # Replace scoped_ptr with std::unique_ptr in //media/base. |
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 |
| 336 # Move code in ui/gl/* from gfx:: to gl:: |
| 337 7a4638457b6cb7ba351c57b98f1871209604cb81 |
OLD | NEW |