This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
git
Watch
1
Star
0
Fork
You've already forked git
0
mirror of
https://github.com/git/git.git
synced
2024-11-01 14:57:52 +01:00
Code
Activity
83ba99bc8c
git
/
git-add-script
3 lines
41 B
Text
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