All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 01/11] Fix typo: comitter->committer
@ 2005-09-16 19:35 Paolo 'Blaisorblade' Giarrusso
  2005-09-16 19:35 ` [patch 02/11] Make "empty patch" checking optional in "series" command Paolo 'Blaisorblade' Giarrusso
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Paolo 'Blaisorblade' Giarrusso @ 2005-09-16 19:35 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

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:])
 

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-09-17  8:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-16 19:35 [patch 01/11] Fix typo: comitter->committer Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 02/11] Make "empty patch" checking optional in "series" command Paolo 'Blaisorblade' Giarrusso
2005-09-17  8:17   ` Catalin Marinas
2005-09-16 19:35 ` [patch 03/11] stg diff / files: don't update directory cache unless needed Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 04/11] Fix "mail" command when description contains "From" lines Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 05/11] Make "stg files" output match "quilt files" one Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 06/11] Avoid allowing --undo if it doesn't change anything Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 07/11] Implement fast-forward when only tree (but not commits) match Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 08/11] Fix "stg clean" when stack is empty Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 09/11] Allow mailing a given patch list Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 10/11] Fix "stg mail" address parsing for hyphen Paolo 'Blaisorblade' Giarrusso
2005-09-16 19:35 ` [patch 11/11] Detect description in quilt patches Paolo 'Blaisorblade' Giarrusso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.