diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 05:45:47 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 07:38:58 +0000 |
| commit | 30411a938d072a59d68815c975735d40366ad874 (patch) | |
| tree | f802d1bf9f9959105d2d18af81c528722fa7a675 /src/git/mod.rs | |
| parent | a005132ab806b7177d4eb3e3306914841704ffec (diff) | |
feat: push authorization from state event
Diffstat (limited to 'src/git/mod.rs')
| -rw-r--r-- | src/git/mod.rs | 1 |
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 | ||
| 20 | pub mod authorization; | ||
| 20 | pub mod handlers; | 21 | pub mod handlers; |
| 21 | pub mod protocol; | 22 | pub mod protocol; |
| 22 | pub mod subprocess; | 23 | pub mod subprocess; |