summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-file.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-12-21 21:42:13 -0500
committerColin Walters <walters@verbum.org>2011-12-21 21:42:13 -0500
commite9fd921afe09266047d8ebbff633ada95c3f55f1 (patch)
tree643c929e6d6a9a552e67304d5f6ba40f992a38ff /src/libostree/ostree-repo-file.h
parentadd55849abf4f9f18442beebe0067aa50b55aa7f (diff)
downloadostree-e9fd921afe09266047d8ebbff633ada95c3f55f1.tar.gz
core: Change compose to operate purely in-memory
This is *significantly* faster than checking out each branch into the real filesystem, then importing it again.
Diffstat (limited to 'src/libostree/ostree-repo-file.h')
-rw-r--r--src/libostree/ostree-repo-file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libostree/ostree-repo-file.h b/src/libostree/ostree-repo-file.h
index 1d3f7f47..44dda4c3 100644
--- a/src/libostree/ostree-repo-file.h
+++ b/src/libostree/ostree-repo-file.h
@@ -75,6 +75,8 @@ gboolean ostree_repo_file_is_tree (OstreeRepoFile *self);
const char * ostree_repo_file_get_checksum (OstreeRepoFile *self);
+const char * ostree_repo_file_get_commit (OstreeRepoFile *self);
+
GFile *ostree_repo_file_nontree_get_local (OstreeRepoFile *self);
int ostree_repo_file_tree_find_child (OstreeRepoFile *self,