Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-01Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones
2017-09-21Ensure that Blob.raw returns always returns a valid blob objectStan Hu
2017-09-06renames ambiguous methods and add specmicael.bergeron
2017-09-06fix refactoring error with Blob.binary?micael.bergeron
2017-09-06revert to using a simple representationmicael.bergeron
2017-08-16Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-08-07Rename 'limit' to 'blob_size_limit'Jacob Vosmaer
2017-08-01Add Gitlab::Git::Blob.batch methodJacob Vosmaer
2017-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-12Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer
2017-07-07Add git_blob_load_all_data feature flagJacob Vosmaer
2017-07-07Add gitaly_git_blob_raw featureJacob Vosmaer
2017-07-04Fix issues with non-UTF8 filenames by always fixing the encoding of tree and ...Douwe Maan
2017-06-21Migrate Gitlab::Git::Blob.find to GitalyAhmad Sherif
2017-06-08Detect if file that appears to be text in the first 1024 bytes is actually bi...Douwe Maan
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-03Refactor Blob support of external storage in preparation of job artifact blobsDouwe Maan
2017-04-27Small code tweaksDouwe Maan
2017-04-17Normalize sizes in Gitlab::Git::BlobDouwe Maan
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-01-17Remove some useless require_relative statementsRémy Coutable
2017-01-05Ensure internal Gitlab::Git references use the namespaceRobert Speicher
2017-01-05Absorb gitlab_gitRobert Speicher
2013-04-28Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets
2013-04-03Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets
2013-04-02Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets