This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
git
Watch
1
Star
0
Fork
0
You've already forked git
mirror of
https://github.com/git/git.git
synced
2024-11-18 22:14:34 +01:00
Code
92c533ef0e
git
/
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 -- "$@"
Copy Permalink