man: add missing options for commit
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #306 Approved by: cgwalters
This commit is contained in:
parent
86ac8062f5
commit
e3e82c54c1
|
|
@ -214,6 +214,22 @@ Boston, MA 02111-1307, USA.
|
||||||
Override the timestamp of the commit to TIMESTAMP.
|
Override the timestamp of the commit to TIMESTAMP.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--orphan</option></term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Create a commit without writing a ref
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--fsync</option>="POLICY"</term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
POLICY is a boolean which specifies whether fsync should be used or not. Default to true.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue