Luka Markušić
Luka Markušić
Alright, can you run `git status` in the submodule without problems? Do the permissions match to the parent repo? (`ls -l` will list the permissions) Does it work if you...
Do you by any chance use an old `ssh` key? [Something similar on SO](https://stackoverflow.com/questions/25957125/git-submodule-permission-denied)
Are the submodules also cloned over `https`? Check the `.gitmodules` file in the root of the repo, it should start with this: ``` [submodule "modules/uavcan"] path = modules/uavcan url =...
Sadly no, since it's unfortunately not reproducible. At least I can't reproduce it. Unless you're willing to debug, I'm afraid we can't do much at this point :confused:
Thanks for reporting this, it's reproducible and being looked into.
Another thing that solving this issue would solve - when discarding an entire directory, each file in the directory is checked out individually, it would be much faster just to...
That's what it currently does, but the number is `300`. I guess we could make that configurable until we improve the performance... In the meantime, could you try changing [this](https://github.com/jesseduffield/lazygit/blob/f6d6b5dec0432ffa953611700ab9b1ff0089f948/pkg/commands/loaders/commits.go#L420)...
How long does it take for the initial load? What if you set the limit to `15`?
I'm sorry, but is that a _GUI_ for `lazygit` or...?
Actually yes, that's exactly what I had in mind! Except that I always get `error: : does not exist in index` :) Feel free to open a PR to continue...