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