Jasper N. Brouwer

Results 8 comments of Jasper N. Brouwer

Can you set the log-level to `DEBUG` and give about 10 lines above an error like this? That would show the git output the segment is trying to parse. Thanks!

The command run is `git --git-dir=/home/user/Code/git/llvm/.git --work-tree=/home/user/Code/git/llvm status --branch --porcelain`. Are those directories correct? (Do they exist?) But it seems the command doesn't have any output, not on `stdout` nor...

Better, can you run this command from the root of your filesystem (`cd /`): `git --git-dir=/home/user/Code/git/llvm/.git --work-tree=/home/user/Code/git/llvm status --branch --porcelain` And can you run this command from within the working...

Because I'm curious: What's the reason you have such an old version of git? (current latest is v2.4.4)

I'm glad your immediate issue is resolved! I'm going to keep this open, see if I can get a hold of an old git version to investigate this further. I...

Since I haven't had time to dove deeper into this issue I'm going to close it. Feel free to reopen (hopefully with additional info) if the problem arises again.

This is very useful information indeed. I've got a much better picture of what's happening with older versions. I might be able to provide a fix without needing to get...