| Commit message (Expand) | Author | Files | Lines |
7 days | *: Reformat | Runxi Yu | 1 | -1/+1 |
7 days | *: Support subgroups via SQL recursion | Runxi Yu | 1 | -5/+38 |
9 days | *: Replace some := with var | Runxi Yu | 1 | -22/+29 |
10 days | Add SPDX license headers to all Go files | Runxi Yu | 1 | -0/+3 |
2025-02-19 | all: Remove error wrapping | Runxi Yu | 1 | -16/+4 |
2025-02-19 | *.go: Use lowercase error values | Runxi Yu | 1 | -4/+4 |
2025-02-19 | contrib: Add contrib/MR index page | Runxi Yu | 1 | -3/+3 |
2025-02-18 | *.go: Add some comments for docs | Runxi Yu | 1 | -2/+4 |
2025-02-15 | git_misc: COALESCE(r.description, '') | Runxi Yu | 1 | -1/+1 |
2025-02-13 | repo_index: Add repo descriptions | Runxi Yu | 1 | -4/+5 |
2025-02-12 | git_misc.go: Remove err_unsafe_path as unused | Runxi Yu | 1 | -1/+0 |
2025-02-12 | *.go: Use the database for repo info, and fix ssh cloning repo | Runxi Yu | 1 | -10/+7 |
2025-02-12 | git_misc.go: Merge types.go into here | Runxi Yu | 1 | -0/+8 |
2025-02-12 | git_misc.go: Reformat | Runxi Yu | 1 | -5/+7 |
2025-02-12 | repo_commit: Fix format_patch handling of root commits | Runxi Yu | 1 | -0/+30 |
2025-02-11 | *.go: Linting | Runxi Yu | 1 | -4/+4 |
2025-02-11 | *.go: Reformat | Runxi Yu | 1 | -1/+1 |
2025-02-11 | git_misc: Sanitize paths | Runxi Yu | 1 | -0/+10 |
2025-02-11 | repo_log: Add a log | Runxi Yu | 1 | -9/+22 |
2025-02-11 | git_misc: Don't return error on repos with fewer than 3 commits | Runxi Yu | 1 | -1/+4 |
2025-02-10 | *: category -> group | Runxi Yu | 1 | -2/+2 |
2025-02-10 | repo_tree: Fix URL and anchor issues | Runxi Yu | 1 | -1/+2 |
2025-02-10 | git_misc: Abstract away get_recent_commits | Runxi Yu | 1 | -0/+24 |
2025-02-10 | git_misc: Abstract git.PlainOpen into open_git_repo | Runxi Yu | 1 | -1/+10 |
2025-02-10 | git_misc: Abstract tree-listing into build_display_git_tree | Runxi Yu | 1 | -0/+24 |