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 (Expand)Author
2018-06-27Simplify commit object lookupJacob Vosmaer
2018-06-27Review fixesJacob Vosmaer
2018-06-25Add commit parser testsJacob Vosmaer
2018-06-25Lint, more deletionsJacob Vosmaer
2018-06-25Delete unused codeJacob Vosmaer
2018-06-25Use catfile for all Go commit lookupsJacob Vosmaer
2018-06-22Remove more log parsingJacob Vosmaer
2018-06-22Use GetCommit in LastCommitForPathJacob Vosmaer
2018-06-22cleanupJacob Vosmaer
2018-06-22Rename old GetCommit methodJacob Vosmaer
2018-06-22Avoid 'git log -1' in FindCommitJacob Vosmaer
2018-06-05Colons are not allowed in refsJacob Vosmaer (GitLab)
2018-03-29Add handling for large commit and tag messagesAhmad Sherif
2018-03-23Add catfile convenience methodsJacob Vosmaer (GitLab)
2018-03-23Server implementation FindRemoteRepositoryZeger-Jan van de Weg
2018-02-05Implement GetBlobs RPCAhmad Sherif
2018-02-05Check info split size in catfile parserJacob Vosmaer (GitLab)
2018-01-18Use grpc-go 1.9.1Jacob Vosmaer (GitLab)
2018-01-15RepositoryService::WriteRefKim "BKC" Carlbäcker
2017-12-15Panic if a command has no Done() channelJacob Vosmaer (GitLab)
2017-12-04Fix commit message encoding and support alternates in CatFileJacob Vosmaer (GitLab)
2017-10-10Include git-version in gitaly_build_info metricsKim "BKC" Carlbäcker
2017-10-10Use relative paths for git object dir attributesAhmad Sherif
2017-09-22Change invalid date value var name to a more apt oneAlejandro Rodríguez
2017-09-20Change how we set git object dir attributesAhmad Sherif
2017-09-20Refactor git command creationAhmad Sherif
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-09-14Handle git dates larger than golang's and protobuf's limitsAlejandro Rodríguez
2017-09-11Use context cancellation instead of command.CloseJacob Vosmaer (GitLab)
2017-09-05Add missing cmd.Close in log.GetCommitJacob Vosmaer (GitLab)
2017-08-25Change how we get commits from git logAhmad Sherif
2017-08-15Implement RepositoryService.ApplyGitattributes RPCAlejandro Rodríguez
2017-08-15Add spawn process timesAndrew Newdigate
2017-07-24Log all spawned commandsAndrew Newdigate
2017-07-14Isolate TreeEntry and cat-file logic to allow reuseAlejandro Rodríguez
2017-07-14Send parent ids on CommitService.CommitsBetweenAlejandro Rodríguez
2017-07-12Add and populate `body` field of `GitCommit`Alejandro Rodríguez
2017-07-07Implement BlobService.GetBlobJacob Vosmaer
2017-07-05Refactor helpers to improve code readibility and structureAlejandro Rodríguez
2017-07-04Adjust to new commit message structureAlejandro Rodríguez