Ticket #801: gitplugin.patch
| File gitplugin.patch, 0.6 kB (added by anonymous, 2 years ago) |
|---|
-
gitplugin/0.10/gitplugin/PyGIT.py
old new 27 27 return output 28 28 29 29 def _git_call(self,cmd): 30 return self._git_call_f(cmd).read()30 return unicode ( self._git_call_f(cmd).read(), "utf-8" ) 31 31 32 32 def head(self): 33 33 return self._git_call("git-rev-parse --verify HEAD").strip()
