repos / git-pr

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

commit
4426549
parent
d0d9edd
author
Eric Bower
date
2024-07-14 14:39:20 -0400 EDT
docs: readme
1 files changed,  +5, -4
M README.md
+5, -4
 1@@ -209,13 +209,14 @@ curl localhost:3000
 2 
 3 1. Better `--cover-letter` support
 4 1. Support `git range-diff` workflow
 5+1. More robust ACL rules
 6 1. Adapter to statically generate web view
 7+1. Bulk download PRs
 8+1. Generate event log summary as a cover letter?
 9 1. Support a `diff` workflow (convert `git diff` into mbox patch format)
10 
11 ## ideas
12 
13-1. Git remote for repos?
14-1. PR build steps? (e.g. check that a patch can be cleanly applied)
15-1. Review patch inline? (e.g. edit patch directly with comments `# xxx` then
16-   reupload)
17+1. Officially support git remotes?
18+1. PR build steps? (e.g. ci/cd, status checks, merge checks)
19 1. TUI?