stable
Clone or download
Read-only
This is part of story #12326 forbid large git objects in favor of git-lfs The option git_lfs_display_config is used to display or not the site configuration. It's available by default. The only way to disable it is to set the option git_lfs_display_config to 0 with the Tuleap CLI. Change-Id: I3d562b2ae1f36b961615e8f39089f1ed64d98a50
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlfs/db/uninstall.sql | +2 | −0 | Go to diff View file |
M | plugins/gitlfs/include/Admin/IndexController.php | +10 | −0 | Go to diff View file |
M | plugins/gitlfs/include/Admin/IndexPostController.php | +10 | −0 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.class.php | +16 | −4 | Go to diff View file |
M | plugins/gitlfs/site-content/fr_FR/LC_MESSAGES/tuleap-gitlfs.po | +9 | −1 | Go to diff View file |
M | plugins/gitlfs/site-content/tuleap-gitlfs.pot | +6 | −0 | Go to diff View file |
M | src/common/CLI/Command/ConfigSetCommand.php | +22 | −24 | Go to diff View file |
A | src/common/CLI/Events/GetWhitelistedKeys.php | +62 | −0 | Go to diff View file |
M | src/utils/tuleap.php | +2 | −1 | Go to diff View file |