summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-12 01:27:14 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-12 01:27:14 +0200
commit9e5022e94434ab0ea70355b91dd382ccbecbcb77 (patch)
treeb627de06381feca72403a1c9a004e036d7c75f0b /readme.org
parent87359e99233a61abbf9f8e424eba486fe53e9cfd (diff)
Correct which does what in the todo list
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.org b/readme.org
index d02beb5..9e39127 100644
--- a/readme.org
+++ b/readme.org
@@ -18,9 +18,9 @@ Pijul.
- [X] git init of private repo
- [X] responds to unknown commands
- [X] Isolation of workdir between tests
-- [ ] git push with git upload-pack <argument>
+- [ ] git fetch with git upload-pack <argument>
- [ ] extra args for git upload-pack
-- [ ] git fetch with git receive-pack <argument>
+- [ ] git push 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