We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The automatic --include-paths detection added in ceda1f7 does not respect --workdir.
cd $root/subdir && git cliff --workdir $root
--workdir $root includes changes in the entire repository as it was doing before, rather than whatever directory I'm currently in.
--workdir $root
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️
Sorry, something went wrong.
orhun
No branches or pull requests
Is there an existing issue for this?
Description of the bug
The automatic --include-paths detection added in ceda1f7 does not respect --workdir.
Steps To Reproduce
cd $root/subdir && git cliff --workdir $root
Expected behavior
--workdir $root
includes changes in the entire repository as it was doing before, rather than whatever directory I'm currently in.Screenshots / Logs
No response
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: