Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | git: check for binary files | Anirudh Oppiliappan | 1 | -1/+7 | |
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-11 | git: fix trees | Anirudh Oppiliappan | 1 | -59/+33 | |
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 | |