legit icon indicating copy to clipboard operation
legit copied to clipboard

web frontend for git

Results 11 legit issues
Sort by recently updated
recently updated
newest added

First off, thanks for legit, it's rather neat! I was looking at how to make it support traversing subdirectories and so far I have the necessary infrastructure in place that...

I did some (unwanted) changes on my server, and as a result, legit doesn't work. My bad. However, I tried to fix things, got all access rights correct, I do...

For some reason any new repos that I am creating are not visible on the homepage of legit. I checked the logs as well but no error messages there. I...

This pull (Work in Progress) adds syntax highlighting in files. Here are some screenshots ![Screenshot_20230612_212944](https://github.com/icyphox/legit/assets/16154204/261bfbb1-fc19-4e84-9f7e-157684414240) ![Screenshot_20230612_213204](https://github.com/icyphox/legit/assets/16154204/ae691eb1-48a1-447a-b46a-ae5261362542)

https://github.com/sinbad/lfs-folderstore looks pretty good. It allows you to have a local store or to use Minio etc. https://github.com/git-lfs/git-lfs is the golang git lfs client. I am not sure yet if...

Hey, after building the binary and moving it in `~/.local/bin` it didn't work, since you need the templates. I would be cool if the default templates were used when you...

The "TagObjects" function only returns annotated tags (the ones created with "-a"). Git interpretes lightweight and annotated tags[^1] differently, so we need to query all reference and check which one...

Hello, I'd like to know if you are interested in adding highlight support through chroma[^1]. I'd add chroma rendering to FileContent handler. I'd also add option to select which theme...