i'm so sorry... you can see what i'm trying to do (create convenience scripts) but i keep screwing up! in case anyone's interested in what i'm attempting to do, here it is:
#!/bin/sh # does commit with subject line, then formats patch and mails it git commit -a -s -m \'$1\' git format-patch HEAD~1 --stdout | mail [email protected] -s \'$1\' --- crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68 On Mon, Dec 19, 2016 at 5:34 AM, lkcl <[email protected]> wrote: > git format-patch HEAD~1 --stdout > > _______________________________________________ > OfflineIMAP-project mailing list: [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project > > OfflineIMAP homepages: > - https://github.com/OfflineIMAP > - http://offlineimap.org _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
