Details
Details
- Reviewers
chad - Maniphest Tasks
- T7789: Support Git Large File Storage
T10604: Allow application code to stream request data - Commits
- Restricted Diffusion Commit
rPa24f001b08ef: Support pushing data into Git LFS
- 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
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable