summaryrefslogtreecommitdiff
path: root/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean environment variables when running git hooksfix_custom_hook_envsValery Sizov2016-09-151-5/+7
* Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-071-6/+3
|\
| * Improve the error message displayed when branch creation fails.Timothy Andrew2016-07-051-6/+3
* | Raise an error if no protocol is passed to the GitAccess check.Patricio Cano2016-07-051-1/+2
* | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-1/+1
* | Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-1/+2
|/
* Handle custom Git hook result in GitLab UIValery Sizov2016-07-041-2/+7
* Better message for git hooks and file locksValery Sizov2016-07-041-4/+9
* Fire update hook from GitLabValery Sizov2015-11-301-0/+17
* Refactor pre/post receive commit services into one classDmitriy Zaporozhets2015-08-141-0/+59
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-278-638/+0
* Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is "tag...Sato Hiroyuki2013-04-251-1/+10
* Prevent 500 error on git blame if empty fileDmitriy Zaporozhets2013-04-181-1/+2
* symbolize keys for Gitlab::Git::Diff & Gitlab::Git::CommitDmitriy Zaporozhets2013-04-162-7/+9
* Fix bug when limit or offset passed as stringDmitriy Zaporozhets2013-04-151-1/+1
* Update app code to use Gitlab::Git::DiffDmitriy Zaporozhets2013-04-152-1/+16
* Init Gitlab::Git::Diff classDmitriy Zaporozhets2013-04-151-0/+63
* 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-034-80/+105
* remove unnecessary decorationsDmitriy Zaporozhets2013-04-031-3/+1
* Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets2013-04-031-1/+13
* add alias for committed_dateDmitriy Zaporozhets2013-04-021-0/+4
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-022-10/+54
* serialize parent_ids in commitDmitriy Zaporozhets2013-04-021-16/+9
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-022-20/+89
* Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-011-0/+4
* Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets2013-04-011-40/+10
* added Gitlab::Git::Compare for git compare featureDmitriy Zaporozhets2013-04-011-0/+37
* added Gitlab::Git::Blame for git blame featureDmitriy Zaporozhets2013-04-011-0/+22
* define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets2013-04-011-1/+5
* Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-2/+2
* Move Commit and Repository logic to lib/gitlab/gitDmitriy Zaporozhets2013-03-312-0/+360