repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
8f4f074
parent
7e020cb
author
Eric Bower
date
2024-07-02 15:12:14 -0400 EDT
docs(readme): roadmap
1 files changed,  +6, -4
M README.md
+6, -4
 1@@ -133,8 +133,10 @@ then remove them in subsequent patches. This is the forcing function to address
 2 all comments: the patch won't be merged if there are comment unaddressed in
 3 code; they cannot be ignored or else they will be upstreamed erroneously.
 4 
 5-# research
 6+# roadmap
 7 
 8-- https://git-scm.com/docs/git-format-patch
 9-- https://stackoverflow.com/a/42634501
10-- https://lists.sr.ht/~sircmpwn/himitsu-devel/patches/47404
11+- Guide for setting up `git-pr`
12+- PR build steps (e.g. check that a patch can be cleanly applied)
13+- Git remote for repos
14+- Review patch inline (edit patch directly with comments `# xxx` then reupload)
15+- TUI