[GRASS-git] [OSGeo/grass] dd6c61: Add list of commits for git blame to ignore (#1391)
Vaclav Petras
noreply at github.com
Mon Jul 12 19:58:10 PDT 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: dd6c6157752821c197f6a7116231ed0753c65582
https://github.com/OSGeo/grass/commit/dd6c6157752821c197f6a7116231ed0753c65582
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2021-07-12 (Mon, 12 Jul 2021)
Changed paths:
A .git-blame-ignore-revs
A doc/git/investigating_history.md
Log Message:
-----------
Add list of commits for git blame to ignore (#1391)
This adds a list of commits which one may want to ignore when doing git blame
(git blame file.c --ignore-revs-file .git-blame-ignore-revs).
Formatting changes of Python (with Black), the initial C formatting commit,
and couple of other commits are included.
Includes Black formatting changes up to 21.5b1 update.
The intention is an ignore list for investigating 'standard' code. It won't work when
an error was introduced by the formatting change (e.g., by fixing some additional lines
manually) or when dealing with CI checks changed in the same commit.
Includes basic documentation of what the file is for.
More information about the grass-commit
mailing list