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

Use relative path in git ignore #903

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vallsv
Copy link

@vallsv vallsv commented May 7, 2022

Closes #902

Hi,

Here is a patch to use the relative path when checking git ignore.

The absolute path can contain stuffs which can be matched by gitignore.
It's not an expected behavior.

I can't tell if it's the proper way to patch this problem.

@TimothyJones
Copy link
Contributor

Since this package is now deprecated due to maintainer availability, I've forked it here, and released a version that includes this fix.

You can get it from npm here, by installing commit-and-tag-version with version equal to or greater than 9.6.0.

Thanks for making this easy by making a PR!

@vallsv
Copy link
Author

vallsv commented May 30, 2022

Now, i am kind of afraid of the javascript software stack.
Thanks for the fork and merge.

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

Successfully merging this pull request may close these issues.

Bump files are skipped using absolute path file
2 participants