all: Add .git-blame-ignore-revs for fixing up git blame output.

Add most formatting-only commits to this file so that when used with
git blame, these commits are excluded and the output shows only the
interesting bits.
This commit is contained in:
stijn
2021-03-15 10:29:17 +01:00
parent a9140ab09b
commit 914380cb89
2 changed files with 37 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ of Git for your operating system to follow through the rest of the steps.
Learn about the basic git commands in this `Git Handbook <https://guides.github.com/introduction/git-handbook/>`_
or any other sources on the internet.
.. note::
A .git-blame-ignore-revs file is included which avoids the output of git blame getting cluttered
by commits which are only for formatting code but have no functional changes. See `git blame documentation
<https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revltrevgt>`_ on how to use this.
Get the code
------------