Skip to content

Commit 82681bf

Browse files
committed
asyncgit: add GitConfig error
1 parent 9abc6bb commit 82681bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

asyncgit/src/error.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ pub enum Error {
5353
#[error("git error:{0}")]
5454
Git(#[from] git2::Error),
5555

56+
///
57+
#[error("git config error:{0}")]
58+
GitConfig(String),
59+
5660
///
5761
#[error("strip prefix error: {0}")]
5862
StripPrefix(#[from] StripPrefixError),

0 commit comments

Comments
 (0)