summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-24 08:46:13 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-24 08:46:13 +0200
commit8b21be5e14f44c4f9b0d995ed73709bdde30028f (patch)
treee3f99c2f7f4f1d060a2cea293ea816a33131dece /readme.org
parenta62fa84b0bb5abe3a2c52a047f47b6403ffcd54c (diff)
Added checking for a valid path, but the test is failing for the wrong reason
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index 590dc87..3674200 100644
--- a/readme.org
+++ b/readme.org
@@ -13,6 +13,8 @@ Pijul.
* Roadmap
+** MVP
+
- [X] interactive command prompt
- [X] non-interactive commands can be run with -c
- [X] exit command
@@ -32,8 +34,12 @@ Pijul.
- [ ] listing of repos
- [ ] set repo descriptions
- [ ] set the main branch of a repo
-- [ ] git archive with git upload-archive
- [ ] help docs on all the commands
+
+** Post-MVP
+
+- [ ] git archive with git upload-archive
+- [ ] git config management around protected branches
- [ ] move a repo to a different group
- [ ] housekeeping git tasks (git fsck, git gc)
- [ ] pijul fetch and pijul push