]> git.proxmox.com Git - libgit2.git/commit - src/signature.h
reflog: Fix reflog writer/reader
authornulltoken <emeric.fermas@gmail.com>
Sun, 10 Jul 2011 05:48:52 +0000 (07:48 +0200)
committernulltoken <emeric.fermas@gmail.com>
Sun, 10 Jul 2011 17:17:07 +0000 (19:17 +0200)
commit7757be33a249097e6f6a5d9c0065aff5e083ad2e
tree01375a0b7d7f90728fc8a768a264c26357d52b59
parentd37ba6720de36b5121f4e978f65ab5703d12523f
reflog: Fix reflog writer/reader

 - Use a space to separate oids and signature
 - Enforce test coverage
 - Make test run in a temporary folder in order not to alter the test repository
src/commit.c
src/reflog.c
src/signature.c
src/signature.h
src/tag.c
tests/t04-commit.c
tests/t10-refs.c
tests/t18-status.c