Commit 02980bdca1c3398396466adff993746cac34fc08

Carlos Martín Nieto 2015-06-09T16:53:07

Initialize a few variables Coverity complains about the git_rawobj ones because we use a loop in which we keep remembering the old version, and we end up copying our object as the base, so we want to have the data pointer be NULL.