Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Merge 5b73ba3 into 4883a55
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Sep 14, 2014
2 parents 4883a55 + 5b73ba3 commit 13c37be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .hound.yml
@@ -0,0 +1,3 @@
StringLiterals:
EnforcedStyle: single_quotes
Enabled: true
2 changes: 1 addition & 1 deletion lib/gitlab_git.rb
Expand Up @@ -16,7 +16,7 @@

# Gitlab::Git
require_relative "gitlab_git/popen"
require_relative "gitlab_git/encoding_herlper"
require_relative 'gitlab_git/encoding_helper'
require_relative "gitlab_git/blame"
require_relative "gitlab_git/blob"
require_relative "gitlab_git/commit"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/gitlab_git/repository.rb
@@ -1,7 +1,7 @@
# Gitlab::Git::Repository is a wrapper around native Grit::Repository object
# We dont want to use grit objects inside app/
# It helps us easily migrate to rugged in future
require_relative 'encoding_herlper'
require_relative 'encoding_helper'
require 'tempfile'

module Gitlab
Expand Down

0 comments on commit 13c37be

Please sign in to comment.