aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle_linux.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: Factor the IRC stuff into its own packageRunxi Yu2025-04-061-6/+1
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-5/+5
* Move things to internal/v0.1.23Runxi Yu2025-04-051-2/+2
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-8/+8
* packPasses shall no longer be a global variableRunxi Yu2025-04-051-1/+1
* ircSend* shall no longer be global variablesRunxi Yu2025-04-051-1/+1
* database shall no longer be a global variableRunxi Yu2025-04-051-3/+3
* config shall no longer be a global variableRunxi Yu2025-04-051-5/+5
* ansiec: Move ansi escape codes to this moduleRunxi Yu2025-04-051-1/+1
* Use log/slog instead of clogRunxi Yu2025-04-051-2/+2
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-051-1/+2
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+9
* Per-repo merge request sequencesRunxi Yu2025-03-311-6/+7
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu2025-03-301-1/+1
* Make git_hooks_handle portable ish?Runxi Yu2025-03-291-0/+371