]> git.proxmox.com Git - libgit2.git/commit - src/revwalk.c
config: make git_config_[get|set]_long() able to properly deal with 8 bytes wide...
authornulltoken <emeric.fermas@gmail.com>
Wed, 21 Sep 2011 21:17:39 +0000 (23:17 +0200)
committernulltoken <emeric.fermas@gmail.com>
Thu, 22 Sep 2011 16:58:47 +0000 (18:58 +0200)
commitad196c6ae669e2d69503eba942402e7215ea7b82
tree68b2d1a76fbbbfdda942491c1211a74a11b46c16
parente1b86444676b70154bf8ab450d429bdef57a8276
config: make git_config_[get|set]_long() able to properly deal with 8 bytes wide values

Should fix issue #419.

Signed-off-by: nulltoken <emeric.fermas@gmail.com>
12 files changed:
include/git2/config.h
src/config.c
src/index.c
src/pkt.c
src/revwalk.c
src/signature.c
src/tree.c
src/util.c
src/util.h
tests/resources/config/config9
tests/t00-core.c
tests/t15-config.c