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