OSDN Git Service

Merge branch 'fix_encoding' of https://github.com/brodock/gitlabhq into brodock-fix_e...
authorrandx <dmitriy.zaporozhets@gmail.com>
Sun, 27 May 2012 09:20:35 +0000 (12:20 +0300)
committerrandx <dmitriy.zaporozhets@gmail.com>
Sun, 27 May 2012 09:20:35 +0000 (12:20 +0300)
Conflicts:
lib/gitlab/encode.rb

1  2 
app/views/refs/_tree_file.html.haml
lib/gitlab/encode.rb

Simple merge
@@@ -1,4 -1,7 +1,6 @@@
 -
 -module Gitlabhq
+ # Patch Strings to enable detect_encoding! on views
+ require 'charlock_holmes/string'
 +module Gitlab
    module Encode 
      extend self