summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-04-04 21:25:01 +0100
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-04-04 22:06:49 +0100
commit098799b33e7324489570f509891c0982f7357eec (patch)
tree1fa2026aa5c8104f30df5da059f2e65ba978619f
parent9b0c73d70eeb43076c64039b97e104c73f1bc3ea (diff)
downloadsphinx-git-098799b33e7324489570f509891c0982f7357eec.tar.gz
Add ``.git-blame-ignore-revs`` file
-rw-r--r--.git-blame-ignore-revs12
1 files changed, 12 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 000000000..5bca97787
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,12 @@
+# .git-blame-ignore-revs
+# Commits listed in this file are ignored by default in GitHub's interactive
+# 'blame' view (e.g. https://github.com/sphinx-doc/sphinx/blame/master/README.rst).
+# Lines beginning with a '#' character are ignored, and may be used as comments.
+
+# Commits should be listed as one unabbreviated SHA-1 per line, with an
+# explanatory comment above the entry. Maintain graph ordering, with later
+# commits listed after earlier commits in this file.
+
+# For more details, see https://git-scm.com/docs/git-blame
+# git blame --ignore-revs-file .git-blame-ignore-revs
+# git config blame.ignoreRevsFile .git-blame-ignore-revs