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-03-01Merge branch 'strip_executable' into 'master'John Cai
2023-02-28tests: Fix hardcoded /bin/bash shebangsPatrick Steinhardt
2023-02-16tests: Fix incorrect executable permissionsJames Fargher
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-11-15linguist: Support SHA256 hashesToon Claes
2022-11-15linguist: Remove Ruby implementationToon Claes
2022-10-21linguist: Add test case that was causing crashToon Claes
2022-10-21linguist: Use git.CheckAttr instead of go-gitToon Claes
2022-10-21gitpipe: Handle error in LsTree skip functionToon Claes
2022-10-21gitpipe: Handle error in DiffTree skip functionToon Claes
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-10-03linguist: Bump language stats versiontoon-git-check-attrToon Claes
2022-10-03linguist: Recalculate when .gitattributes changedToon Claes
2022-10-03linguist: Split function to initialize languageStatsToon Claes
2022-10-03linguist: Take .gitattributes into accountToon Claes
2022-10-03linguist: Exclude some files from statsToon Claes
2022-10-03linguist: Move individual file handling into separate fileToon Claes
2022-10-03linguist: Refactor how language is determinedToon Claes
2022-10-03linguist: Move some variables to linguist InstanceToon Claes
2022-10-03linguist: Remove linguist instantiation dependencyToon Claes
2022-10-03linguist: Use the colors from go-enryToon Claes
2022-10-03linguist: Rewrite Color testsToon Claes
2022-10-03linguist: Remove git.CommandFactory variableToon Claes
2022-09-23linguist: Ignore error in deferred close of zlib writerPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
2022-08-09linguist: Update version to invalidate cacheToon Claes
2022-08-09linguist: Ensure empty files are omitted in totalsToon Claes
2022-08-09linguist: Use proper type in testToon Claes
2022-08-09linguist: Convert to table-based testToon Claes
2022-08-08linguist: Change tests to use dynamically created commitsToon Claes
2022-08-08linguist: Remove duplicate testToon Claes
2022-07-27Merge branch 'pks-gittest-hash-clean' into 'master'Patrick Steinhardt
2022-07-26Fixing a range of typos on commentsjohn.mcdonnell
2022-07-21gittest: Don't set up default parent in WriteCommitPatrick Steinhardt
2022-07-20Merge branch 'pks-git-objectids-sha256' into 'master'Will Chandler
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-20command: Add `WithDir()` optionPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-08linguist: Test language compatibility with go-enryToon Claes
2022-07-08linguist: Benchmark the Go implementationToon Claes
2022-07-08linguist: Implement Stats in pure GoToon Claes
2022-07-08linguist: Implement struct to store statsToon Claes
2022-07-08linguist: Change prototype of Stats methodToon Claes
2022-06-23command: Fix race with setting command names and context cancellationPatrick Steinhardt
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-05-23linguist: Remove workaround to locate correct Git executablespks-linguist-gitconfig-cleanPatrick Steinhardt