From c141f55b3b351248b34eff86a3567341d9a6079c Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 10 Sep 2010 17:53:47 +0000 Subject: Add README --- diff --git a/README b/README new file mode 100644 index 0000000..a4bbcb6 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +== Installation == + +Put git-gmail somewhere in the PATH, install latest libgmail from +http://libgmail.cvs.sourceforge.net/viewvc/libgmail/libgmail/?view=tar , needs +to be later than 0.1.11. + +== Usage == +It will only download patches with the "Patches" label. + +$ git gmail + diff --git a/git-gmail b/git-gmail index 29bc29d..a395c70 100755 --- a/git-gmail +++ b/git-gmail @@ -40,7 +40,7 @@ def _write_patch(message): email_message = email.message_from_string(full_message) subject = email_message['Subject'].replace('\n\t', ' ') - # TODO: Probably should remove all tags between [] + # TODO: Probably should remove all tags between [], what does git-am? subject = subject.replace('[Sugar-devel] ', '') subject = subject.replace('[PATCH] ', '') -- cgit v0.9.1