aboutsummaryrefslogtreecommitdiff
path: root/git_init.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05Unexport fields in Serverv0.1.24Runxi Yu1-1/+1
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-3/+3
2025-04-05config shall no longer be a global variableRunxi Yu1-2/+2
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-2/+2
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-19Remove underscores from Go code, pt 3Runxi Yu1-10/+10
2025-03-07hooks, fedauth: Add basic federated authentication for git pushRunxi Yu1-0/+1
2025-03-05*: Replace some := with varRunxi Yu1-6/+7
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-18*.go: Add some comments for docsRunxi Yu1-0/+2
2025-02-17*.go: ReformatRunxi Yu1-1/+0
2025-02-17git_init.go: git_bare_init_with_default_hooksRunxi Yu1-0/+28