Commit graph

17 commits

Author SHA1 Message Date
Šarūnas Nejus
ffa70acad9
Ignore pyupgrade blame 2025-11-08 12:09:52 +00:00
Sebastian Mohr
f495a9e18d Added more descriptions to git-blame-ignore-revs file. 2025-11-05 15:54:35 +01:00
Sebastian Mohr
b3b7dc3316 Added changelog entry and git blame ignore revs. 2025-11-03 14:04:58 +01:00
Sebastian Mohr
4782e96599
Move vfs.py to beetsplug._utils package to avoid polluting core namespace (#6017)
This PR moves the `vfs.py` module, which is only used by plugins, to
avoid polluting the main beets namespace. Also exposes the `vfs` and
`art` module from beets with a deprecation warning.
2025-10-01 12:28:18 +02:00
Sebastian Mohr
73dc8f2bc7 fix test by changing patch 2025-09-20 14:04:48 +02:00
Sebastian Mohr
4ab1bb4df4 Added changelog and git blame ignore rev 2025-09-20 14:02:25 +02:00
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