mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-17 17:34:37 -06:00
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".
3 lines
38 B
Bash
Executable File
3 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
git-update-cache --add "$@"
|