aboutsummaryrefslogtreecommitdiff
path: root/handle_repo_tree.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* *.go: ReformatRunxi Yu2025-02-111-4/+4
* repo_tree: Fix panic on empty pathspecRunxi Yu2025-02-111-1/+1
* *: category -> groupRunxi Yu2025-02-101-3/+3
* repo_tree: Fix URL and anchor issuesRunxi Yu2025-02-101-34/+47
* *: Some simple styling with tablesRunxi Yu2025-02-101-1/+1
* git_misc: Abstract git.PlainOpen into open_git_repoRunxi Yu2025-02-101-3/+1
* repo_tree: s/tree/target/ when it should beRunxi Yu2025-02-101-2/+2
* git_misc: Abstract tree-listing into build_display_git_treeRunxi Yu2025-02-101-19/+1
* repo_tree: Use x--- to indicate modes that aren't convertableRunxi Yu2025-02-101-1/+1
* 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