Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README11
-rwxr-xr-xgit-gmail2
2 files changed, 12 insertions, 1 deletions
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 <optional keyword>
+
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] ', '')