Page MenuHomeSolus

Update git-lfs to 3.3.0
ClosedPublic

Authored by silke on Dec 14 2022, 1:36 PM.
Tags
None
Referenced Files
F11049776: D13860.id33822.diff
Thu, Aug 10, 6:24 PM
F11049775: D13860.id33816.diff
Thu, Aug 10, 6:24 PM
F11049774: D13860.id.diff
Thu, Aug 10, 6:24 PM
F11035666: D13860.diff
Wed, Aug 9, 6:08 PM
F10868042: D13860.id33822.diff
Jun 17 2023, 9:49 PM
F10862920: D13860.id33816.diff
Jun 16 2023, 11:38 PM
F10857350: D13860.diff
Jun 15 2023, 4:27 AM
F10743746: D13860.id33822.diff
May 14 2023, 9:55 PM
Subscribers

Details

Summary

Changelog 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.Dec 14 2022, 1:36 PM
algent added a subscriber: algent.

LGTM, thanks!

This revision is now accepted and ready to land.Dec 14 2022, 4:55 PM
This revision was automatically updated to reflect the committed changes.