GitDebugBundle
GitDebugBundle copied to clipboard
[2.2] Empty page with a fresh git init
I just have created a new Symfony 2.2 project, added this bundle, run git init.
Then I have done some commits, branches and merges, but everything is still local atm.
First thing I notice is that the Bundle try to read packed-refs: this file does not exist yet. So I runned git gc - but still a blank page.
Here is what my .git look like:

Notice there is nothing in /refs/heads, but I think the Bundle expect some files here.
Here is what I get in the Profiler:

Beside that, I got the right branch name in the Debug bar but there is a CSS issue:

I run Git 1.7.9.5 on Ubuntu 12.04.