aboutsummaryrefslogtreecommitdiff
path: root/git_misc.go (unfollow)
Commit message (Collapse)AuthorFilesLines
7 days*: Support subgroups via SQL recursionRunxi Yu1-5/+38
9 days*: Replace some := with varRunxi Yu1-22/+29
10 daysAdd SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-19all: Remove error wrappingRunxi Yu1-16/+4
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.
2025-02-19*.go: Use lowercase error valuesRunxi Yu1-4/+4
2025-02-19contrib: Add contrib/MR index pageRunxi Yu1-3/+3
2025-02-18*.go: Add some comments for docsRunxi Yu1-2/+4
2025-02-15git_misc: COALESCE(r.description, '')Runxi Yu1-1/+1
2025-02-13repo_index: Add repo descriptionsRunxi Yu1-4/+5
2025-02-12git_misc.go: Remove err_unsafe_path as unusedRunxi Yu1-1/+0
2025-02-12*.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu1-10/+7
2025-02-12git_misc.go: Merge types.go into hereRunxi Yu1-0/+8
2025-02-12git_misc.go: ReformatRunxi Yu1-5/+7
2025-02-12repo_commit: Fix format_patch handling of root commitsRunxi Yu1-0/+30
2025-02-11*.go: LintingRunxi Yu1-4/+4
2025-02-11*.go: ReformatRunxi Yu1-1/+1
2025-02-11git_misc: Sanitize pathsRunxi Yu1-0/+10
2025-02-11repo_log: Add a logRunxi Yu1-9/+22
2025-02-11git_misc: Don't return error on repos with fewer than 3 commitsRunxi Yu1-1/+4
2025-02-10*: category -> groupRunxi Yu1-2/+2
2025-02-10repo_tree: Fix URL and anchor issuesRunxi Yu1-1/+2
2025-02-10git_misc: Abstract away get_recent_commitsRunxi Yu1-0/+24
2025-02-10git_misc: Abstract git.PlainOpen into open_git_repoRunxi Yu1-1/+10
2025-02-10git_misc: Abstract tree-listing into build_display_git_treeRunxi Yu1-0/+24