Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Close() method to gogitRepository (#8901) (#8956) | zeripath | 2019-11-13 | 1 | -0/+4 |
| | | | | | | | | | | | Backport #8901 In investigating #7947 it has become clear that the storage component of go-git repositories needs closing. This PR adds this Close function and adds the Close functions as necessary. In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files. Fixes #7947 | ||||
* | Move git diff codes from models to services/gitdiff (#7889) | Lunny Xiao | 2019-09-05 | 1 | -4/+5 |
| | | | | | | | | | | * move git diff codes from models to services/gitdiff * fix template * fix test * fix template | ||||
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -0/+143 |