aboutsummaryrefslogtreecommitdiff
path: root/git_misc.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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