Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-08 | tree: directories first, add size column, fix .. | Derek Stevens | 1 | -4/+6 | |
Signed-off-by: Derek Stevens <nilix@nilfm.cc> | |||||
2023-02-05 | sort tags and deduplicate | Derek Stevens | 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> | |||||
2022-12-19 | diff: show diff type | Anirudh Oppiliappan | 1 | -0/+4 | |
2022-12-19 | git: check for binary files | Anirudh Oppiliappan | 2 | -1/+9 | |
2022-12-18 | git: rework diff to fetch initial commit | Anirudh Oppiliappan | 1 | -13/+27 | |
2022-12-17 | git, templates: diff view | Anirudh Oppiliappan | 1 | -1/+1 | |
2022-12-13 | git: find main branch from config | Anirudh Oppiliappan | 1 | -0/+10 | |
2022-12-12 | routes: refs view | Anirudh Oppiliappan | 1 | -0/+32 | |
2022-12-12 | routes: index view | Anirudh Oppiliappan | 1 | -0/+8 | |
2022-12-12 | git, routes: commit diff view | Anirudh Oppiliappan | 1 | -0/+99 | |
2022-12-11 | git: fix trees | Anirudh Oppiliappan | 2 | -59/+97 | |
2022-12-11 | git: file content at ref | Anirudh Oppiliappan | 1 | -0/+19 | |
2022-12-11 | git: fetch files only using ref | Anirudh Oppiliappan | 1 | -11/+2 | |