aboutsummaryrefslogtreecommitdiff
path: root/git_plumbing.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move things to internal/v0.1.23Runxi Yu2025-04-051-1/+1
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-1/+1
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-051-2/+4
* Reduce unnecessary allocations when converting []byte to stringv0.1.22Runxi Yu2025-04-051-2/+2
* LMTP: Fix patch handling (\r\n, mbox format, double-Wait)v0.1.10Runxi Yu2025-04-021-6/+0
* Git: Simplify/lintRunxi Yu2025-04-021-10/+3
* Git: Fix command leak (need cmd.Wait())Runxi Yu2025-04-021-0/+6
* Git: Fix writeTree orderingRunxi Yu2025-04-021-2/+22
* LMTP: Actually apply patches from emailRunxi Yu2025-04-021-0/+173