]> git.proxmox.com Git - libgit2.git/commit - src/refs.c
Raise GIT_EEXISTS in case of conflicting ref names instead of passing
authorschu <schu-github@schulog.org>
Sun, 5 Jun 2011 18:47:30 +0000 (20:47 +0200)
committerschu <schu-github@schulog.org>
Sun, 5 Jun 2011 18:55:23 +0000 (20:55 +0200)
commit76b15cb18a0c153639bf156482e0a0ad57c0c8c8
tree2dda9df7d56ae7c5421f9c5cad696da86824c62e
parent1b6d8163ce405b27cb58627712e658e59bd785c5
Raise GIT_EEXISTS in case of conflicting ref names instead of passing
the error returned by the subsystem; clarify error message.

Fix tiny typo.

Signed-off-by: schu <schu-github@schulog.org>
src/refs.c