about summary refs log tree commit diff
path: root/git-fetch-email.sh (follow)
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Add -H flag to fetch only headersJune McEnroe2021-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-emailJune McEnroe2021-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 passJune McEnroe2021-02-24
|
* Add -U and -s flags to git-fetch-emailJune McEnroe2021-02-24
|
* Pipe move fetch after apply to /dev/nullJune McEnroe2021-02-19
|
* Add --idle to git-fetch-emailJune McEnroe2021-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 exportJune McEnroe2021-02-16
|
* Clean up variable expansions in shell script 1.2June McEnroe2020-10-29
|
* Remove local from shell scriptJune McEnroe2020-10-28
| | | | Not POSIX, it seems.
* Pass explicit host to git-credentialJune McEnroe2020-05-02
|
* Fix git-fetch-email argument parsingJune McEnroe2020-05-02
| | | | Shell script is hard.
* Rewrite git-fetch-email with git rev-parse --parseoptJune McEnroe2020-05-02
| | | | | Adds long options, -u/--user, -a/--apply to automatically pipe to git-am.
* Don't use $ inside $(()) 1.0p1June McEnroe2020-03-03
|
* Use getoptsJune McEnroe2020-03-03
|
* Exit git-fetch-email on getopt failure 1.0June McEnroe2019-12-24
|
* Add copyright header to git-fetch-emailJune McEnroe2019-12-21
|
* Add git-fetch-email wrapperJune McEnroe2019-12-21