zeripath
zeripath
I have a feeling that that repository does not have a commit-graph. I don't have access to the repository on the filesystem to check though.
I think the two urls actually represent different problems. Let's look at the first one: * https://gitea.com/marktsai0316/linux/commits/branch/master/scripts/clang-tools This is essentially: ```bash git rev-list --count $REVISION -- $FILE_PATH ``` followed-by: ```bash...
OK @vdrandom upgrade git to the latest version and go in to gitea's copy of the repo on the disk and run `git commit-graph write`. (If you're on dev/1.18 you...
actually it looks like we need `git commit-graph write --changed-paths`
Ok so it looks like that page could still benefit from a deferable/asynchronous request so I can dust off the code I was working on for that. I don't think...
So unfortunately there's still a way to get this to totally break: 
Could you use pprof to confirm where the delay is?
Yes. Before I broke my hand this was precisely the kind of thing I was working on. Ok. pprof can be enabled by setting `ENABLE_PPROF=true` in `[server]` in app.ini Once...
I've just reread the issue opening comment - please could you try again on current master. You will likely find it much faster
Interestingly I am not able to duplicate the slow down on linux - ah found it