aboutsummaryrefslogtreecommitdiff
path: root/handle_repo_tree.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* render_readme: Abstract away README renderingRunxi Yu2025-02-101-19/+1
|
* repo_tree: Handle error from formatter.FormatRunxi Yu2025-02-101-2/+6
|
* repo_tree: Read ref name from PathValueRunxi Yu2025-02-101-5/+6
|
* repo_tree: Remove unnecessary commit_iter codeRunxi Yu2025-02-101-17/+0
|
* repo_tree: Attempt to use the autumn themeRunxi Yu2025-02-101-1/+1
|
* repo_tree: Attempt to use the xcode themeRunxi Yu2025-02-101-1/+1
|
* handle_repo_tree: Syntax highlightingRunxi Yu2025-02-101-1/+20
|
* *: project -> categoryRunxi Yu2025-02-101-3/+3
|
* *.go: LintingRunxi Yu2025-02-101-15/+19
|
* handle_repo_{index,tree}: Don't crash on missing READMERunxi Yu2025-02-101-1/+1
|
* repo_tree: Display files tooRunxi Yu2025-02-101-6/+21
|
* *.go: Reformat codeRunxi Yu2025-02-101-4/+5
|
* repo_tree: Support listing directories other than /Runxi Yu2025-02-101-11/+17
|
* repo_tree: Initialize handler (copied over from index)Runxi Yu2025-02-101-0/+95