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
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-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
2015-10-23Use git follow flag for commits page when retrieve history for file or directoryDmitriy Zaporozhets
2015-10-21Fix issue #3055 (project search with unmatched parentheses)Dirceu Pereira Tiegs
2015-10-21Show empty repository page if repository don't have branchesArtem V. Navrotskiy
2015-10-21Merge branch 'git-archive-improvements-2' into 'master' Douwe Maan
2015-10-20Clear archive cache asynchronouslyJacob Vosmaer
2015-10-20Correctly find last known blob for file deleted in MR.Douwe Maan
2015-10-16Add system notes for restored branchesStan Hu
2015-10-07Add directory feature buttonStan Hu
2015-10-03Fix rubocop warnings in appGuilherme Garnier
2015-08-19Merge branch 'remove-satellites'Dmitriy Zaporozhets
2015-08-17Merge branch 'master' into remove-satellitesDmitriy Zaporozhets
2015-08-17Fix typo in text when raise pre-receive exceptionDmitriy Zaporozhets
2015-08-17save repo empty state into variable for proper resultDmitriy Zaporozhets
2015-08-14merge with support of pre-receive and post-receive hooksDmitriy Zaporozhets
2015-08-14Refactor how repository makes commit with pre/post receive hooksDmitriy Zaporozhets
2015-08-14Clear cache to prevent listing deleted branches after MR removes source branchStan Hu
2015-08-13Implement commit transaction with pre-receive and post-receive hooks for web ...Dmitriy Zaporozhets
2015-08-12Add merged label on branches pageFlorent (HP)
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Create and edit files in web editor via rugged"Dmitriy Zaporozhets
2015-08-11Fix conflict issueDmitriy Zaporozhets
2015-08-11Revert "Merge branches inside one repository using rugged instead of satellites"Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'refactor-can-be-merge' into 'master'"Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-04Merge branch 'master' into drop-satellitesDmitriy Zaporozhets
2015-07-20Remove repository graph log to fix slow cache updates after push eventStan Hu
2015-07-17Merge branch 'even-faster-search' into 'master' Dmitriy Zaporozhets
2015-07-17Store commit count in project tableDmitriy Zaporozhets
2015-07-17Build missing cache items in background job after each pushDmitriy Zaporozhets
2015-07-15Refactor compare and fetch logicDmitriy Zaporozhets
2015-07-15Implement merge from forks without satellitesDmitriy Zaporozhets
2015-07-15Fetch reference from fork repo when create merge requestDmitriy Zaporozhets
2015-07-13Avoid copy of strings in memory for parsing git grep resultDmitriy Zaporozhets
2015-07-12Add tests for repository search filesDmitriy Zaporozhets
2015-07-12Fix search blobs for wikiDmitriy Zaporozhets
2015-07-10Implement search of code via git grepDmitriy Zaporozhets
2015-07-01Refactor can_be_merged logic for merge requestDmitriy Zaporozhets
2015-07-01Merge branches inside one repository using rugged instead of satellitesDmitriy Zaporozhets
2015-07-01Repository#blob_at should return nil for 00000000... shaDmitriy Zaporozhets
2015-06-20Convert CRLF newlines to LF when committing using the web editor.Douwe Maan