summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-11 22:33:28 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-11 22:33:28 +0200
commit85d187133ddcea5284529bc57caaa7f66f73ab95 (patch)
tree62852b8bda4b2982ec240eb762eaa2c4892859c3 /readme.org
parent5b52ed7ed242ce40cfd331a2fdb78e106413e138 (diff)
Fix docker shell issue
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org10
1 files changed, 6 insertions, 4 deletions
diff --git a/readme.org b/readme.org
index f55eddc..d02beb5 100644
--- a/readme.org
+++ b/readme.org
@@ -18,12 +18,14 @@ Pijul.
- [X] git init of private repo
- [X] responds to unknown commands
- [X] Isolation of workdir between tests
-- [ ] git push
- - git upload-pack <argument>, git upload-archive <argument>
-- [ ] git fetch
- - git receive-pack <argument>
+- [ ] git push with git upload-pack <argument>
+- [ ] extra args for git upload-pack
+- [ ] git fetch with git receive-pack <argument>
+- [ ] git archive with git upload-archive <argument>
- [ ] git init of shared repos
+- [ ] don't quit interactive shell sessions if there's an error
- [ ] help command
+- [ ] restrict repos to only acceptable paths
- [ ] listing of repos
- [ ] history (only within same session)
- [ ] set repo descriptions