1OSTREE REV-PARSE(1) ostree rev-parse OSTREE REV-PARSE(1)
23
4
NAME
6ostree-rev-parse - Output the target of a rev
7
SYNOPSIS
9ostree rev-parse {REV} {PATH}
10
OPTIONS
12--single, -S
13If the repository has exactly one commit, then print it; any other
14case will result in an error.
15
DESCRIPTION
17Given a REV, outputs the checksum of the latest commit of that
18revision.
19
EXAMPLE
21$ ostree rev-parse my-branch
2223
ce19c41036cc45e49b0cecf6b157523c2105c4de1ce30101def1f759daafcc3e
2425
26
27
OSTree OSTREE REV-PARSE(1)