This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new fa9bba1 Add .git-blame-ignore-revs
fa9bba1 is described below
commit fa9bba1fa19c2c9f31655e2c6fcbd3905a9cf4f9
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 27 14:12:44 2023 +0200
Add .git-blame-ignore-revs
---
.git-blame-ignore-revs | 5 +++++
CONTRIBUTING.md | 10 ++++++++++
2 files changed, 15 insertions(+)
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..12de85e
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,5 @@
+# scalafmt
+97a7214a3ec0aa1a2ee6debcd0fce9ab6aa67492
+
+# manual
+0dd31ce2c4f9673bd1a8c4b9ef4233559a188af4
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6dd5196..19bb975 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -122,6 +122,16 @@ Which licenses are compatible with Apache 2 are defined in
[this doc](http://www
> Each license in this category requires some degree of
> [reciprocity](http://www.apache.org/legal/3party.html#define-reciprocal);
> therefore, additional action must be taken in order to minimize the chance
> that a user of an Apache product will create a derivative work of a
> reciprocally-licensed portion of an Apache product without being aware of
> the applicable requirements.
+### Ignoring formatting commits in git blame
+
+Throughout the history of the codebase various formatting commits have been
applied as the scalafmt style has evolved over time, if desired
+one can setup git blame to ignore these commits. The hashes for these specific
are stored in [this file](.git-blame-ignore-revs) so to configure
+git blame to ignore these commits you can execute the following.
+
+```shell
+git config blame.ignoreRevsFile .git-blame-ignore-revs
+```
+
## Creating Commits And Writing Commit Messages
Follow these guidelines when creating public commits and writing commit
messages.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]