aboutsummaryrefslogtreecommitdiff
path: root/git_format_patch.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: Replace some := with varRunxi Yu8 days1-8/+11
|
* Add SPDX license headers to all Go filesRunxi Yu10 days1-0/+3
|
* all: Remove error wrappingRunxi Yu2025-02-191-2/+1
| | | | | I'm undecided on how I wrap errors in this project. I'll just return errors directly for now. This will probably be adjusted later.
* *.go: Add some comments for docsRunxi Yu2025-02-181-0/+3
|
* git_format_patch.go: Remove garbage printfRunxi Yu2025-02-121-1/+0
|
* repo_commit: Fix format_patch handling of root commitsRunxi Yu2025-02-121-11/+2
|
* *.go: ReformatRunxi Yu2025-02-111-1/+0
|
* repo_commit: Add patch viewRunxi Yu2025-02-111-0/+59