about summary refs log tree commit diff
path: root/git-fetch-email.1 (follow)
Commit message (Collapse)AuthorAge
* 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