This website requires JavaScript.
Explore
Help
Sign In
undef
/
git-commit-vandalism
Watch
1
Star
0
Fork
0
You've already forked git-commit-vandalism
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
debb9d8444
git-commit-vandalism
/
git-add-script
3 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Trivial git script fixups Fix permissions, and add trivial "reset" and "add" scripts. The "reset" script just resets the index back to head, while the "add" script is just a crutch for people used to do "cvs add".
2005-06-15 03:56:05 +02:00
#!/bin/sh
Fix up INSTALL and "git add" As suggested by Junio
2005-06-19 08:44:54 +02:00
git-update-cache --add -- "$@"
Reference in New Issue
Copy Permalink