]> git.proxmox.com Git - libgit2.git/commit
Initialize a few variables
authorCarlos Martín Nieto <cmn@dwim.me>
Tue, 9 Jun 2015 14:53:07 +0000 (16:53 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 9 Jun 2015 14:53:07 +0000 (16:53 +0200)
commit02980bdca1c3398396466adff993746cac34fc08
treed39d2f49e7f256ae00735a47f23320e37426b5f6
parent81be2f467ce679e5e1a4b650ebdfc15ce3a9deb7
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.
src/indexer.c
src/odb_pack.c
src/rebase.c