upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.rs')
-rw-r--r--src/git.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git.rs b/src/git.rs
index c13b46d..eaea512 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -10,7 +10,7 @@ use nostr_sdk::hashes::{sha1::Hash as Sha1Hash, Hash};
10use crate::sub_commands::list::{get_commit_id_from_patch, tag_value}; 10use crate::sub_commands::list::{get_commit_id_from_patch, tag_value};
11 11
12pub struct Repo { 12pub struct Repo {
13 git_repo: git2::Repository, 13 pub git_repo: git2::Repository,
14} 14}
15 15
16impl Repo { 16impl Repo {