Page MenuHomeSolus

Update git-lfs to 3.2.0
ClosedPublic

Authored by silke on Nov 9 2022, 1:55 PM.
Tags
None
Referenced Files
F11049770: D13750.id33568.diff
Thu, Aug 10, 6:24 PM
F11049769: D13750.id33572.diff
Thu, Aug 10, 6:24 PM
F11049767: D13750.id.diff
Thu, Aug 10, 6:24 PM
F11035664: D13750.diff
Wed, Aug 9, 6:08 PM
F10807598: D13750.id33568.diff
May 30 2023, 5:33 AM
F10807335: D13750.id33572.diff
May 30 2023, 4:35 AM
F10805890: D13750.diff
May 29 2023, 10:38 PM
F10751683: D13750.diff
May 16 2023, 12:45 PM
Subscribers

Details

Summary

Changelog for version 3.0.0 to 3.2.0 can be found here.

Test Plan

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

Repository
R914 git-lfs
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

silke requested review of this revision.Nov 9 2022, 1:55 PM
Staudey added a subscriber: Staudey.

LGTM, thanks!

This revision is now accepted and ready to land.Nov 9 2022, 11:22 PM
This revision was automatically updated to reflect the committed changes.