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
Hello, I'm using your plugin and I wanna see changes for one commit hash instead of a git range, I've tried this:
yarn changed list --git-range 6032ef1a9ac712c6ce64714cd6589a06eb48df00..6032ef1a9ac712c6ce64714cd6589a06eb48df00 --json
using the same hash but give me no changes, it is possible?
The text was updated successfully, but these errors were encountered:
The --git-range option doesn't have to be a Git range. This option is passed to git diff command directly. You can try this:
--git-range
git diff
yarn changed list --git-range 6032ef1a9ac712c6ce64714cd6589a06eb48df00
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm using your plugin and I wanna see changes for one commit hash instead of a git range, I've tried this:
yarn changed list --git-range 6032ef1a9ac712c6ce64714cd6589a06eb48df00..6032ef1a9ac712c6ce64714cd6589a06eb48df00 --json
using the same hash but give me no changes, it is possible?
The text was updated successfully, but these errors were encountered: