summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/blame.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-1/+1
* Migrate blame loading to Gitalyfeature/migrate-load-blame-to-gitalyAhmad Sherif2017-08-031-6/+18
* Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer2017-07-121-0/+3
* Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-1/+1
* 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-1/+1
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+77
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-271-23/+0
* Prevent 500 error on git blame if empty fileDmitriy Zaporozhets2013-04-181-1/+2
* added Gitlab::Git::Blame for git blame featureDmitriy Zaporozhets2013-04-011-0/+22