aboutsummaryrefslogtreecommitdiff
path: root/handle_repo_tree.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu2025-02-121-1/+1
|
* *: Migrate to the new path schemeRunxi Yu2025-02-121-3/+3
|
* render_readme.go: Render plain READMEs tooRunxi Yu2025-02-121-1/+1
|
* *.go: Remove extra TODOsRunxi Yu2025-02-111-1/+0
|
* *: Use URL params to specify commits/branches/tagsRunxi Yu2025-02-111-6/+14
|
* *.go: ReformatRunxi Yu2025-02-111-1/+1
|
* repo_{raw,tree}: Redirect if visiting file but path_spec ends with slashRunxi Yu2025-02-111-0/+4
|
* *.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