diff options
| author | stijn | 2021-03-15 10:29:17 +0100 |
|---|---|---|
| committer | stijn | 2021-03-15 11:07:29 +0100 |
| commit | 914380cb89d7cf5e9c186055753ff12bbcf6296a (patch) | |
| tree | bc027643dd0744e26ebd5d55213331c1e46e47ee /docs | |
| parent | a9140ab09b7f2b878972a86dabc12d00ddaa463e (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/develop/gettingstarted.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst index 32435ebe1..30b26071e 100644 --- a/docs/develop/gettingstarted.rst +++ b/docs/develop/gettingstarted.rst @@ -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 ------------ |
