man: document configured branches
Closes: #1072 Closes: #1073 Approved by: guyshapiro
This commit is contained in:
parent
95c832b4e2
commit
d3a5d26176
|
|
@ -132,7 +132,7 @@ Boston, MA 02111-1307, USA.
|
||||||
This command can retrieve just a specific commit, or go all
|
This command can retrieve just a specific commit, or go all
|
||||||
the way to performing a full mirror of the remote
|
the way to performing a full mirror of the remote
|
||||||
repository. If no <literal>BRANCH</literal> is specified,
|
repository. If no <literal>BRANCH</literal> is specified,
|
||||||
all branches are retrieved.
|
all configured branches are retrieved.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|
|
||||||
|
|
@ -96,6 +96,13 @@ Boston, MA 02111-1307, USA.
|
||||||
<para>
|
<para>
|
||||||
Changes remote repository configurations. The NAME refers to the name of the remote.
|
Changes remote repository configurations. The NAME refers to the name of the remote.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
The <literal>BRANCH</literal> arguments to the
|
||||||
|
<command>add</command> subcommand specifies the configured branches
|
||||||
|
for the remote. See the <literal>branches</literal> section in
|
||||||
|
<citerefentry><refentrytitle>ostree.repo-config</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
||||||
|
for more information.
|
||||||
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The <command>gpg-import</command> subcommand can associate GPG keys to a specific remote repository for use when pulling signed commits from that repository (if GPG verification is enabled).
|
The <command>gpg-import</command> subcommand can associate GPG keys to a specific remote repository for use when pulling signed commits from that repository (if GPG verification is enabled).
|
||||||
</para>
|
</para>
|
||||||
|
|
|
||||||
|
|
@ -147,6 +147,13 @@ Boston, MA 02111-1307, USA.
|
||||||
metadata: summary, static delta "superblocks".</para></listitem>
|
metadata: summary, static delta "superblocks".</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>branches</varname></term>
|
||||||
|
<listitem><para>A list of strings. Represents the default configured
|
||||||
|
branches to fetch from the remote when no specific branches are
|
||||||
|
requested during a pull operation.</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>proxy</varname></term>
|
<term><varname>proxy</varname></term>
|
||||||
<listitem><para>A string value, if given should be a URL for a
|
<listitem><para>A string value, if given should be a URL for a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue