mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
40d8cfe411
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".
2 lines
38 B
Bash
Executable file
2 lines
38 B
Bash
Executable file
#!/bin/sh
|
|
git-update-cache --add "$@"
|