summaryrefslogtreecommitdiff
path: root/src/ostree/main.c
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-08-14 11:47:30 +0200
committerStef Walter <stefw@redhat.com>2013-08-15 07:01:30 +0200
commit3989e0d397aa7e4fb23dd4615e38f16358857e9c (patch)
treea549aa3289b03aebe0bf8396815b0dc5988a9317 /src/ostree/main.c
parent5efb8e86e9d76e46aceb3a2043fe66a53a7821d8 (diff)
downloadostree-3989e0d397aa7e4fb23dd4615e38f16358857e9c.tar.gz
Add 'ostree log' command
Follows the parent of commits showing each in turn until it reaches the top of the commit tree. https://bugzilla.gnome.org/show_bug.cgi?id=705973
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 cec12b3f..15420958 100644
--- a/src/ostree/main.c
+++ b/src/ostree/main.c
@@ -40,6 +40,7 @@ static OstreeCommand commands[] = {
{ "diff", ostree_builtin_diff, 0 },
{ "fsck", ostree_builtin_fsck, 0 },
{ "init", ostree_builtin_init, 0 },
+ { "log", ostree_builtin_log, 0 },
{ "ls", ostree_builtin_ls, 0 },
{ "refs", ostree_builtin_refs, 0 },
{ "prune", ostree_builtin_prune, 0 },