Age | Commit message (Expand) | Author |
---|---|---|
2022-11-06 | patch: preserve permissions of original file when patching | Ori Bernstein |
2022-10-30 | patch: improve hunk search | Michael Forney |
2022-10-22 | patch: fix bounds check for hunk scan in forward direction | Michael Forney |
2022-10-03 | patch: fix consecutive deletions | Michael Forney |
2022-10-03 | patch: fix uninitialized Fbuf during dry run | Michael Forney |
2022-10-03 | patch: make slurp() return void | Michael Forney |
2022-10-03 | patch: fix deletion of files | Michael Forney |
2022-09-29 | patch: fix line bounds check when searching for hunk | Michael Forney |
2022-09-28 | patch: fix line calculation to avoid redundant searches | Michael Forney |
2022-08-16 | git/rebase: allow rebase without a clean tree | Ori Bernstein |
2022-08-03 | patch: apply patches atomically | Ori Bernstein |
2022-07-02 | patch: handle stripped/empty lines mid-hunk | Ori Bernstein |
2022-06-04 | patch: implement a new, simpler patch program to replace ape/patch | Ori Bernstein |