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
2019-05-31Typo FixesYoginth
2018-09-19Use CommitDiffRequest.MaxPatchBytes instead of hardcoded limitOswaldo Ferreira
2018-08-17Prune large patches by defaultOswaldo Ferreira
2018-08-17Fix patch size calculations to not include headersAlejandro Rodríguez
2018-08-14Fix diffs being collapsed unnecessarilyAlejandro Rodríguez
2018-07-27Move diff parser test to own packageJacob Vosmaer (GitLab)
2018-07-27Add DiffNumStat RPCOswaldo Ferreira
2017-10-02Fix incorrect parsing of diff chunks starting with ++ or --Ahmad Sherif
2017-09-13Consume diff binary notice as a patchAhmad Sherif
2017-09-12Fix diff parsing when the last 10 bytes of a stream contain newlinesAhmad Sherif
2017-09-01Added megacheck linter and fixed new linting errorsAndrew Newdigate
2017-07-14Implement commit diff limiting logicAhmad Sherif
2017-06-06Update CommitDiff RPC to chunk patches over messagesAhmad Sherif
2017-05-03Parse a typechange diff correctlyAhmad Sherif
2017-05-01Handle a stream of whitespace-only diffsAhmad Sherif
2017-05-01Unescape things like tabs and new lines in diff files namesAhmad Sherif
2017-05-01Use raw data mainly for diff parsingAhmad Sherif
2017-03-31Update errors style for diff-related codeAhmad Sherif
2017-03-08Add handling for diff file with multi-byte namesAhmad Sherif
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-06Fix infinite parsing loop when git diff failsAhmad Sherif
2017-03-02Consume "No newline at end of file" as part of the chunkAhmad Sherif
2017-03-01Use a helper function to test if a byte slice has a prefix out of a listAhmad Sherif
2017-02-28Implement CommitDiff RPCAhmad Sherif