summaryrefslogtreecommitdiffstats
path: root/git/git.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sort tags and deduplicateLibravatar Derek Stevens2023-02-051-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>
* git: check for binary filesLibravatar Anirudh Oppiliappan2022-12-191-1/+7
|
* git: find main branch from configLibravatar Anirudh Oppiliappan2022-12-131-0/+10
|
* routes: refs viewLibravatar Anirudh Oppiliappan2022-12-121-0/+32
|
* routes: index viewLibravatar Anirudh Oppiliappan2022-12-121-0/+8
|
* git: fix treesLibravatar Anirudh Oppiliappan2022-12-111-59/+33
|
* git: file content at refLibravatar Anirudh Oppiliappan2022-12-111-0/+19
|
* git: fetch files only using refLibravatar Anirudh Oppiliappan2022-12-111-11/+2
|
* all: initLibravatar Anirudh Oppiliappan2022-12-111-0/+88