Page MenuHomeSolus

Update git-lfs to 2.13.3
ClosedPublic

Authored by silke on May 7 2021, 1:04 PM.
Tags
None
Referenced Files
F11049766: D11000.id26514.diff
Thu, Aug 10, 6:24 PM
F11049765: D11000.id.diff
Thu, Aug 10, 6:24 PM
F11049764: D11000.id26535.diff
Thu, Aug 10, 6:24 PM
F11035663: D11000.diff
Wed, Aug 9, 6:08 PM
F10884769: D11000.id26535.diff
Jun 25 2023, 2:48 AM
F10884147: D11000.id26514.diff
Jun 24 2023, 7:46 PM
F10881831: D11000.diff
Jun 23 2023, 5:13 AM
F10877007: D11000.id26514.diff
Jun 20 2023, 3:04 PM
Subscribers

Details

Summary

Changelog:

  • Fxes two bugs that caused git lfs prune to hang.
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/current/amd64/iso-cd/debian-10.9.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 master
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.May 7 2021, 1:04 PM
JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.

Fixed changelog to remove irrelevant info.

This revision is now accepted and ready to land.May 7 2021, 2:57 PM
This revision was automatically updated to reflect the committed changes.