aboutsummaryrefslogtreecommitdiff
path: root/git (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git: use system's git upload-packAnirudh Oppiliappan2024-07-132-0/+146
| | | | | This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33.
* git: Add function to generate tar file from repoGabriel A. Giovanini2024-06-291-0/+136
|
* tree: directories first, add size column, fix ..Derek Stevens2023-02-081-4/+6
| | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* 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>
* diff: show diff typeAnirudh Oppiliappan2022-12-191-0/+4
|
* git: check for binary filesAnirudh Oppiliappan2022-12-192-1/+9
|
* git: rework diff to fetch initial commitAnirudh Oppiliappan2022-12-181-13/+27
|
* git, templates: diff viewAnirudh Oppiliappan2022-12-171-1/+1
|
* 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, routes: commit diff viewAnirudh Oppiliappan2022-12-121-0/+99
|
* git: fix treesAnirudh Oppiliappan2022-12-112-59/+97
|
* 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