Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make copyrights and AUTHORS consistent HEAD master | June McEnroe | 2022-09-18 |
| | |||
* | Add -H flag to fetch only headers | June McEnroe | 2021-06-05 |
| | | | | | Basically to quickly test which messages are getting matched without having to scroll through their bodies. | ||
* | Move default Subject criterion to git-fetch-email | June McEnroe | 2021-03-03 |
| | | | | | This allows imbox with no criteria to fetch all mail in a mailbox, and the use of git fetch-email --no-subject to do the same. | ||
* | Use printf for pass | June McEnroe | 2021-02-24 |
| | |||
* | Add -U and -s flags to git-fetch-email | June McEnroe | 2021-02-24 |
| | |||
* | Pipe move fetch after apply to /dev/null | June McEnroe | 2021-02-19 |
| | |||
* | Add --idle to git-fetch-email | June McEnroe | 2021-02-16 |
| | | | | | | Ok I said this didn't make sense but I want to use it for something, in which git-fetch-email is just an authentication wrapper around imbox, rather than specifically for fetching patches. | ||
* | Add -M to move messages after export | June McEnroe | 2021-02-16 |
| | |||
* | Clean up variable expansions in shell script 1.2 | June McEnroe | 2020-10-29 |
| | |||
* | Remove local from shell script | June McEnroe | 2020-10-28 |
| | | | | Not POSIX, it seems. | ||
* | Pass explicit host to git-credential | June McEnroe | 2020-05-02 |
| | |||
* | Fix git-fetch-email argument parsing | June McEnroe | 2020-05-02 |
| | | | | Shell script is hard. | ||
* | Rewrite git-fetch-email with git rev-parse --parseopt | June McEnroe | 2020-05-02 |
| | | | | | Adds long options, -u/--user, -a/--apply to automatically pipe to git-am. | ||
* | Don't use $ inside $(()) 1.0p1 | June McEnroe | 2020-03-03 |
| | |||
* | Use getopts | June McEnroe | 2020-03-03 |
| | |||
* | Exit git-fetch-email on getopt failure 1.0 | June McEnroe | 2019-12-24 |
| | |||
* | Add copyright header to git-fetch-email | June McEnroe | 2019-12-21 |
| | |||
* | Add git-fetch-email wrapper | June McEnroe | 2019-12-21 |