Blame man/ostree-rev-parse.xml

rpm-build 0fba15
 
rpm-build 0fba15
rpm-build 0fba15
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
rpm-build 0fba15
rpm-build 0fba15
rpm-build 0fba15
Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
rpm-build 0fba15
rpm-build 0fba15
SPDX-License-Identifier: LGPL-2.0+
rpm-build 0fba15
rpm-build 0fba15
This library is free software; you can redistribute it and/or
rpm-build 0fba15
modify it under the terms of the GNU Lesser General Public
rpm-build 0fba15
License as published by the Free Software Foundation; either
rpm-build 0fba15
version 2 of the License, or (at your option) any later version.
rpm-build 0fba15
rpm-build 0fba15
This library is distributed in the hope that it will be useful,
rpm-build 0fba15
but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 0fba15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
rpm-build 0fba15
Lesser General Public License for more details.
rpm-build 0fba15
rpm-build 0fba15
You should have received a copy of the GNU Lesser General Public
rpm-build 0fba15
License along with this library; if not, write to the
rpm-build 0fba15
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
rpm-build 0fba15
Boston, MA 02111-1307, USA.
rpm-build 0fba15
-->
rpm-build 0fba15
rpm-build 0fba15
<refentry id="ostree">
rpm-build 0fba15
rpm-build 0fba15
    <refentryinfo>
rpm-build 0fba15
        <title>ostree rev-parse</title>
rpm-build 0fba15
        <productname>OSTree</productname>
rpm-build 0fba15
rpm-build 0fba15
        <authorgroup>
rpm-build 0fba15
            <author>
rpm-build 0fba15
                <contrib>Developer</contrib>
rpm-build 0fba15
                <firstname>Colin</firstname>
rpm-build 0fba15
                <surname>Walters</surname>
rpm-build 0fba15
                <email>walters@verbum.org</email>
rpm-build 0fba15
            </author>
rpm-build 0fba15
        </authorgroup>
rpm-build 0fba15
    </refentryinfo>
rpm-build 0fba15
rpm-build 0fba15
    <refmeta>
rpm-build 0fba15
        <refentrytitle>ostree rev-parse</refentrytitle>
rpm-build 0fba15
        <manvolnum>1</manvolnum>
rpm-build 0fba15
    </refmeta>
rpm-build 0fba15
rpm-build 0fba15
    <refnamediv>
rpm-build 0fba15
        <refname>ostree-rev-parse</refname>
rpm-build 0fba15
        <refpurpose>Output the target of a rev</refpurpose>
rpm-build 0fba15
    </refnamediv>
rpm-build 0fba15
rpm-build 0fba15
    <refsynopsisdiv>
rpm-build 0fba15
            <cmdsynopsis>
rpm-build 0fba15
                <command>ostree rev-parse </command> <arg choice="req">REV</arg> <arg choice="req">PATH</arg>
rpm-build 0fba15
            </cmdsynopsis>
rpm-build 0fba15
    </refsynopsisdiv>
rpm-build 0fba15
rpm-build 0fba15
rpm-build 0fba15
rpm-build 0fba15
    <refsect1>
rpm-build 0fba15
        <title>Description</title>
rpm-build 0fba15
rpm-build 0fba15
        <para>
rpm-build 0fba15
            Given a REV, outputs the checksum of the latest commit of that revision.  
rpm-build 0fba15
        </para>
rpm-build 0fba15
    </refsect1>
rpm-build 0fba15
rpm-build 0fba15
    <refsect1>
rpm-build 0fba15
        <title>Example</title>
rpm-build 0fba15
        <para><command>$ ostree rev-parse my-branch</command></para>
rpm-build 0fba15
<programlisting>
rpm-build 0fba15
        ce19c41036cc45e49b0cecf6b157523c2105c4de1ce30101def1f759daafcc3e
rpm-build 0fba15
</programlisting>
rpm-build 0fba15
    </refsect1>
rpm-build 0fba15
</refentry>