-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore "maintenance" user #94
Comments
I think you're talking about https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view :) PS I tend to use |
Sorry @casperdcl can you be more explicit? The
I've optimistically tried to add
That gives
I could imagine creating a script that uses Even if I manage that, I don't know how to pass this to thanks! |
Sorry for the confusion - I was referring to two different things.
I haven't seen any elegant solutions for cases like |
In our repository, we had some commits made by automatic processing (e.g.
clang-tidy
,clang-format
), where we used the--author "maintainer"
switch to make clear that this commit isn't really "mine". It'd be nice to be able to tellgit fame
to ignore this author (i.e. use the author of the previous commit), as now we have a lot of slocs for this maintainer. Presumably this would also happen with pre-commit.ci, although I don't know.I have no idea if this is possible.
The text was updated successfully, but these errors were encountered: