]> git.proxmox.com Git - libgit2.git/commit
Rename GIT_EMERGECONFLICT to GIT_ECONFLICT
authorEdward Thomson <ethomson@microsoft.com>
Thu, 28 May 2015 19:26:13 +0000 (15:26 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Fri, 29 May 2015 13:55:09 +0000 (09:55 -0400)
commit885b94aac06f17c55bd6f8df318e0cffb0104efa
treed5e0713a5868f230242db3a614eb08fd11ddbd95
parentff8d635adbf1208927c7319178d29b0ed973a107
Rename GIT_EMERGECONFLICT to GIT_ECONFLICT

We do not error on "merge conflicts"; on the contrary, merge conflicts
are a normal part of merging.  We only error on "checkout conflicts",
where a change exists in the index or the working directory that would
otherwise be overwritten by performing the checkout.

This *may* happen during merge (after the production of the new index
that we're going to checkout) but it could happen during any checkout.
CHANGELOG.md
include/git2/errors.h
src/checkout.c
src/merge.c
src/stash.c
tests/checkout/tree.c
tests/stash/apply.c