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

fix: filter out commits in other ws dir with the same prefix #5

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

restfulhead
Copy link
Owner

Fixes a bug where changes in a different workspace with the same prefix were not filtered out correctly.

Example:

  • my-ws
  • my-ws-two

If there were changes only in my-ws and you run the filter on my-ws-two, it should filter out all commits. But actually, before this fix, it would include commits against my-ws because of a missing path separator at the end of the workspace name.

@restfulhead restfulhead changed the title fix: ignore commits in other ws dir with same prefix fix: filter out commits in other ws dir with the same prefix Feb 16, 2024
@restfulhead restfulhead merged commit cd02727 into main Feb 16, 2024
1 check passed
@restfulhead restfulhead deleted the dir-fix branch February 16, 2024 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant