Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | by nilix | ||||
* | fix buffer overflow in countlines for files greater than 32k | Derek Stevens | 2023-02-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc> | ||||
* | 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 |
| | | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc> | ||||
* | fix line count for files that don't end in a newline | Derek Stevens | 2023-02-08 | 1 | -0/+8 |
| | | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc> | ||||
* | utils: Add helper to get all repos | Daniele Sluijters | 2023-02-05 | 1 | -0/+57 |
| | | | | | | This does a filepath.WalkDir of the config.ScanPath and tries to find all valid git repos. It returns a list of repoInfo structs holding basic information of each repository. | ||||
* | docs: Expand on repo.ignore | Daniele Sluijters | 2023-02-05 | 1 | -1/+1 |
| | | | | Make it clear the expectation is the paths are relative to scanPath. | ||||
* | config: Ensure we always have an absolute path | Daniele Sluijters | 2023-02-05 | 1 | -0/+11 |
| | | | | | Having this consistent across the code is handy when we're building paths, counting separators and other path manipulation. | ||||
* | 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 |
| | | | | | | | | This is a multipart message in MIME format. Pretty self-explanitory :3 Signed-off-by: Derek Stevens <nilix@nilfm.cc> | ||||
* | sort tags and deduplicate | Derek Stevens | 2023-02-05 | 1 | -0/+28 |
| | | | | | | | | | This sorts the tags reverse-chronologically. If any tags have the same name (shouldn't happen but it does in some of my repos), we use whichever one is "newer". Signed-off-by: Derek Stevens <nilix@nilfm.cc> | ||||
* | add style tweaks | Derek Stevens | 2023-02-05 | 5 | -20/+31 |
| | | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc> | ||||
* | markdown: more file exts, fix img | Anirudh Oppiliappan | 2022-12-26 | 2 | -2/+9 |
| | |||||
* | css: fix ul padding in readme | Anirudh Oppiliappan | 2022-12-26 | 1 | -0/+4 |
| | |||||
* | routes: render markdown readmes in repo index (#11) | James Mills | 2022-12-26 | 4 | -6/+30 |
| | |||||
* | css: set repo desc font weight to normal | Anirudh Oppiliappan | 2022-12-24 | 2 | -1/+2 |
| | |||||
* | css: bottom padding in refs pre | Anirudh Oppiliappan | 2022-12-24 | 1 | -0/+1 |
| | |||||
* | css: lose grid layout in refs | Anirudh Oppiliappan | 2022-12-24 | 2 | -12/+6 |
| | |||||
* | unveil: remove git executable and /dev/null | Anirudh Oppiliappan | 2022-12-24 | 1 | -5/+0 |
| | |||||
* | git: pure go git clone | Anirudh Oppiliappan | 2022-12-24 | 4 | -35/+118 |
| | |||||
* | css: wrap refs pre | Anirudh Oppiliappan | 2022-12-22 | 1 | -2/+9 |
| | |||||
* | readme: unveil and ideas | Anirudh Oppiliappan | 2022-12-22 | 1 | -2/+7 |
| | |||||
* | config: add repo.ignore | Anirudh Oppiliappan | 2022-12-22 | 4 | -10/+60 |
| | |||||
* | unveil: /dev/null | Anirudh Oppiliappan | 2022-12-22 | 1 | -0/+1 |
| | |||||
* | unveil: reorder | Anirudh Oppiliappan | 2022-12-22 | 1 | -4/+4 |
| | |||||
* | css: reduce pre font size | Anirudh Oppiliappan | 2022-12-22 | 1 | -0/+1 |
| | |||||
* | css: set pre font | Anirudh Oppiliappan | 2022-12-22 | 1 | -1/+5 |
| | | | | lol | ||||
* | css: ui-monospace | Anirudh Oppiliappan | 2022-12-22 | 1 | -1/+1 |
| | | | | ref: https://stackoverflow.com/a/64133415 | ||||
* | unveil: add git executable | Anirudh Oppiliappan | 2022-12-22 | 2 | -3/+7 |
| | |||||
* | clean up long line | Anirudh Oppiliappan | 2022-12-22 | 1 | -3/+6 |
| | |||||
* | unveil: cleanup code in main.go | zak | 2022-12-22 | 1 | -2/+3 |
| | |||||
* | unveil: log each call | zak | 2022-12-22 | 1 | -0/+3 |
| | |||||
* | unveil: initial commit | zak | 2022-12-22 | 4 | -22/+36 |
| | |||||
* | css: change iOS mono font | Anirudh Oppiliappan | 2022-12-22 | 2 | -2/+2 |
| | |||||
* | templates: improve this & parent commit | Anirudh Oppiliappan | 2022-12-22 | 1 | -4/+11 |
| | |||||
* | Link to parent commit file version in commit view | phire | 2022-12-20 | 1 | -1/+2 |
| | | | | | It makes sense for [oldfile] in [oldfile]->[newfile] to link to the previous version. This is also how cgit behaves. | ||||
* | css: scroll file content x-axis only | zak | 2022-12-20 | 1 | -1/+2 |
| | | | | | | - we don't need any overflow scrolling for the y-axis. - set overflow-x to 'auto' so that the scroll bar only shows when the content does overflow. | ||||
* | readme: add note clarifying cloning | Anirudh Oppiliappan | 2022-12-19 | 1 | -0/+2 |
| | |||||
* | diff: scroll diff on overflow | Anirudh Oppiliappan | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | add license | Anirudh Oppiliappan | 2022-12-19 | 1 | -0/+23 |
| | | | | closes #2 | ||||
* | diff: show diff type | Anirudh Oppiliappan | 2022-12-19 | 3 | -1/+18 |
| |