mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-26 11:29:59 +00:00
Adds a `content_hash` column and index for deduplication, and a `last_accessed` column & index for time tracking. We now de-duplicate on copy by not copying if present, but instead bubbling up matching entry. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Icbcdbd6ac28bbb21324785cae30911f96a6a6964 |
||
|---|---|---|
| .. | ||
| decode.rs | ||
| delete.rs | ||
| import.rs | ||
| list.rs | ||
| mod.rs | ||
| query.rs | ||
| store.rs | ||
| watch.rs | ||
| wipe.rs | ||