Jonas Haag

Results 800 comments of Jonas Haag

This should be possible with few changes to the code base. I'm happy to help anyone who wants to work on this. Starting point can be the current diff template/output...

dulwich doesn't have submodule support yet. I don't think I can fix this, but I'll try to figure out a workaround.

Should at least print a nice error msg.

Maybe we can come up with simple submodule support. I.e. parse the `.gitmodules` file and "mount" the repos at the matching URL.

There's a `parse_submodules` function now

Cool! LGTM so far. The problem with slashes isn't only Flask routing; it guess that shouldn't be too complicated. It's also that we don't necessarily have submodules in the internal...

Maybe in 20 years :-) Nobody is investing a lot of time in the project in the past few years.

I agree with @fpemud that there might be a need for a simple, local-only, single-user repo management tool to find, create, clone, modify, push, etc. Git repos. I guess lots...

libgit2 should at least - [ ] be comparably fast in its `git log` equivalent (compared to the `git log` command line tool. Can be benchmarked with `time git log...

You can simply uninstall docutils for the time being. To fix the bug, if rendering fails, we should show the raw markup plus a warning.