forked from lix-project/lix
fix typo (s/gift/git/)
This commit is contained in:
parent
b05d6dac7b
commit
18215be59d
|
@ -436,7 +436,7 @@ stdenv.mkDerivation { … }
|
||||||
<title>Fetching a repository's specific commit on an arbitrary branch</title>
|
<title>Fetching a repository's specific commit on an arbitrary branch</title>
|
||||||
<para>
|
<para>
|
||||||
If the revision you're looking for is in the default branch
|
If the revision you're looking for is in the default branch
|
||||||
of the gift repository you don't strictly need to specify
|
of the git repository you don't strictly need to specify
|
||||||
the branch name in the <varname>ref</varname> attribute.
|
the branch name in the <varname>ref</varname> attribute.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
@ -465,7 +465,7 @@ stdenv.mkDerivation { … }
|
||||||
<title>Fetching a repository's specific commit on the default branch</title>
|
<title>Fetching a repository's specific commit on the default branch</title>
|
||||||
<para>
|
<para>
|
||||||
If the revision you're looking for is in the default branch
|
If the revision you're looking for is in the default branch
|
||||||
of the gift repository you may omit the
|
of the git repository you may omit the
|
||||||
<varname>ref</varname> attribute.
|
<varname>ref</varname> attribute.
|
||||||
</para>
|
</para>
|
||||||
<programlisting>builtins.fetchGit {
|
<programlisting>builtins.fetchGit {
|
||||||
|
|
Loading…
Reference in a new issue