summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/vcs/git/error.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-29 16:17:01 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-07 22:05:30 +0200
commitc1e430e1ff406a54d818decbfc8cfdb703428a76 (patch)
tree756893cb5758c92272f2244cf986a2908d95bd15 /libimagstorestdhook/src/vcs/git/error.rs
parent79b0693fe88586fbcac543849f51b2b12d919df1 (diff)
Add error kind for error when stripping store id path prefix
Diffstat (limited to 'libimagstorestdhook/src/vcs/git/error.rs')
-rw-r--r--libimagstorestdhook/src/vcs/git/error.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/libimagstorestdhook/src/vcs/git/error.rs b/libimagstorestdhook/src/vcs/git/error.rs
index f7ce2cb6..9fc905f5 100644
--- a/libimagstorestdhook/src/vcs/git/error.rs
+++ b/libimagstorestdhook/src/vcs/git/error.rs
@@ -24,7 +24,8 @@ generate_error_module!(
HeadFetchError => "Error while getting HEAD",
NotOnBranch => "No Branch is checked out",
MkRepo => "Repository creation error",
- MkSignature => "Error while building Signature object"
+ MkSignature => "Error while building Signature object",
+ StoreIdStripError => "Couldn't strip prefix from StoreID object"
);
);