upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-20 21:54:00 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-20 21:54:00 +0000
commit8f1a1743bd4e85e922ec0cc1f050911a28af4cf0 (patch)
tree2d9eb4954395b62c66d1cc937c6e78a060129f3f /src/bin/ngit/sub_commands/mod.rs
parent67f09343c15e6a0e3622811d3eb5e513a8205eda (diff)
add `ngit repo` subcommand group
- `ngit repo` (no subcommand): show repository info including maintainer tree, per-maintainer infrastructure attribution, and a note explaining the union-vs-personal field model and recursive maintainer sets - `ngit repo init`: alias for `ngit init` - `ngit repo edit`: same as init but signals intent to update an existing repository announcement - `ngit repo accept`: scoped command for co-maintainers to publish their announcement; errors with clear messages for all other states (trusted maintainer, already accepted, not invited, no repo found)
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
-rw-r--r--src/bin/ngit/sub_commands/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs
index 6b94248..d132240 100644
--- a/src/bin/ngit/sub_commands/mod.rs
+++ b/src/bin/ngit/sub_commands/mod.rs
@@ -6,5 +6,6 @@ pub mod init;
6pub mod list; 6pub mod list;
7pub mod login; 7pub mod login;
8pub mod logout; 8pub mod logout;
9pub mod repo;
9pub mod send; 10pub mod send;
10pub mod sync; 11pub mod sync;