Skip to content
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

git ps ls is showing rr+ when GPG signature changes #55

Open
drewdeponte opened this issue Sep 29, 2021 · 1 comment
Open

git ps ls is showing rr+ when GPG signature changes #55

drewdeponte opened this issue Sep 29, 2021 · 1 comment
Assignees

Comments

@drewdeponte
Copy link
Owner

To fix this we should change the implementation of commitHashContent(ref:) to instead of filtering content out of getShowNoColor() instead implement something to use the following:

git show --no-color --pretty="tformat:author %an <%ae> %aI%n%n    %B"

This has the benefit of us controling what is included and therefore not having to worry about other things we missed.

@drewdeponte drewdeponte self-assigned this Sep 30, 2021
@drewdeponte
Copy link
Owner Author

I have implemented changes to address this in #57 and another dependent pull request that can be made once I get #57 published into mainline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant