aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle_other.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hooks: Fix for non-Linux systemsRunxi Yu2025-04-051-4/+7
* Move things to internal/v0.1.23Runxi Yu2025-04-051-2/+2
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-1/+1
* 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/+7
* 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
* Properly format files...v0.1.4Runxi Yu2025-03-291-3/+1
* Make git_hooks_handle portable ish?Runxi Yu2025-03-291-0/+336