repos / git-pr

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

Eric Bower  ·  2026-02-25

CHANGELOG.md

 1# Changelog
 2
 3Use spec: https://common-changelog.org/
 4
 5## v2026-02-25
 6
 7### Added
 8
 9- Ability to delete repo `ssh pr.pico.sh repo rm {name}`, must provide `--write` to persist
10
11### Changed
12
13- Replaced `--comment` flag which was a string into a bool and now require comment to be provided by stdin for commands `accept`, `close`, and `reopen`
14  - `echo "lgtm!" | ssh pr.pico.sh pr accept --comment 100`
15  - If no `--comment` flag provided then you don't need to provide stdin
16
17### Fixed
18
19- Mangled formatting for `ssh pr.pico.sh` help text
20
21## v2026-02-24
22
23### Changed
24
25- Added `ssh {username}@pr register` command and now require explicit registration to use this service
26- Upgraded to `go1.25`
27- Removed charm's `wish` with pico's `pssh`