Changelog for version 3.0.0 to 3.2.0 can be found here.
Details
Details
- Reviewers
Staudey - Group Reviewers
Triage Team - Commits
- R914:37385b582652: Update git-lfs to 3.2.0
Create a Git repo which tracks the Debian netinstall ISO (using LFS) and push it to GitLab.com:
mkdir testrepo cd testrepo wget https://cdimage.debian.org/debian-cd/11.5.0/amd64/iso-cd/debian-11.5.0-amd64-netinst.iso git lfs version git init git lfs track "*.iso" git add *.iso git commit -am "Initial commit" git remote add origin git@gitlab.com:$user/temp.git git push -u origin main git lfs ls-files
Diff Detail
Diff Detail
- Repository
- R914 git-lfs
- Lint
Lint Not Applicable - Unit
Tests Not Applicable