aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2024-08-23 15:12:30 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2024-08-25 19:35:40 +0200
commit8622edb4b3718faf65b05d72e38c336172e7affc (patch)
tree6e0fa2b14a4cebaf5331146190837730a1d6b482
parentaf6de04e9e141466dc229e444ff3f146f4a34765 (diff)
downloadnextcloud-server-8622edb4b3718faf65b05d72e38c336172e7affc.tar.gz
nextcloud-server-8622edb4b3718faf65b05d72e38c336172e7affc.zip
chore: ignore coding-standard update 1.2.3 in git blame
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
-rw-r--r--.git-blame-ignore-revs7
-rw-r--r--README.md4
2 files changed, 11 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 00000000000..e804aa9f969
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,7 @@
+# .git-blame-ignore-revs
+
+# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+# Update to coding-standard 1.2.3
+af6de04e9e141466dc229e444ff3f146f4a34765
diff --git a/README.md b/README.md
index 119cad6d412..24c66a4f04d 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,10 @@ Otherwise, git checkouts can be handled the same as release archives, by using t
- Comment on a pull request with `/update-3rdparty` to update the 3rd party submodule. It will update to the last commit of the 3rd party branch named like the PR target.
+#### Ignore code style updates in git blame
+
+`git config blame.ignoreRevsFile .git-blame-ignore-revs`
+
## Contribution guidelines 📜
All contributions to this repository from June 16, 2016, and onward are considered to be