summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.org b/readme.org
index fe09dc5..0753297 100644
--- a/readme.org
+++ b/readme.org
@@ -21,11 +21,11 @@ Pijul.
- [X] Isolation of workdir between tests
- [X] git fetch with git upload-pack
- [X] git push with git receive-pack
-- [X] proper shell argument lexing, with quote stuff https://lib.rs/crates/shlex
+- [X] proper shell argument lexing, with quote stuff
+- [X] history (only within same session)
- [ ] restrict repos to only acceptable paths
- [ ] git init of shared repos
-- [ ] history (only within same session) https://lib.rs/crates/rustyline
-- [ ] don't quit interactive shell sessions if there's an error
+- [X] don't quit interactive shell sessions if there's an error
- [ ] git archive with git upload-archive
- [X] help command
- [ ] help docs on all the commands