summaryrefslogtreecommitdiffstats
path: root/git/git.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-05sort tags and deduplicateLibravatar Derek Stevens1-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-19git: check for binary filesLibravatar Anirudh Oppiliappan1-1/+7
2022-12-13git: find main branch from configLibravatar Anirudh Oppiliappan1-0/+10
2022-12-12routes: refs viewLibravatar Anirudh Oppiliappan1-0/+32
2022-12-12routes: index viewLibravatar Anirudh Oppiliappan1-0/+8
2022-12-11git: fix treesLibravatar Anirudh Oppiliappan1-59/+33
2022-12-11git: file content at refLibravatar Anirudh Oppiliappan1-0/+19
2022-12-11git: fetch files only using refLibravatar Anirudh Oppiliappan1-11/+2