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
2023-12-21catfile: Replace the previous implementation of ParseCommitKarthik Nayak
2023-08-29catfile: Refactor NotFoundError to match current best practicesPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2023-02-22tracing: Replace opentracing calls by new tracing.StartSpan* helpersQuang-Minh Nguyen
2023-02-13tracing: Add more spans to internal/git/catfileQuang-Minh Nguyen
2022-11-21catfile: Rename ObjectReader to ObjectContentReaderKarthik Nayak
2022-11-16Revert "Merge branch '4420-utilize-git-cat-file-batch-command-mode' into 'mas...Patrick Steinhardt
2022-11-14catfile: Rename ObjectReader to ObjectContentReaderKarthik Nayak
2022-05-20Update go package name from v14 to v15John Cai
2021-10-28catfile: Merge splitting and parsing of tagsPatrick Steinhardt
2021-10-28catfile: Split out trimming of tag messagesPatrick Steinhardt
2021-10-28catfile: Implement parsing of tags on top of structPatrick Steinhardt
2021-10-28catfile: Implement parsing of commits on top of structPatrick Steinhardt
2021-10-28catfile: Use Git to peel tagsPatrick Steinhardt
2021-10-28catfile: Convert `ParseCommit()` to accept `git.Object`sPatrick Steinhardt
2021-10-28catfile: Convert `ParseTag()` to accept `git.Object`sPatrick Steinhardt
2021-10-28catfile: Have `Object` implement reader interface directlyPatrick Steinhardt
2021-10-14catfile: Convert commit interface to accept an ObjectReaderPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-07-19Add GetTagSignatures RPCJonas Wälter
2021-07-06catfile: Expose function to parse tagsPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11log: Move tag and commit parsing into catfile packagePatrick Steinhardt