Browse Source
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".maint
Linus Torvalds
20 years ago
6 changed files with 10 additions and 4 deletions
@ -0,0 +1,3 @@ |
|||||||
|
#!/bin/sh |
||||||
|
git-read-tree --reset HEAD |
||||||
|
git-update-cache --refresh |
Loading…
Reference in new issue