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
- Branch
- lfs12
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 11204 Build 13905: Run Core Tests Build 13904: arc lint + arc unit