-
Notifications
You must be signed in to change notification settings - Fork 3
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
CVE-2014-9390 git: arbitrary command execution vulnerability on case-insensitive file systems #5
base: master
Are you sure you want to change the base?
Conversation
…insensitive file systems
Remove trailing whitespace and change logic for simplicity
Looks great! Could you please squash these commits into one commit and I will merge. |
Any reason why this should be done? I would rather not alter my history.. |
This is common practice when sending a pull request so that when you read through the history of the project you see logical commits instead of "typo", "typo", "fixing newlines", etc. Rebasing your master branch is not a good idea, because if people base their work on that and the history changes, then merging will break. For topic brances like this, it is a normal activity done before merging. To do so, checkout out your branch and run |
Check out the commit log for facter - https://github.com/puppetlabs/facter/commits/master It is not that those people don't screw up any, they just rebase the code before merging :) |
Well, now you can do squash merge commits with Github 😉 |
See #3