]> git.proxmox.com Git - libgit2.git/commit
After iconv init reset ref normalize error
authorRussell Belfer <rb@github.com>
Wed, 9 Oct 2013 18:57:03 +0000 (11:57 -0700)
committerRussell Belfer <rb@github.com>
Wed, 9 Oct 2013 18:57:03 +0000 (11:57 -0700)
commit743531372a00e41246026910e2361684e2aad59f
tree7cf6f67ef00431f308210cf5c0e5193a7988d767
parent95c148b2c772b5f97e0db60bff089d8fa944971c
After iconv init reset ref normalize error

The iconv init was accidentally clearing the default error state
during reference normalization. This resets so that normalization
errors will be detected correctly.
src/refs.c