aboutsummaryrefslogtreecommitdiff
path: root/git_misc.go (unfollow)
Commit message (Collapse)AuthorFilesLines
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