upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git_remote_helper.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-30 14:14:59 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-30 15:24:29 +0100
commit0848d57c7654d09c3041022c231dfbbbfac17600 (patch)
tree7e1ee05dbc74ec5bbb2ee7a633e211c4fea9f8e8 /src/git_remote_helper.rs
parent6f64c35e57789d5731a51b46eb98a46803f072f4 (diff)
refactor: add struct `RepoState`
to more easily access state details
Diffstat (limited to 'src/git_remote_helper.rs')
-rw-r--r--src/git_remote_helper.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git_remote_helper.rs b/src/git_remote_helper.rs
index 44f7fb5..ba8ab61 100644
--- a/src/git_remote_helper.rs
+++ b/src/git_remote_helper.rs
@@ -37,6 +37,7 @@ mod git;
37mod key_handling; 37mod key_handling;
38mod login; 38mod login;
39mod repo_ref; 39mod repo_ref;
40mod repo_state;
40mod sub_commands; 41mod sub_commands;
41 42
42#[tokio::main] 43#[tokio::main]