summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-16 22:51:00 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-16 22:51:00 +0200
commitb541b141e66d5cf0ba4b190eda6422126951af6e (patch)
tree7c183c941972266ffc14844ce48e39a5475ceff6 /readme.org
parent3035f8d52efe33749a8c027e193559ee7dd4c357 (diff)
Git push
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org15
1 files changed, 8 insertions, 7 deletions
diff --git a/readme.org b/readme.org
index fbfe7db..6d68020 100644
--- a/readme.org
+++ b/readme.org
@@ -19,16 +19,17 @@ Pijul.
- [X] git init of private repo
- [X] responds to unknown commands
- [X] Isolation of workdir between tests
-- [X] git fetch with git upload-pack <argument>
-- [ ] extra args for git upload-pack
-- [ ] git push with git receive-pack <argument>
-- [ ] git archive with git upload-archive <argument>
+- [X] git fetch with git upload-pack
+- [X] git push with git receive-pack
+- [ ] proper shell argument lexing, with quote stuff https://lib.rs/crates/shlex
+- [ ] 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
-- [ ] help command
-- [ ] restrict repos to only acceptable paths
+- [ ] git archive with git upload-archive
+- [X] help command
+- [ ] help docs on all the commands
- [ ] listing of repos
-- [ ] history (only within same session)
- [ ] set repo descriptions
- [ ] set the main branch of a repo
- [ ] move a repo to a different group