Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support categories | 2024-02-19 | 3 | -26/+105 | |
* | support categories at index | 2024-02-19 | 1 | -13/+82 | |
* | templates: add missing title to repo page | 2023-11-05 | 1 | -0/+1 | |
* | log errors from git.Open | 2023-11-05 | 1 | -0/+1 | |
* | cleaner titles | 2023-02-18 | 1 | -1/+2 | |
* | fix buffer overflow in countlines for files greater than 32k | 2023-02-18 | 1 | -1/+1 | |
* | tree: directories first, add size column, fix .. | 2023-02-08 | 1 | -0/+1 | |
* | fix line count for files that don't end in a newline | 2023-02-08 | 1 | -0/+8 | |
* | utils: Add helper to get all repos | 2023-02-05 | 1 | -0/+57 | |
* | only add go meta import tag if go.mod exists in repo root | 2023-02-05 | 2 | -0/+8 | |
* | markdown: more file exts, fix img | 2022-12-26 | 1 | -2/+5 | |
* | routes: render markdown readmes in repo index (#11) | 2022-12-26 | 1 | -3/+17 | |
* | git: pure go git clone | 2022-12-24 | 2 | -27/+117 | |
* | config: add repo.ignore | 2022-12-22 | 2 | -10/+55 | |
* | index: turn off logging, it's too noisy | 2022-12-19 | 1 | -1/+0 | |
* | all: no more pretty urls | 2022-12-19 | 3 | -19/+5 | |
* | config: fix go-import pretty url | 2022-12-18 | 1 | -3/+6 | |
* | all: go-import, clone url | 2022-12-18 | 1 | -0/+12 | |
* | routes: skip unopenable dirs | 2022-12-18 | 1 | -3/+2 | |
* | routes: sort repo index by last idle | 2022-12-18 | 1 | -1/+11 | |
* | templates: add title tags | 2022-12-18 | 1 | -0/+1 | |
* | git: rework diff to fetch initial commit | 2022-12-18 | 1 | -3/+7 | |
* | git, templates: diff view | 2022-12-17 | 1 | -0/+1 | |
* | templates: repo and log | 2022-12-17 | 2 | -10/+27 | |
* | routes: serve static content from /static | 2022-12-17 | 3 | -8/+17 | |
* | routes: disable git push | 2022-12-14 | 1 | -6/+9 | |
* | routes: wildcard multiplex route at the end | 2022-12-14 | 1 | -2/+2 | |
* | routes: multiplex git and web ui | 2022-12-14 | 1 | -1/+40 | |
* | routes: description and humanized time to index | 2022-12-14 | 1 | -4/+18 | |
* | template: line numbers for file view | 2022-12-13 | 1 | -1/+34 | |
* | git: find main branch from config | 2022-12-13 | 1 | -11/+17 | |
* | routes: refs view | 2022-12-12 | 2 | -0/+40 | |
* | routes: index view | 2022-12-12 | 1 | -8/+44 | |
* | routes: render readme | 2022-12-12 | 3 | -18/+46 | |
* | git, routes: commit diff view | 2022-12-12 | 2 | -0/+37 | |
* | routes, templates: tree and log views | 2022-12-11 | 3 | -31/+55 | |
* | routes: file content view | 2022-12-11 | 3 | -18/+52 | |
* | routes: split repo index and files views | 2022-12-11 | 2 | -4/+48 | |
* | all: init | 2022-12-11 | 3 | -0/+96 |