| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/email: add patch FormatPatch function | Dmitry Vyukov | 2026-01-30 | 1 | -0/+46 |
| | | | | | Fixes #6673 | ||||
| * | pkg/email: parse diff more tolerably | Pimyn Girgis | 2025-11-03 | 1 | -2/+6 |
| | | | | | | Accept empty lines as part of a diff. Fixes #6403 | ||||
| * | pkg/email: handle bufio.ErrTooLong | Aleksandr Nogikh | 2023-04-07 | 1 | -1/+8 |
| | | | | | | bufio.Scanner has a limit on the maximum line size. Don't panic in this case. | ||||
| * | pkg/email: move patch regexps to globals | Aleksandr Nogikh | 2023-04-07 | 1 | -7/+8 |
| | | | | | There's no need to re-initialize them every time. | ||||
| * | pkg/email: refactor ParsePatch | Aleksandr Nogikh | 2022-12-05 | 1 | -37/+5 |
| | | | | | | Currently the function returns the values that are not being used anywhere. Refactor it. | ||||
| * | 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. | |||||
