about summary refs log tree commit diff
path: root/git-fetch-email.1 (follow)
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Use | between equivalent options in manualJune McEnroe2021-10-04
| | | | | Also only use \- for the first one in long options. This lets the auto-tagger do a good job.
* 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.
* Replace freenode with tilde.chatJune McEnroe2021-05-19
|
* Correct manual typo 1.4June McEnroe2021-03-07
|
* Add -U and -s flags to git-fetch-emailJune McEnroe2021-02-24
|
* 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
|
* Don't use Fl Fl for long optionsJune McEnroe2021-02-16
| | | | Can cause weird rendering in HTML output, for example.
* Remove --no- options from manual 1.1June McEnroe2020-05-02
| | | | They render weirdly and aren't very useful anyway.
* 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.
* Update email addressesJune McEnroe2020-05-02
|
* Add git-fetch-email wrapperJune McEnroe2019-12-21