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-03-02Merge branch '28805-download-archive-with-branch-like-feature-xxxx-add-extra-...Rémy Coutable
2017-03-02Ensure archive download is only one directory deepMark Fletcher
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-25Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-23Optimize a bit Gitlab::Git::Repository#log_by_shell and its specsRémy Coutable
2017-02-23Make Git history follow renames again by performing the --skip in RubyRémy Coutable
2017-02-23Stylistic tweaksDouwe Maan
2017-02-23ActiveSupport delegation is preferred over ForwardableDouwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-01-17Remove some useless require_relative statementsRémy Coutable
2017-01-05Use configured git rather than system gitRobert Schilling
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-26Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is "tag...Sato Hiroyuki
2013-04-15Fix bug when limit or offset passed as stringDmitriy Zaporozhets
2013-04-15Update app code to use Gitlab::Git::DiffDmitriy Zaporozhets
2013-04-15Git log follow supportakzhan
2013-04-03decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets
2013-04-03Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets
2013-04-01define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets
2013-03-31Move Commit and Repository logic to lib/gitlab/gitDmitriy Zaporozhets