Add errors for HEAD fetching HEAD-target fetching errors
This commit is contained in:
parent
3f43fa1172
commit
ffd71b0907
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ generate_error_module!(
|
||||||
RepositoryTreeFindingError => "Error while finding repository tree",
|
RepositoryTreeFindingError => "Error while finding repository tree",
|
||||||
RepositoryCommitFindingError => "Error while finding commit",
|
RepositoryCommitFindingError => "Error while finding commit",
|
||||||
RepositoryCommittingError => "Error while committing",
|
RepositoryCommittingError => "Error while committing",
|
||||||
|
RepositoryHeadFetchingError => "Error while fetching HEAD",
|
||||||
|
RepositoryHeadTargetFetchingError => "Error while fetching target of HEAD",
|
||||||
HeadFetchError => "Error while getting HEAD",
|
HeadFetchError => "Error while getting HEAD",
|
||||||
NotOnBranch => "No Branch is checked out",
|
NotOnBranch => "No Branch is checked out",
|
||||||
MkRepo => "Repository creation error",
|
MkRepo => "Repository creation error",
|
||||||
|
|
Loading…
Reference in a new issue