| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Some simple styling with tables | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | git_misc: Abstract git.PlainOpen into open_git_repo | Runxi Yu | 2025-02-10 | 1 | -3/+1 |
* | repo_tree: s/tree/target/ when it should be | Runxi Yu | 2025-02-10 | 1 | -2/+2 |
* | git_misc: Abstract tree-listing into build_display_git_tree | Runxi Yu | 2025-02-10 | 1 | -19/+1 |
* | repo_tree: Use x--- to indicate modes that aren't convertable | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | render_readme: Abstract away README rendering | Runxi Yu | 2025-02-10 | 1 | -19/+1 |
* | repo_tree: Handle error from formatter.Format | Runxi Yu | 2025-02-10 | 1 | -2/+6 |
* | repo_tree: Read ref name from PathValue | Runxi Yu | 2025-02-10 | 1 | -5/+6 |
* | repo_tree: Remove unnecessary commit_iter code | Runxi Yu | 2025-02-10 | 1 | -17/+0 |
* | repo_tree: Attempt to use the autumn theme | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | repo_tree: Attempt to use the xcode theme | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | handle_repo_tree: Syntax highlighting | Runxi Yu | 2025-02-10 | 1 | -1/+20 |
* | *: project -> category | Runxi Yu | 2025-02-10 | 1 | -3/+3 |
* | *.go: Linting | Runxi Yu | 2025-02-10 | 1 | -15/+19 |
* | handle_repo_{index,tree}: Don't crash on missing README | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | repo_tree: Display files too | Runxi Yu | 2025-02-10 | 1 | -6/+21 |
* | *.go: Reformat code | Runxi Yu | 2025-02-10 | 1 | -4/+5 |
* | repo_tree: Support listing directories other than / | Runxi Yu | 2025-02-10 | 1 | -11/+17 |
* | repo_tree: Initialize handler (copied over from index) | Runxi Yu | 2025-02-10 | 1 | -0/+95 |