Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-24Unexport dangerous command functionsPaul Okstad
2019-12-21Fix Typosflowed
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-08-13Fix FindCommits flag injection exploitPaul Okstad
2019-07-12Allow explicit missing ref error in testsZeger-Jan van de Weg
In https://gitlab.com/gitlab-org/git/commit/014ade748420b074a06dbb7f5fb974b5e6184f4 the behaviour of upload-pack changed to be explicit about missing refs. In the Gitaly test the assertion was made against the output of the command being empty. This is no longer the case, so now an assertion is made against the output. This itself might break in the furture, but given the test is about hidden refs it's probably better to have this test break somewhere in the future than remove the assertion or weaken it.
2019-04-16Cleanup RPC prunes disconnected work treesPaul Okstad
2019-03-29UnlinkRepositoryFromObjectPool: stop removing objects/info/alternatesJacob Vosmaer
2019-03-26Use delta islands in RepackFull and GarbageCollectJacob Vosmaer
2019-03-07PreFetch RPCJohn Cai