Details
Details
- Reviewers
amckinley - Maniphest Tasks
- T7789: Support Git Large File Storage
- Commits
- rPe34b4bbd907e: Move the Git LFS gate to dedicated (non-prototype) config
Tried to push LFS locally, got blocked with a helpful message. Enabled setting, tried to push LFS locally, got a successful push.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good except for nits.
| src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php | ||
|---|---|---|
| 121 | "Enable"? | |
| 125 | Or change this to "allow" | |
| 128 | "a Git extension" | |
| 129 | I'm just quibbling, but technically, the files aren't stored in the repository itself. FWIW, here's the blurb from the project page if we want to use it:
| |
Comment Actions
- Wordsmithing; kept "allow" (this mirrors existing options like "diffusion.allow-http-auth") but improved consistency and accuracy.