Commit graph

11 commits

Author SHA1 Message Date
Sebastian Mohr
123075d511 Updated git blame hashes yet again :) 2025-09-04 16:07:25 +02:00
Sebastian Mohr
09da8a2991
- Updated git blame ignore with new hashes
- run docstrfmt
2025-09-04 12:49:47 +01:00
J0J0 Todos
e0d16c20f4
Add another docs file move to git blame ignore revs 2025-09-04 12:49:46 +01:00
Sebastian Mohr
ea80ecab36
Git blame for first commit 2025-09-04 12:49:44 +01:00
Šarūnas Nejus
99a060b01d
Exclude certain commits from git blame 2025-08-30 23:10:51 +01:00
Šarūnas Nejus
cff56fbc08
Add docs adjustments to git blame ignore revs 2025-08-10 16:25:35 +01:00
Sebastian Mohr
9cd1a50785 Added git blame ignore 2025-07-08 11:38:12 +02:00
Šarūnas Nejus
b40ce836d5
Add NullPathType and types to PathType 2025-07-06 16:09:49 +01:00
Sebastian Mohr
7d96334924 Added function move to git ignore 2025-05-17 13:13:27 +02:00
Šarūnas Nejus
6869afd7fe
Exclude formatting commit from blame 2025-05-07 10:42:06 +01:00
Šarūnas Nejus
962c128510
Add .git-blame-ignore-revs file to ignore specific commits in git blame
This commit introduces a `.git-blame-ignore-revs` file to the
repository. The purpose of this file is to list specific commit hashes
that should be ignored when using the `git blame` command. This is
useful for ignoring commits that involve large-scale formatting changes,
refactoring, or other non-functional changes that would otherwise
clutter the blame history.

I added a couple of previous commit hashes which reformatted the code.

Configure this repository to use this file:

  git config --local blame.ignoreRevsFile .git-blame-ignore-revs
2024-09-21 13:26:05 +01:00