Commit Graph

3 Commits

Author SHA1 Message Date
Albert Astals Cid
46d132a21d Add the readability-braces-around-statements hash to .git-blame-ignore-revs 2022-03-10 00:09:09 +01:00
snooxx 💤
0ce3887a3c Add missing clang-format commit to .git-blame-ignore-revs
After 19d98d6a reformatted Okular's codebase with `clang-format`, that
commit was marked to be ignored by `git blame` by adding it to
`.git-blame-ignore-revs` in 4fb45522.

Later, !296 was merged but still needed reformatting, which was done in
b09e23f6. However, the latter commit was still missing from
`.git-blame-ignore-revs`, so let's add it.

Test Plan:
All commits mentioning `clang-format` which reformatted the codebase are
now included in `.git-blame-ignore-revs`.
2022-02-27 18:14:45 +00:00
Albert Astals Cid
4fb455220a Add .git-blame-ignore-revs and some instructions for clang-format 2020-07-11 09:17:54 +02:00