summaryrefslogtreecommitdiff
path: root/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '30973-network-graph-sorted-by-date-and-topo' into 'master'Douwe Maan2017-05-101-7/+22
* Merge branch '30973-fix-network-graph-ordering' into 'master' Douwe Maan2017-04-281-6/+17
* Merge branch 'fix/encoding-issue' into 'master' Sean McGivern2017-04-211-1/+7
* Merge branch 'backport-ee-1525' into 'master' Robert Speicher2017-04-133-25/+72
* 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 '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-031-1/+1
|\
| * Fix symlink icon in project treemhasbini2017-04-021-1/+1
* | 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
|/
* Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher2017-03-172-3/+22
|\
| * Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-152-3/+22
* | 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-012-4/+4
|/
* 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
* | Raise error when no content is providedDouwe Maan2017-02-241-2/+0
* | Address reviewDouwe Maan2017-02-241-15/+21
* | Fix new offensesDouwe Maan2017-02-241-3/+1
* | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-243-208/+124
|/
* Stylistic tweaksDouwe Maan2017-02-231-4/+4
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Move up delegate callsDouwe Maan2017-02-231-2/+2
* ActiveSupport delegation is preferred over ForwardableDouwe Maan2017-02-231-2/+0
* Enable Rails/DelegateDouwe Maan2017-02-232-13/+5
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-231-3/+3
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* Remove some useless require_relative statements26756-fix-already-intialized-constant-warningsRémy Coutable2017-01-173-7/+0
* Use configured git rather than system gituse-configured-gitRobert Schilling2017-01-052-4/+4
* Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-045-25/+25
* Absorb gitlab_gitRobert Speicher2017-01-0418-0/+2950
* Reject blank environment vcariables in Gitlab::Git::RevList25848-fix-git-rev-list-env-parsingRémy Coutable2016-12-201-2/+2
* Implement final review comments from @rymai.25301-git-2.11-force-push-bugTimothy Andrew2016-12-161-6/+8
* Implement review comments from @dbalexandre.Timothy Andrew2016-12-161-10/+12
* Validate environment variables in `Gitlab::Git::RevList`Timothy Andrew2016-12-161-3/+13
* Accept environment variables from the `pre-receive` script.Timothy Andrew2016-12-161-0/+28