Jonas Haag
Jonas Haag
Thanks for raising this. I'd like to see this implemented as a more general way to override templates, not as a specific option to add footer links. Happy to take...
Right. Probably some flag to `git log`
Also `return Nil` is kinda cool ;)
Hey Arnout, I'm working off the milestone "0.2" tickets right now and this issue is one of these. I'm not sure what the use case for this feature is. You...
True. The primary use case I see here is hyperlinking -- you don't want your links to become invalid just because the file/folder has been deleted. You'd want to see...
maybe use dropdown + select2/chosen, would also work nicely on mobile devices (maybe deactivate select2 to make use of fullscreen dropdown [android])
@jelmer You have an idea how to fix this in klaus? Have a cache that updates whenever a change has been made to the repository? (Somehow circumventing Dulwich/"properly" loading the...
OK will look into this soon. Curious: Do you actually have that kind of use case with 1000+ repos?
Check this out. I guess there are a lot more ways to do caching but this one of the simplest things to do.
I'll have to ramp up my benchmark repository then! Tested it with 1k repos, but let me test and optimize with 20k ;) If you have the time maybe you...