Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump dependenciesHEADmaster | Runxi Yu | 2024-10-01 | 2 | -22/+22 |
* | config.yaml add my description | Runxi Yu | 2024-08-16 | 1 | -1/+1 |
* | Bump dependencies | Runxi Yu | 2024-08-16 | 2 | -45/+41 |
* | Add woodpecker CI | Runxi Yu | 2024-07-27 | 1 | -0/+11 |
* | More HTML sanification | Runxi Yu | 2024-07-27 | 12 | -41/+62 |
* | Some more HTML sanities | Runxi Yu | 2024-07-27 | 12 | -215/+199 |
* | templates/file.html: Remove line numbers | Runxi Yu | 2024-07-27 | 1 | -10/+1 |
* | routes/git.go: Fix import path | Runxi Yu | 2024-07-27 | 1 | -1/+1 |
* | Indent the HTML with tabs | Runxi Yu | 2024-07-27 | 12 | -330/+322 |
* | Add myself to LICENSE | Runxi Yu | 2024-07-27 | 1 | -0/+1 |
* | go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrx | Runxi Yu | 2024-07-26 | 7 | -9/+8 |
* | Fork init | Runxi Yu | 2024-07-26 | 15 | -96/+86 |
* | git: use system's git upload-pack | Anirudh Oppiliappan | 2024-07-13 | 5 | -71/+179 |
* | deps: bump golang.org/x/net from 0.22.0 to 0.23.0 (#40) | dependabot[bot] | 2024-07-13 | 2 | -3/+3 |
* | readme: fix a thing | Anirudh Oppiliappan | 2024-07-13 | 1 | -1/+1 |
* | git: fix getDisplayName | Anirudh Oppiliappan | 2024-07-05 | 1 | -5/+1 |
* | routes: ignore files | Anirudh Oppiliappan | 2024-07-05 | 1 | -1/+1 |
* | nix: fix docker build | Anirudh Oppiliappan | 2024-07-05 | 1 | -3/+3 |
* | css: dark theme | Marco Andronaco | 2024-07-05 | 1 | -0/+13 |
* | git: hide .git extension | Marco Andronaco | 2024-07-05 | 4 | -8/+25 |
* | templates: Add link to tar gz handler endpoint | Gabriel A. Giovanini | 2024-06-29 | 1 | -0/+2 |
* | routes: Add handler to generate tar gz file | Gabriel A. Giovanini | 2024-06-29 | 3 | -0/+68 |
* | git: Add function to generate tar file from repo | Gabriel A. Giovanini | 2024-06-29 | 1 | -0/+136 |
* | nix: init flake | Anirudh Oppiliappan | 2024-06-16 | 5 | -16/+141 |
* | readme: misc updates | Anirudh Oppiliappan | 2024-04-08 | 1 | -1/+2 |
* | re-add accidentally removed code for raw file view | lillian | 2024-03-30 | 1 | -0/+5 |
* | readme: remove frivolous line from notes | Anirudh Oppiliappan | 2024-03-27 | 1 | -3/+0 |
* | routes: switch to net/http router | Anirudh Oppiliappan | 2024-03-27 | 5 | -77/+80 |
* | routes: add raw file view | Anirudh Oppiliappan | 2024-02-25 | 3 | -2/+19 |
* | deps: bump go-git | dependabot[bot] | 2023-12-27 | 2 | -91/+60 |
* | templates: add missing title to repo page | Anirudh Oppiliappan | 2023-11-05 | 2 | -1/+2 |
* | log errors from git.Open | Anirudh Oppiliappan | 2023-11-05 | 2 | -0/+4 |
* | fix broken mailto: link in commit template | Gil Poiares-Oliveira | 2023-05-15 | 1 | -1/+1 |
* | contrib: add systemd service file | Akilesh Kannan | 2023-04-16 | 1 | -0/+17 |
* | deps: revert go-gitdiff bump | Anirudh Oppiliappan | 2023-04-07 | 2 | -7/+5 |
* | deps: bump | Anirudh Oppiliappan | 2023-04-07 | 2 | -51/+77 |
* | css: fix table overflow | Anirudh Oppiliappan | 2023-03-19 | 2 | -12/+19 |
* | how did that happen | Anirudh Oppiliappan | 2023-03-12 | 1 | -1/+1 |
* | bump x/net | Anirudh Oppiliappan | 2023-02-18 | 2 | -8/+8 |
* | cleaner titles | Anirudh Oppiliappan | 2023-02-18 | 9 | -41/+36 |
* | fix buffer overflow in countlines for files greater than 32k | Derek Stevens | 2023-02-18 | 1 | -1/+1 |
* | contrib: docker support (#20) | Gil Poiares-Oliveira | 2023-02-14 | 2 | -0/+40 |
* | templates: fix tags | Anirudh Oppiliappan | 2023-02-08 | 1 | -1/+1 |
* | tree: directories first, add size column, fix .. | Derek Stevens | 2023-02-08 | 4 | -14/+29 |
* | fix line count for files that don't end in a newline | Derek Stevens | 2023-02-08 | 1 | -0/+8 |
* | utils: Add helper to get all repos | Daniele Sluijters | 2023-02-05 | 1 | -0/+57 |
* | docs: Expand on repo.ignore | Daniele Sluijters | 2023-02-05 | 1 | -1/+1 |
* | config: Ensure we always have an absolute path | Daniele Sluijters | 2023-02-05 | 1 | -0/+11 |
* | readme: tiny thing | Anirudh Oppiliappan | 2023-02-05 | 1 | -4/+4 |
* | only add go meta import tag if go.mod exists in repo root | Derek Stevens | 2023-02-05 | 3 | -1/+9 |