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
2017-03-13📝 Documentation: updated to local issuesfeature/use-local-issues-for-migrationAndrew Newdigate
2017-03-13Merge branch 'feature/updates-order-of-migration' into 'master' Andrew Newdigate
2017-03-13📝 Documentation: how to generate the CSVAndrew Newdigate
2017-03-13📝 Documentation: added BranchesController workAndrew Newdigate
2017-03-13📝 Documentation: Added Git HTTP/SSH issues to README.mdAndrew Newdigate
2017-03-10Merge branch '86-ci-status-environment' into 'master' Jacob Vosmaer (GitLab)
2017-03-10ci-status.json & ci-environment-status.jsonKim "BKC" Carlbäcker
2017-03-10Merge branch 'style' into 'master' Andrew Newdigate
2017-03-10Add style guideJacob Vosmaer
2017-03-09Merge branch '98-network-is-always-probed-regardless-of-wether-dependencies-a...Jacob Vosmaer (GitLab)
2017-03-09Remove -u flag from go get to avoid unnecessary network probingAlejandro Rodríguez
2017-03-08Merge branch 'fix/diff-path-handling' into 'master' Jacob Vosmaer (GitLab)
2017-03-08Add handling for diff file with multi-byte namesAhmad Sherif
2017-03-08Merge branch '107-git-version' into 'master' Jacob Vosmaer (GitLab)
2017-03-08Use a docker-image with git 2.8.4Kim "BKC" Carlbäcker
2017-03-06Drop using /dev/null as a diff path; it's not being used in the appAhmad Sherif
2017-03-06Only consume chunks if len(line) > 0Ahmad Sherif
2017-03-06Version 0.3.0v0.3.0Jacob Vosmaer
2017-03-06Merge branch 'fix/parsing-when-git-diff-fails' into 'master' Jacob Vosmaer (GitLab)
2017-03-06Fix infinite parsing loop when git diff failsAhmad Sherif
2017-03-03Merge branch 'make-install' into 'master' Jacob Vosmaer (GitLab)
2017-03-03Add "make install"Jacob Vosmaer
2017-03-03Merge branch 'fix-conflicting-git-helpers' into 'master' Jacob Vosmaer (GitLab)
2017-03-03Merge branch 'golang-matrix' into 'master' Jacob Vosmaer (GitLab)
2017-03-03Rename one of the Git command handlers to avoid name conflictAlejandro Rodríguez
2017-03-03Break out 'make verify', avoiding it on Go 1.5Jacob Vosmaer
2017-03-03Merge branch 'refs' into 'master' Jacob Vosmaer (GitLab)
2017-03-03Run tests on Go 1.5, 1.6, 1.7, 1.8Jacob Vosmaer
2017-03-03Show stderrJacob Vosmaer
2017-03-02Implement refs operationsAlejandro Rodríguez
2017-03-02Merge branch 'fix/commit-diff-no-new-line' into 'master' Jacob Vosmaer (GitLab)
2017-03-02Consume "No newline at end of file" as part of the chunkAhmad Sherif
2017-03-02Merge branch 'link-to-presentation' into 'master' Jacob Vosmaer (GitLab)
2017-03-01Add Paris meetup slides to READMEJacob Vosmaer
2017-03-01Use a helper function to test if a byte slice has a prefix out of a listAhmad Sherif
2017-03-01Rename internal/helper/{helper => cmd}.go to avoid cluttering helpers in one ...Ahmad Sherif
2017-03-01Merge branch 'feature/commit-diff-rpc' into 'master' Jacob Vosmaer (GitLab)
2017-02-28Add git commmand helperAlejandro Rodríguez
2017-02-28Implement CommitDiff RPCAhmad Sherif
2017-02-28Merge branch 'gitaly-proto-0.3.0' into 'master' Jacob Vosmaer (GitLab)
2017-02-28Update gitaly-proto to 0.3.0Jacob Vosmaer
2017-02-27Merge branch 'feature/grpc-errorf' into 'master' Jacob Vosmaer (GitLab)
2017-02-27Renamed function as per @bkcKim and @eReGeBe’s suggestionAndrew Newdigate
2017-02-24Merge branch 'feature/added-work-items' into 'master' Jacob Vosmaer (GitLab)
2017-02-24Updated as per @jacobvosmaer-gitlab review suggestionAndrew Newdigate
2017-02-23Merge branch 'notice-check-nuisance' into 'master' Jacob Vosmaer (GitLab)
2017-02-23Only check NOTICE in CI and during releaseJacob Vosmaer
2017-02-23Merge branch 'simplify-makefile' into 'master' Jacob Vosmaer (GitLab)
2017-02-22Remove "smart" foreach use in MakefileJacob Vosmaer
2017-02-16Merge branch 'gitlab-application-logic' into 'master' Jacob Vosmaer (GitLab)