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:
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;