1OSTREE LOG(1)                     ostree log                     OSTREE LOG(1)
2
3
4

NAME

6       ostree-log - Show log starting at a commit or ref
7

SYNOPSIS

9       ostree log [OPTIONS...] {REF}
10

DESCRIPTION

12       Shows a log of commits to a given ref or branch. Includes commit
13       checksum, timestamp, and commit message.
14

OPTIONS

16       --raw
17           Show raw variant data.
18

EXAMPLE

20       $ ostree log my-branch
21
22                   commit 67e382b11d213a402a5313e61cbc69dfd5ab93cb07fbb8b71c2e84f79fa5d7dc
23                   Date:  2014-06-12 13:42:54 +0000
24                       This is the second commit
25
26                   commit ce19c41036cc45e49b0cecf6b157523c2105c4de1ce30101def1f759daafcc3e
27                   Date:  2014-06-12 11:20:08 +0000
28                       Initial commit
29
30
31
32OSTree                                                           OSTREE LOG(1)
Impressum