Found casually in commit.__init__, while profiling stg series. And yes, I went checking that git has no typo. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> --- stgit/git.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stgit/git.py b/stgit/git.py --- a/stgit/git.py +++ b/stgit/git.py @@ -56,7 +56,7 @@ class Commit: self.__parent = field[1] if field[0] == 'author': self.__author = field[1] - if field[0] == 'comitter': + if field[0] == 'committer': self.__committer = field[1] self.__log = ''.join(lines[i:]) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Sep 17 05:38:44 2005
This archive was generated by hypermail 2.1.8 : 2005-09-17 05:39:47 EST