Hi,

In build-aux/bootstrap there is this fragment of code:

    if git clone -h 2>&1 | grep -- --depth > /dev/null; then
        shallow='--depth 2'
    fi

But the output of `git clone -h` nowadays (version 2.48.1) does
not contain the option --depth.  It instead contains this:

    --[no-]depth <depth>  create a shallow clone of that depth

Meaning that the clone will always be full, instead of shallow as
seemingly was intended.


Benno

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to