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