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-12 09:47:43 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-12 09:47:43 +0000
commit8293af72744bc89beac57a194602938536b429db (patch)
tree1a2d37ca6a97c1e7bb5c2fb022e2cef8da1b13e9 /src/bin/ngit/sub_commands/mod.rs
parent7d63ae9530c807e12aefcab48d5a4e2576905905 (diff)
feat: add ngit checkout command for non-interactive proposal checkout
Adds a new 'ngit checkout <event-id|nevent>' command that creates or updates a proposal branch and checks it out. Supports both PRs and patches with parent-commit references. Phase 1 of non-interactive ngit list implementation.
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 9c84ef2..e9f91db 100644
--- a/src/bin/ngit/sub_commands/mod.rs
+++ b/src/bin/ngit/sub_commands/mod.rs
@@ -1,3 +1,4 @@
1pub mod checkout;
1pub mod create; 2pub mod create;
2pub mod export_keys; 3pub mod export_keys;
3pub mod init; 4pub mod init;