Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=7badac2c0247923fbb8595e6f1f25c9c7553edd6
commit 7badac2c0247923fbb8595e6f1f25c9c7553edd6
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Tue Jan 15 01:43:03 2008 +0100
dg: add --suppress-from to send()
how insane it is to send a copy to ourselves all the time..
diff --git a/darcs-git.py b/darcs-git.py
index da7cb1f..f5d228e 100755
--- a/darcs-git.py
+++ b/darcs-git.py
@@ -679,7 +679,7 @@ Options:
sock = os.popen("git config user.email")
author += " <%s>" % sock.readline().strip()
sock.close()
- return os.system("""git send-email --envelope-sender "%s" --from "%s"
%s""" % (author, author, " ".join(argv)))
+ return os.system("""git send-email --envelope-sender "%s" --from "%s"
--suppress-from %s""" % (author, author, " ".join(argv)))
def get(argv):
def usage(ret):
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git