Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-09-01 13:11:59 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-09-01 15:37:56 +0300
commit6cdaa27a537662732cb089bdd3483d76a5a56a9a (patch)
treeeb40060be2d59f97921f6ccf2f7a2f8086824dc6 /lib/gitlab/git.rb
parent129d6bf2de3195263553e706d1ecbb04ebb71441 (diff)
Move GitOperationService to Gitlab::Git
Diffstat (limited to 'lib/gitlab/git.rb')
-rw-r--r--lib/gitlab/git.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/git.rb b/lib/gitlab/git.rb
index b6449f27034..8c9acbc9fbe 100644
--- a/lib/gitlab/git.rb
+++ b/lib/gitlab/git.rb
@@ -5,6 +5,7 @@ module Gitlab
BRANCH_REF_PREFIX = "refs/heads/".freeze
CommandError = Class.new(StandardError)
+ CommitError = Class.new(StandardError)
class << self
include Gitlab::EncodingHelper