about summary refs log tree commit diff
path: root/.git-blame-ignore-revs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-19T21·18+0100
committerVincent Ambo <tazjin@google.com>2020-05-19T21·18+0100
commitddd059e0fa97662fe2c8340f44ffc753491ce9ef (patch)
treeabd58cac56ef0d6c565f329cdafbb77387697b49 /.git-blame-ignore-revs
parent88f337588c9f1a41ac67b3afb8d43f124b4d153b (diff)
chore: Add an ignoreRevsFile for git blame r/779
This file contains large-scale changes that should not be included in
the git blame layer, such as the reformatting of the Nix codebase.
Diffstat (limited to '.git-blame-ignore-revs')
-rw-r--r--.git-blame-ignore-revs23
1 files changed, 23 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000000..572b385fef
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,23 @@
+# This file contains commits that should be ignored when calculating
+# git blame layers.
+#
+# You should add it to your local configuration using:
+#    git config blame.ignoreRevsFile .git-blame-ignore-revs
+
+# style(3p/nix): Reformat project in Google C++ style
+0f2cf531f705d370321843e5ba9135b2ebdb5d19
+
+# style(3p/nix): Reformat all includes to match new style
+c758de9d22506eb279c5abe61f621e5c8f61af95
+
+# style(3p/nix): Reformat all includes to match new style
+c758de9d22506eb279c5abe61f621e5c8f61af95
+
+# style(3p/nix): Add braces around single-line conditionals
+867055133d3f487e52dd44149f76347c2c28bf10
+
+# style(3p/nix): Add braces around single-line for-loops
+1841d93ccbe5792a17f5b9a22e65ec898c7c2668
+
+# style(3p/nix): Final act in the brace-wrapping saga
+39087321811e81e26a1a47d6967df1088dcf0e95