module Git::EncodingUtils

def self.detected_encoding(str)

def self.detected_encoding(str)
  CharDet.detect(str)['encoding'] || best_guess_encoding
end