puter/packages
Sam Atkins 955154468f feat(git): Make git add work for deleted files
Previously, this:

```sh
> rm deleted.txt
> git add deleted.txt
```

...would unhelpfully complain that deleted.txt cannot be found. Now, it
records the deleted file to the index, just as canonical git does.
2024-06-28 14:19:23 -04:00
..
backend feat(backend): Add tab completion to server console command arguments 2024-06-28 11:18:29 -04:00
contextlink refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
git feat(git): Make git add work for deleted files 2024-06-28 14:19:23 -04:00
phoenix Remove repo links from Phoenix shell init 2024-06-12 01:50:13 -04:00
pty refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
puter-js close #483 2024-06-19 22:30:42 -07:00
puter-js-common fix: Throw an error when readdir is called on a non-directory 2024-06-24 19:08:56 -04:00
strataparse refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
terminal refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
useapi feat: add external mod loading 2024-06-09 13:14:48 -04:00