-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Git exe Cleanup. #85
Git exe Cleanup. #85
Conversation
Initial commit of gitcleanup.py
Remove any ruby implementations of gitcleanup
Great, you do not have to use |
After that I will test it, merge it and make issue for porting this to ruby. |
I have some more changes to come, hold fire for the moment. |
I added a ruby porting of this IronPython script here: sicil1ano@d0e383e I'm a newbie with the pull requests..How can I add this commit to this pull request? If not, do I have to create a new one? |
You can do a pull request to the gitcleanup branch on my fork and it should add it to this pull request... I think. |
Thanks @MartiUK . I will follow your suggestion ;-) |
Pull request added: MartiUK#2 |
Git directory cleanup ruby script
I have some updates to push, preventing commands with '--'s to be deleted (breaking the commands in progress). One last thing, there is another way to fix this problem. During the build, delete the exes and then have cmder use an extra aliases file removing the need for a complex batch file creation script. @Bliker I'll make this as a separate pull request for you to ultimately decide. |
Git exe Cleanup + some bonuses
Works for me with IronPython.
Size of git-core folder is dramatically reduced.
Fixes #54 .