We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RepoPath()
I broke encapsulation in
https://github.com/neuropoly/gitea/blob/0901a8cadf1da063c774465a888d6e019e60cfc5/modules/git/tree_entry.go#L13-L15
for use here
https://github.com/neuropoly/gitea/blob/0901a8cadf1da063c774465a888d6e019e60cfc5/modules/annex/annex.go#L116
But I have discovered there are
https://github.com/neuropoly/gitea/blob/0901a8cadf1da063c774465a888d6e019e60cfc5/models/repo/repo.go#L488-L496
which should be able to achieve the same thing. Perhaps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I broke encapsulation in
https://github.com/neuropoly/gitea/blob/0901a8cadf1da063c774465a888d6e019e60cfc5/modules/git/tree_entry.go#L13-L15
for use here
https://github.com/neuropoly/gitea/blob/0901a8cadf1da063c774465a888d6e019e60cfc5/modules/annex/annex.go#L116
But I have discovered there are
https://github.com/neuropoly/gitea/blob/0901a8cadf1da063c774465a888d6e019e60cfc5/models/repo/repo.go#L488-L496
which should be able to achieve the same thing. Perhaps.
The text was updated successfully, but these errors were encountered: