A CLI-first git forge.

cli forge git self-hosted

https://gitbay.org

control: registry gaps hit by iOS creation screens — branch list, milestone on mr show #45

closed cmc opened this on 2026-08-27 06:39

cmc 2026-08-27 06:39

Two small read gaps hit while building the iOS create/edit screens:

  • No command lists branches. mr create --source <branch> --target <branch> forces typed branch names on a phone; a picker needs repo branches <owner/name> (name, sha, default/protected flags). The web's branch dropdowns read the store directly.
  • mr show does not include the milestone, so mr milestone <owner/name> <n> <title> is a blind write for any API client — set it and nothing readable changes. Add milestone to mrOut alongside the issue side, which already carries it.

Ref #11

closed by commit a715db2f28 by cmc: control: repo blame, repo commit-file, repo refs; milestone on mr show

2026-08-28 01:20