Quirk releng.git.no_depth

releng-tool may use the --depth option for Git-based packages to to perform shallow checkouts to improve fetch performance. If a user does not want to perform shallow checkouts, the releng.git.no_depth quirk may be used. For example, using the command line:

releng-tool --quirk releng.git.no_depth

Or adding in the project configuration:

releng_config(
    ...
    quirks=[
        ...
        'releng.git.no_depth',
    ],
)

See also