imag/libimagstore
Matthias Beyer 3413646934 Revert "Check whether the StoreId is inside the store, before doing anything on the FS"
This reverts commit 373502217e
as this commit was introducing a bug.

The StoreId type says `/test/example` for a store id path, which is
completely valid, as the root (`/`) is the store itself. The
id_in_store() function assumed that the store-id is the full
(file-system) path to the store entry, which is false.

This commit does not introduce a fix but revert the check.
2016-03-10 18:14:53 +01:00
..
src Revert "Check whether the StoreId is inside the store, before doing anything on the FS" 2016-03-10 18:14:53 +01:00
.gitignore Add: libimagstore 2016-01-09 23:51:31 +01:00
Cargo.toml libimagstore: Update glob 0.2.10 -> 0.2.11 2016-03-07 17:46:58 +01:00