test

Luke Kenneth Casson Leighton lkcl at lkcl.net
Mon Dec 19 05:40:48 GMT 2016


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
offlineimap-project at lists.alioth.debian.org -s \'$1\'

---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68


On Mon, Dec 19, 2016 at 5:34 AM, lkcl <lkcl at lkcl.net> wrote:
> git format-patch HEAD~1 --stdout
>
> _______________________________________________
> OfflineIMAP-project mailing list: OfflineIMAP-project at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project
>
> OfflineIMAP homepages:
> - https://github.com/OfflineIMAP
> - http://offlineimap.org




More information about the OfflineIMAP-project mailing list