for (final Entry<String, JsonValue> entry : tree.entrySet()) {
dirs.add(entry.getKey()).set(entry.getValue().toString()).up();
}
this.storage.apply(dirs);
final String ref;
if (tree.containsValue("name")) {
ref = tree.getString("name");
} else {
ref = sha;
}
new MkReferences(this.storage, this.self, this.coords).create(