-
Notifications
You must be signed in to change notification settings - Fork 56
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
Allow single commit so that working tree changes can be included. #4
Conversation
❓ |
➕ |
I am interested in this too. I want to be able to diff working tree to master, for instance. Any way to do this? |
+1 |
Is this repo maintained by anyone? Should we fork it? |
Merge upstream
Sounds good man.
|
I want to diff current working copy against master; there's no way to do that without this patch. Pretty please @m4i? |
Sorry for the late reply. |
Allow single commit so that working tree changes can be included.
Thank you! Do a gem release that includes the recent merges? |
Thank you for pull request and comments. |
It is assumed when providing one commit, the previous commit and the provided commit were to be used.
rubocop-git should behave more like git, where providing one commit means comparing your changes to that commit.