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