| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: fix dup types in func args | Dmitry Vyukov | 2020-07-04 | 1 | -1/+1 |
| | | |||||
| * | pkg/email: support quilt patch format | Andrey Konovalov | 2019-04-23 | 1 | -14/+32 |
| | | | | | | Quilt uses a slightly different patch format to traditional git diff/format-patch. Support it. | ||||
| * | pkg/email: truncate garbage after patches | Dmitry Vyukov | 2017-11-17 | 1 | -1/+2 |
| | | |||||
| * | pkg/email: move patch parsing from pkg/kernel | Dmitry Vyukov | 2017-06-30 | 1 | -0/+69 |
| ParsePatch is used by appengine app. Appengine apps can't depend on syscall/unsafe, but pkg/kernel currently does. Move patch parsing to pkg/email which does not depend on syscall/unsafe. | |||||
