This is a bibisect
repository for LibreOffice. It is now frozen, but you can download a git bundle
to clone locally.
- Download the 5.37GiB bundle,
for instance with your browser or using GNU Wget (the flag --continue enables
resuming interrupted downloads – so if the command fails simply run it again and
`wget` will continue where it left off):
wget --continue https://bibisect.libreoffice.org/win32-5.1.git-bundle
- Clone from that bundle:
git clone -o bundle win32-5.1.git-bundle win32-5.1
- You can now remove win32-5.1.git-bundle and use win32-5.1
as a normal bibisect
git repository.
rm ./win32-5.1.git-bundle
cd ./win32-5.1
git remote remove bundle