diff options
Diffstat (limited to 'src/lib/git/mod.rs')
| -rw-r--r-- | src/lib/git/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs index f92272f..72717f7 100644 --- a/src/lib/git/mod.rs +++ b/src/lib/git/mod.rs | |||
| @@ -11,6 +11,7 @@ use nostr_sdk::hashes::{sha1::Hash as Sha1Hash, Hash}; | |||
| 11 | use crate::git_events::{get_commit_id_from_patch, tag_value}; | 11 | use crate::git_events::{get_commit_id_from_patch, tag_value}; |
| 12 | pub mod identify_ahead_behind; | 12 | pub mod identify_ahead_behind; |
| 13 | pub mod nostr_url; | 13 | pub mod nostr_url; |
| 14 | pub mod utils; | ||
| 14 | 15 | ||
| 15 | pub struct Repo { | 16 | pub struct Repo { |
| 16 | pub git_repo: git2::Repository, | 17 | pub git_repo: git2::Repository, |