summaryrefslogtreecommitdiff
path: root/src/ostree/main.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-05-14 20:46:41 -0400
committerColin Walters <walters@verbum.org>2012-05-14 21:58:22 -0400
commitcd38cb1489cb660e932c1fe4720ddf13cd8d7969 (patch)
tree64bce3c5ef97d0783c21d915b71c03b9e4cd8b50 /src/ostree/main.c
parentd7a15b381ec7d64af5d24a8922a79738ccb7840b (diff)
downloadostree-cd38cb1489cb660e932c1fe4720ddf13cd8d7969.tar.gz
core: Add write-refs builtin
This will be used by import-tree to pipe refs to write.
Diffstat (limited to 'src/ostree/main.c')
-rw-r--r--src/ostree/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/main.c b/src/ostree/main.c
index 365ae770..e1218f0e 100644
--- a/src/ostree/main.c
+++ b/src/ostree/main.c
@@ -48,6 +48,7 @@ static OstreeBuiltin builtins[] = {
{ "remote", ostree_builtin_remote, 0 },
{ "show", ostree_builtin_show, 0 },
{ "unpack", ostree_builtin_unpack, 0 },
+ { "write-refs", ostree_builtin_write_refs, 0 },
{ NULL }
};