A KV store using a remote git repository in memory.
Romain Calascibetta
d1cfefb53b
All of these actions "shallow" the last commit. A subsequent `push` will do nothing due to that incapacity to walk through the history due to the shallowed commit. To be able to push the last change, we must provide {set,remove,rename} functions with an explicit call to push **before** the "shallow". |
||
---|---|---|
app | ||
src | ||
test | ||
.gitignore | ||
.ocamlformat | ||
CHANGES.md | ||
dune-project | ||
git-kv.opam | ||
LICENSE.md | ||
README.md |