aboutsummaryrefslogtreecommitdiff
path: root/git/git.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Switch to AGPLv3-onlyRunxi Yu2024-06-201-18/+4
|
* Add copyright information to each Go fileRunxi Yu2024-06-161-0/+24
|
* sort tags and deduplicateDerek 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 filesAnirudh Oppiliappan2022-12-191-1/+7
|
* git: find main branch from configAnirudh Oppiliappan2022-12-131-0/+10
|
* routes: refs viewAnirudh Oppiliappan2022-12-121-0/+32
|
* routes: index viewAnirudh Oppiliappan2022-12-121-0/+8
|
* git: fix treesAnirudh Oppiliappan2022-12-111-59/+33
|
* git: file content at refAnirudh Oppiliappan2022-12-111-0/+19
|
* git: fetch files only using refAnirudh Oppiliappan2022-12-111-11/+2
|
* all: initAnirudh Oppiliappan2022-12-111-0/+88