Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .golangci.yaml to v2 | Runxi Yu | 2025-03-31 | 1 | -25/+47 |
| | |||||
* | Add colb from June McEnroe | Runxi Yu | 2025-03-31 | 3 | -2/+27 |
| | |||||
* | Proper tabs on repo index | Runxi Yu | 2025-03-31 | 10 | -48/+243 |
| | |||||
* | Mandoc more | Runxi Yu | 2025-03-31 | 5 | -4/+17 |
| | |||||
* | Add repo tab navigation to all pages | Runxi Yu | 2025-03-31 | 5 | -1/+84 |
| | |||||
* | Use ref_query for ?branch=x, etc | Runxi Yu | 2025-03-31 | 5 | -11/+14 |
| | |||||
* | mandoc in Makefile and forge.5 | Runxi Yu | 2025-03-30 | 6 | -2/+498 |
| | |||||
* | Add hookc.1 man page | Runxi Yu | 2025-03-30 | 1 | -0/+74 |
| | |||||
* | Bump dependencies | Runxi Yu | 2025-03-30 | 2 | -7/+7 |
| | |||||
* | Use unsafe.SliceData instead of &b[0] | Runxi Yu | 2025-03-30 | 1 | -1/+1 |
| | |||||
* | Fix tabs look | Runxi Yu | 2025-03-30 | 2 | -8/+8 |
| | |||||
* | Avoid allocations by using unsafe strinng/bytes conversions | Runxi Yu | 2025-03-30 | 8 | -8/+28 |
| | |||||
* | Add basic tabs to repo index | Runxi Yu | 2025-03-30 | 2 | -1/+53 |
| | |||||
* | Ignore static/index.html | Runxi Yu | 2025-03-30 | 1 | -0/+2 |
| | |||||
* | Remove tree from repo index page | Runxi Yu | 2025-03-30 | 1 | -27/+0 |
| | |||||
* | No longer on the 'go' branch | Runxi Yu | 2025-03-29 | 2 | -1/+5 |
| | |||||
* | Properly format files...v0.1.4 | Runxi Yu | 2025-03-29 | 2 | -4/+2 |
| | |||||
* | Fix CI | Runxi Yu | 2025-03-29 | 1 | -0/+1 |
| | |||||
* | Fix out of bounds read on finding merge basesv0.1.3 | Runxi Yu | 2025-03-29 | 1 | -0/+7 |
| | |||||
* | Fix merge request index | Runxi Yu | 2025-03-29 | 1 | -2/+2 |
| | |||||
* | Makefile: No $(shell) | Runxi Yu | 2025-03-29 | 1 | -1/+1 |
| | |||||
* | Don't error out because the symlink exists | Runxi Yu | 2025-03-29 | 1 | -1/+5 |
| | |||||
* | Make git_hooks_handle portable ish? | Runxi Yu | 2025-03-29 | 2 | -0/+338 |
| | |||||
* | hookc: Fix variable placement | Runxi Yu | 2025-03-29 | 1 | -2/+2 |
| | |||||
* | Attempt to make hookc.c portable | Runxi Yu | 2025-03-29 | 1 | -6/+57 |
| | |||||
* | Add builds.sr.ht status to README | Runxi Yu | 2025-03-28 | 1 | -0/+2 |
| | |||||
* | Update CI againv0.1.2 | Runxi Yu | 2025-03-28 | 1 | -1/+1 |
| | |||||
* | Attempt to fix CIv0.1.1 | Runxi Yu | 2025-03-28 | 1 | -1/+1 |
| | |||||
* | Fix secret uuid | Runxi Yu | 2025-03-28 | 1 | -1/+1 |
| | |||||
* | Add artifact uploadsv0.1.0 | Runxi Yu | 2025-03-28 | 1 | -0/+12 |
| | |||||
* | One more blank line for version.go | Runxi Yu | 2025-03-27 | 1 | -1/+1 |
| | |||||
* | Don't use extra source in CI | Runxi Yu | 2025-03-27 | 1 | -5/+3 |
| | |||||
* | Attempt to fix that lint issue | Runxi Yu | 2025-03-27 | 1 | -1/+1 |
| | |||||
* | Lint and add CI | Runxi Yu | 2025-03-27 | 3 | -2/+21 |
| | |||||
* | Lint | Runxi Yu | 2025-03-27 | 3 | -18/+15 |
| | |||||
* | Fix out of bounds in commit path handling | Runxi Yu | 2025-03-25 | 1 | -0/+4 |
| | |||||
* | Fix index page padding wrapper containment | Runxi Yu | 2025-03-25 | 1 | -22/+21 |
| | |||||
* | Add 403 and 501 pages | Runxi Yu | 2025-03-25 | 7 | -8/+68 |
| | |||||
* | Remove unnecessary whitespace in branches template | Runxi Yu | 2025-03-25 | 1 | -2/+2 |
| | |||||
* | Further remove .rounded and .rounded-footed | Runxi Yu | 2025-03-25 | 11 | -50/+14 |
| | |||||
* | Remove test message in IRC | Runxi Yu | 2025-03-25 | 1 | -5/+0 |
| | |||||
* | Remove round corners for now | Runxi Yu | 2025-03-25 | 1 | -4/+0 |
| | |||||
* | Bump dependencies | Runxi Yu | 2025-03-25 | 2 | -3/+3 |
| | |||||
* | Reindent HTML template | Runxi Yu | 2025-03-25 | 1 | -29/+23 |
| | |||||
* | Responsive grid for commit and repo info | Runxi Yu | 2025-03-25 | 3 | -58/+124 |
| | |||||
* | Navbar slashes | Runxi Yu | 2025-03-25 | 2 | -1/+6 |
| | |||||
* | Better nav bar | Runxi Yu | 2025-03-25 | 2 | -4/+41 |
| | |||||
* | Separate cache into separate files | Runxi Yu | 2025-03-25 | 5 | -74/+102 |
| | |||||
* | Fix group path trailing slash | Runxi Yu | 2025-03-25 | 4 | -2/+7 |
| | |||||
* | Use cache for raw files too | Runxi Yu | 2025-03-25 | 2 | -1/+45 |
| |