git
installs git with LFS support.
The git
step arranges for the installation of git and LFS. git is
installed directly as packaged by the OS distribution, but the step is able to
pinpoint a given version of LFS. By default, the latest official release will be
installed. LFS downloads are verified before installation. By default, this step
will make git LFS available to all regular users of the system, but this can be
changed.
Version of git LFS to install. This defaults to an empty string, in which case the step will detect the latest from the releases available at github.
This is a regular expression to be matched against the name of all regular users
of the system for which git LFS support should be installed. The default is
.*
, meaning all regular users.
This environment variable is the same as the --lfs-version
option.
This environment variable is the same as the --lfs-install
option.