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
2016-02-18Handle raw_repository returning nil in exists?Yorick Peterse
2016-02-18Use Repository#exists? in Repository#commit?Yorick Peterse
2016-02-18Fixed Repository#exists? to handle errorsYorick Peterse
2016-02-18Only set autocrlf when creating/updating filesYorick Peterse
2016-02-17Merge branch 'expire-fork-import-caches' into 'master' Douwe Maan
2016-02-17Merge branch 'klowner/gitlab-ce-fix-compare-by-tag-crash' into 'master' Douwe Maan
2016-02-17Fix 500 error when comparing by tagsMark Riedesel
2016-02-17Flush all repository caches when deleting a repoYorick Peterse
2016-02-17Expire caches after forking/importing a repositoryYorick Peterse
2016-02-16Cleaned up Repository#initializeYorick Peterse
2016-02-10Merge branch 'cwq1913/gitlab-ce-fix_skip_merge_commits' into 'master' Robert Speicher
2016-02-09Smarter flushing of branch statistics cachesYorick Peterse
2016-02-08Cache various Repository Git operationsYorick Peterse
2016-02-08Actually use the `skip_merges` option in Repository#commitsTony Chu
2016-02-04Dedicated method for counting commits between refsYorick Peterse
2016-01-28Fix specsDouwe Maan
2016-01-25Merge branch 'update-gitlab-git' into 'master' Douwe Maan
2016-01-22Ignore binary files in code search to prevent Error 500Stan Hu
2016-01-21Use branch_count in Repository#has_visible_content?Yorick Peterse
2016-01-07Add support for ref and path to commits filteringDmitriy Zaporozhets
2016-01-07Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer
2016-01-05Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master' Douwe Maan
2015-12-25Disable --follow in `git log` to avoid loading duplicate commit data in infin...Stan Hu
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-12-16Fix diverging commit count calculationJeff Stubler
2015-12-10Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg
2015-12-10Licence also accepted as license fileZeger-Jan van de Weg
2015-12-08Default target branch to patch-n when editing file in protected branchDouwe Maan
2015-12-07Dont use cached collection for Repository find_branch and find_tag methodsDmitriy Zaporozhets
2015-12-04Merge branch 'master' into diverging-branch-graphsJeff Stubler
2015-12-03Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila
2015-11-30Fire update hook from GitLabValery Sizov
2015-11-18Load raw repository lazily to recover from failed readDouwe Maan
2015-11-18Clean up Repository cache code.Douwe Maan
2015-11-18Add Repository#is_ancestor? convenience method.Douwe Maan
2015-11-16Remove duplicate code in Repository#*_names_containsDmitriy Zaporozhets
2015-11-12Merge branch 'master' into diverging-branch-graphsJeff Stubler
2015-11-12Refactor for style issuesJeff Stubler
2015-11-11Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg
2015-11-04Replace all usages of `git` command with configurable binary pathRobert Speicher
2015-11-03Merge branch 'olhado/gitlab-ce-commit-search'Dmitriy Zaporozhets
2015-11-02Refactor search by commits messageDmitriy Zaporozhets
2015-11-01Add graphs showing commits ahead and behind default to branches pageJeff Stubler
2015-10-29Actually converted code to following suggestions.Michael Chmielewski
2015-10-29Fixed method to use git log via Popen as recommended, and made output match t...Michael Chmielewski
2015-10-29Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski
2015-10-29Add support for searching commit log messagesJonathan Schoeffling
2015-10-29Force update refs/merge-requests/X/head upon a push to the source branch of a...Stan Hu
2015-10-25Merge branch 'dirceu/gitlab-ce-fix-project-search-with-unmatched-parentheses'Douwe Maan
2015-10-23Refactor git follow option setDmitriy Zaporozhets