Skip to content
Snippets Groups Projects
Unverified Commit 3695ae18 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Decorate commit parents

parent 13aec952
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,7 +32,7 @@ gem 'omniauth-shibboleth'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
# gem "gitlab_git", '~> 6.0', path: '../../gitlab_git'
gem "gitlab_git", '~> 6.0', git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: 'fab781735c1ab2a8f1dc2fda33b169af99ec7e2e'
gem "gitlab_git", '~> 6.0', git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '97c160e0cbc54d9b5803030e5cc49157440bbe2a'
 
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
Loading
Loading
GIT
remote: https://gitlab.com/gitlab-org/gitlab_git.git
revision: fab781735c1ab2a8f1dc2fda33b169af99ec7e2e
ref: fab781735c1ab2a8f1dc2fda33b169af99ec7e2e
revision: 97c160e0cbc54d9b5803030e5cc49157440bbe2a
ref: 97c160e0cbc54d9b5803030e5cc49157440bbe2a
specs:
gitlab_git (6.3.0)
activesupport (~> 4.0)
charlock_holmes (~> 0.6)
gitlab-grit (~> 2.6)
gitlab-linguist (~> 3.0)
rubyzip (~> 1.1)
rugged (~> 0.21.0)
 
GEM
Loading
Loading
@@ -446,6 +446,7 @@ GEM
ruby-progressbar (1.2.0)
rubyntlm (0.1.1)
rubypants (0.2.0)
rubyzip (1.1.6)
rugged (0.21.0)
safe_yaml (0.9.7)
sanitize (2.1.0)
Loading
Loading
Loading
Loading
@@ -108,4 +108,8 @@ class Commit
 
super
end
def parents
@parents ||= Commit.decorate(super)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment