atlassian-python-api
atlassian-python-api copied to clipboard
[Bitbucket] LFS settings
Please add an function to set/get the git LFS status of an repo.
Hi! Could you provide, please, a use case when do you need automate that one so often?
Cheers, Gonchik Tsymzhitov
Yes, when generating repos via script, LFS are disabled by default, so every repo must edit by hand. The complete use case are repos for rpm package management like it is used by centos. Only teh control files are tracked via git native. The big binary files, are stored in the lfs area. So the checkout is very fast and the repo are very small, because in every branch only the "pointer" to the binary files must be tracked.
https://jira.atlassian.com/browse/BSERV-8935
Please add this.