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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2022-10-24gittest: Fix corruption due to not writing empty treesPatrick Steinhardt
2022-07-27gittest: Allow writing arbitrary references in WriteCommitPatrick Steinhardt
2022-07-21gittest: Enable testing against SHA256pks-gittest-hash-cleanPatrick Steinhardt
2022-07-21gittest: Refactor commit tests to be object hash-agnosticPatrick Steinhardt
2022-07-21gittest: Don't set up default parent in WriteCommitPatrick Steinhardt
2022-07-21gittest: Expose default committer informationPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-27gittest: Allow overriding author and committer info when writing commitsPatrick Steinhardt
2022-05-25gittest: Fix cyclic dependency in commit testsPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-04gittest: Introduce option to write commits with tree IDPatrick Steinhardt
2022-04-29catfile: Make process cancellation synchronous to fix test racePatrick Steinhardt
2022-02-23Rewrite repository in NewTestRepoSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-10-14catfile: Convert commit interface to accept an ObjectReaderPatrick Steinhardt
2021-10-07catfile: Stop cache to plug Goroutine leaksPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11catfile: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-11log: Move tag and commit parsing into catfile packagePatrick Steinhardt
2021-05-10gittest: Fix semantic merge conflict with catfile changesPatrick Steinhardt
2021-05-07gittest: Replace `WriteCommitWithName()` with `WriteCommit()`Patrick Steinhardt
2021-05-07gittest: Refactor interface to write commitsPatrick Steinhardt