| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Accept empty lines as part of a diff.
Fixes #6403
|
| |
|
|
|
| |
bufio.Scanner has a limit on the maximum line size. Don't panic in this
case.
|
| |
|
|
| |
There's no need to re-initialize them every time.
|
| |
|
|
|
| |
Currently the function returns the values that are not being used
anywhere. Refactor it.
|
| | |
|
| |
|
|
|
| |
Quilt uses a slightly different patch format to traditional git
diff/format-patch. Support it.
|
| | |
|
|
|
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.
|