Page MenuHomePhabricator

Support pushing data into Git LFS
ClosedPublic

Authored by epriestley on Mar 18 2016, 1:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 1, 4:08 PM
Unknown Object (File)
Feb 17 2024, 4:37 PM
Unknown Object (File)
Feb 10 2024, 12:23 AM
Unknown Object (File)
Feb 8 2024, 7:14 PM
Unknown Object (File)
Feb 8 2024, 2:08 PM
Unknown Object (File)
Feb 6 2024, 10:45 AM
Unknown Object (File)
Feb 3 2024, 9:14 AM
Unknown Object (File)
Jan 10 2024, 12:48 PM
Subscribers
None

Details

Summary

Ref T7789. Ref T10604. This implements the upload action, which streams file data into Files.

This makes Git LFS actually work, at least roughly.

Test Plan
  • Tracked files in an LFS repository.
  • Pushed LFS data (git lfs track '*.png'; git add something.png; git commit -m ...; git push).
  • Pulled LFS data (git checkout master^; rm -rf .git/lfs; git checkout master; open something.png).
  • Verified LFS refs show up in the gitlfsref table.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Support pushing data into Git LFS.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 18 2016, 3:53 PM
This revision was automatically updated to reflect the committed changes.