]> git.proxmox.com Git - libgit2.git/commit - tests/object/tree/duplicateentries.c
Fix warnings on Win64 build
authorRussell Belfer <rb@github.com>
Wed, 21 Nov 2012 23:39:03 +0000 (15:39 -0800)
committerBen Straub <bs@github.com>
Tue, 27 Nov 2012 21:18:29 +0000 (13:18 -0800)
commita8122b5d4a179456b1a1d9af8d09313e22bfab8d
tree0c761b335489f93a6db1aecdde506a037c64dd92
parent4604a65460b42ee4b3fead03dbb92197d583cc65
Fix warnings on Win64 build
32 files changed:
include/git2/index.h
src/delta.c
src/delta.h
src/diff_output.c
src/hash/hash_win32.c
src/index.c
src/iterator.c
src/pack-objects.c
src/reflog.c
src/revparse.c
src/stash.c
src/transports/cred.c
src/transports/smart.c
src/transports/smart.h
src/transports/smart_protocol.c
src/transports/winhttp.c
src/tree.c
src/vector.c
src/win32/posix_w32.c
tests-clar/diff/patch.c
tests-clar/index/conflicts.c
tests-clar/index/filemodes.c
tests-clar/index/inmemory.c
tests-clar/index/tests.c
tests-clar/network/fetch.c
tests-clar/network/fetchlocal.c
tests-clar/object/blob/filter.c
tests-clar/object/tree/duplicateentries.c
tests-clar/refs/reflog/drop.c
tests-clar/refs/reflog/reflog.c
tests-clar/stash/drop.c
tests-clar/status/worktree.c