summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-32/+40
|\
| * Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-32/+40
* | Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable2017-04-101-1/+9
|/
* Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer2017-04-071-2/+2
* Send more Gitaly::Repository fieldsJacob Vosmaer2017-04-071-0/+8
* Hopefully this worksuse-gitaly-find-ref-nameKim "BKC" Carlbäcker2017-04-061-1/+1
* Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker2017-04-061-0/+15
* Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-6/+38
* Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher2017-04-021-0/+5
|\
| * Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-0/+5
* | Merge branch 'allow-multiple-paths-in-repository-log' into 'master' Robert Speicher2017-03-301-1/+6
|\ \ | |/ |/|
| * Support >1 path in Gitlab::Git::Repository#logSean McGivern2017-03-301-1/+6
* | Use Rugged::SORT_NONE instead of Rugged::SORT_DATEAdam Niedzielski2017-03-281-3/+3
* | Remove unused method Gitlab::Git::Repository#commits_sinceAdam Niedzielski2017-03-281-17/+0
|/
* Fix archive prefix bug for refs containing dotsMark Fletcher2017-03-161-1/+1
* Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-6/+9
* Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-1/+10
* Merge branch '28805-download-archive-with-branch-like-feature-xxxx-add-extra-...Rémy Coutable2017-03-021-2/+6
|\
| * Ensure archive download is only one directory deepMark Fletcher2017-03-021-2/+6
* | Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-3/+3
|/
* Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher2017-02-251-18/+24
|\
| * Optimize a bit Gitlab::Git::Repository#log_by_shell and its specs23062-allow-git-log-to-accept-follow-and-skipRémy Coutable2017-02-231-11/+11
| * Make Git history follow renames again by performing the --skip in RubyRémy Coutable2017-02-231-9/+15
* | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-51/+0
|/
* Stylistic tweaksDouwe Maan2017-02-231-4/+4
* ActiveSupport delegation is preferred over ForwardableDouwe Maan2017-02-231-2/+0
* Enable Rails/DelegateDouwe Maan2017-02-231-10/+4
* Remove some useless require_relative statements26756-fix-already-intialized-constant-warningsRémy Coutable2017-01-171-2/+0
* Use configured git rather than system gituse-configured-gitRobert Schilling2017-01-051-3/+3
* Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-041-11/+11
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+1253
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-271-221/+0
* Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is "tag...Sato Hiroyuki2013-04-251-1/+10
* Fix bug when limit or offset passed as stringDmitriy Zaporozhets2013-04-151-1/+1
* Update app code to use Gitlab::Git::DiffDmitriy Zaporozhets2013-04-151-0/+11
* Git log follow supportakzhan2013-04-151-2/+2
* decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets2013-04-031-4/+10
* Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets2013-04-031-13/+23
* define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets2013-04-011-1/+5
* Move Commit and Repository logic to lib/gitlab/gitDmitriy Zaporozhets2013-03-311-0/+181