leek / GitDebugBundle

Adds useful Git information to the Symfony2 Debug Toolbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2.2] Empty page with a fresh git init

damienalexandre opened this issue · comments

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:

image

Notice there is nothing in /refs/heads, but I think the Bundle expect some files here.

Here is what I get in the Profiler:

image

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

Screenshot from 2013-03-23 17:53:58

I run Git 1.7.9.5 on Ubuntu 12.04.