b0235c4 Let's decode the string received instead of encoding it

Authored and Committed by pingou 8 years ago
    Let's decode the string received instead of encoding it
    
    This should make more sense, we may have retrieved bytes from pygit2,
    thus we try to decode it and find out if it is a text file or not
    
        
file modified
+1 -1