Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Side by Side Diff: .git-blame-ignore-revs

Issue 2015123002: Added r396173 to .git-blame-ignore-revs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698