summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtins.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-05-01 17:43:26 -0400
committerColin Walters <walters@verbum.org>2012-05-01 17:44:29 -0400
commitd4321629f4da5721385a94ececfc7f6deb72a18a (patch)
treef3b97f068473e0136090f1e93dd05e524d89d452 /src/ostree/ot-builtins.h
parent69d0c00892f91fdd03abea0b53c2846ef8c62c90 (diff)
downloadostree-d4321629f4da5721385a94ececfc7f6deb72a18a.tar.gz
core: Rename local-clone to pull-local
Also change it to copy selective refs, rather than enumerating all objects.
Diffstat (limited to 'src/ostree/ot-builtins.h')
-rw-r--r--src/ostree/ot-builtins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtins.h b/src/ostree/ot-builtins.h
index a0e5dd8c..4d411241 100644
--- a/src/ostree/ot-builtins.h
+++ b/src/ostree/ot-builtins.h
@@ -34,7 +34,7 @@ gboolean ostree_builtin_checksum (int argc, char **argv, GFile *repo_path, GErro
gboolean ostree_builtin_commit (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_diff (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_init (int argc, char **argv, GFile *repo_path, GError **error);
-gboolean ostree_builtin_local_clone (int argc, char **argv, GFile *repo_path, GError **error);
+gboolean ostree_builtin_pull_local (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_log (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_ls (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_prune (int argc, char **argv, GFile *repo_path, GError **error);