diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ use nostr_sdk::hashes::{sha1::Hash as Sha1Hash, Hash}; | |||
| 10 | use crate::sub_commands::list::{get_commit_id_from_patch, tag_value}; | 10 | use crate::sub_commands::list::{get_commit_id_from_patch, tag_value}; |
| 11 | 11 | ||
| 12 | pub struct Repo { | 12 | pub struct Repo { |
| 13 | git_repo: git2::Repository, | 13 | pub git_repo: git2::Repository, |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | impl Repo { | 16 | impl Repo { |