Commit 6e6a73d28f5f61f038209a61a3e85995dc71aa32
Committed by
GitHub
Merge pull request #976 from m-holger/blame
Add .git-blame-ignore-revs file
Showing
2 changed files
with
19 additions
and
3 deletions
.git-blame-ignore-revs
0 → 100644
| 1 | +# .git-blame-ignore-revs | |
| 2 | +# | |
| 3 | +# Programmatically apply new formatting to code | |
| 4 | +12f1eb15ca3fed6310402847559a7c99d3c77847 | |
| 5 | +# Formatting: remove space in range-style for loops | |
| 6 | +7f023701dd843749cf878baabeb3d33917fda62f | |
| 7 | +# Rerun format_code (after merging clang-tidy PR) | |
| 8 | +d740c6ccced02147f84a39d5e5f0984d12bac6cb | |
| 9 | +# Globally replace 'this->m->' with 'm->' | |
| 10 | +85d784952f8a7c4d8c9e614663ebc5b1eb747384 | |
| 11 | +49e6365f63f3ad09f04093d421caee04bc042c0d | |
| 12 | +# Switch line length from 80 to 100 columns | |
| 13 | +6b077332d38c093de2618d5e1481b42222106065 | |
| 14 | +60965d5f4d608bdccc2ffd4e8753e12cbbbd71d2 | |
| 15 | +# Reflow comments and strings to 100 columns | |
| 16 | +698a70e6a84cf7c0db667e9d9e021b4c34c85a3e | ... | ... |
README-maintainer
| ... | ... | @@ -727,6 +727,6 @@ formatting results" that shows several examples of changing code so |
| 727 | 727 | that clang-format produces several results. (In git this is commit |
| 728 | 728 | 77e889495f7c513ba8677df5fe662f08053709eb.) |
| 729 | 729 | |
| 730 | -The commit that has the bulk of the automatic reformatting is | |
| 731 | -12f1eb15ca3fed6310402847559a7c99d3c77847. This could go in a | |
| 732 | -blame.ignoreRevsFile file for `git blame` if needed. | |
| 730 | +The commits that have the bulk of automatic or mechanical reformatting are | |
| 731 | +listed in .git-blame-ignore-revs. Any new bulk updates should be added there. | |
| 732 | + | ... | ... |