So I have two basically identical projects (two separate clones of the same repo), but I recently noticed that the mini diff in the gutter no longer shows up with diffs against HEAD in one of the projects. It will show lines added/changed but if I close the file and reopen the diff markers are gone. I’ve ensured that "mini_diff": true
and "git_diff_target": "head"
and restarting sublime, but still no diffs against HEAD. I also looked for errors or warnings in the console, but I see nothing. If I switch on git annotations it perfectly show lines changed with little circles, but I want the green lines etc. It still works in the other project, and their project settings are the same (besides some paths).
Anyone has a clue what goes wrong?