| 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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 # clang-format blink. | 516 # clang-format blink. |
| 517 1c8e1a7719e9d223cc84e838c9a31a0210f5878b | 517 1c8e1a7719e9d223cc84e838c9a31a0210f5878b |
| 518 | 518 |
| 519 # This block of commits is for blink comment reflows | 519 # This block of commits is for blink comment reflows |
| 520 # Reformat comments in core/html/parser | 520 # Reformat comments in core/html/parser |
| 521 4e1cadabbfa289b8e565114fe51a32980c996d93 | 521 4e1cadabbfa289b8e565114fe51a32980c996d93 |
| 522 # Reflow comments in core/fetch | 522 # Reflow comments in core/fetch |
| 523 22a064d580892d6032977eff027a25abe132cfa8 | 523 22a064d580892d6032977eff027a25abe132cfa8 |
| 524 # Reflow comments in core/loader | 524 # Reflow comments in core/loader |
| 525 4013d22a7d6569f5761b437d88b9cf716909f223 | 525 4013d22a7d6569f5761b437d88b9cf716909f223 |
| 526 # Reflow comments in modules/mediastream |
| 527 3b2d0607127d98646c789531defd953801fd3ddb |
| 528 # Reflow comments in modules/peerconnection |
| 529 52a0d0922dcdbab46f18c241fff034ac8d139d60 |
| OLD | NEW |