upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-26 05:45:47 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-26 07:38:58 +0000
commit30411a938d072a59d68815c975735d40366ad874 (patch)
treef802d1bf9f9959105d2d18af81c528722fa7a675 /src/git/mod.rs
parenta005132ab806b7177d4eb3e3306914841704ffec (diff)
feat: push authorization from state event
Diffstat (limited to 'src/git/mod.rs')
-rw-r--r--src/git/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git/mod.rs b/src/git/mod.rs
index bd3b9e8..81ff277 100644
--- a/src/git/mod.rs
+++ b/src/git/mod.rs
@@ -17,6 +17,7 @@
17//! - `POST /<npub>/<identifier>.git/git-upload-pack` - Clone/fetch operation 17//! - `POST /<npub>/<identifier>.git/git-upload-pack` - Clone/fetch operation
18//! - `POST /<npub>/<identifier>.git/git-receive-pack` - Push operation 18//! - `POST /<npub>/<identifier>.git/git-receive-pack` - Push operation
19 19
20pub mod authorization;
20pub mod handlers; 21pub mod handlers;
21pub mod protocol; 22pub mod protocol;
22pub mod subprocess; 23pub mod subprocess;