diff --git a/libimagstorestdhook/src/vcs/git/error.rs b/libimagstorestdhook/src/vcs/git/error.rs index c15640d5..e4bdb3ae 100644 --- a/libimagstorestdhook/src/vcs/git/error.rs +++ b/libimagstorestdhook/src/vcs/git/error.rs @@ -11,6 +11,7 @@ generate_error_module!( ConfigTypeError => "Configuration value type wrong", RepositoryError => "Error while interacting with git repository", + RepositoryInitError => "Error while loading the git repository", RepositoryBackendError => "Error in the git library", RepositoryBranchError => "Error while interacting with git branch(es)", RepositoryBranchNameFetchingError => "Error while fetching branch name",