Ticket #801: gitplugin.patch

File gitplugin.patch, 0.6 kB (added by anonymous, 2 years ago)
  • gitplugin/0.10/gitplugin/PyGIT.py

    old new  
    2727        return output 
    2828 
    2929    def _git_call(self,cmd): 
    30         return self._git_call_f(cmd).read(
     30        return unicode ( self._git_call_f(cmd).read(), "utf-8"
    3131 
    3232    def head(self): 
    3333        return self._git_call("git-rev-parse --verify HEAD").strip()