Community
Participate
Working Groups
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 EGit: 1.2.0.x If there is a conflict with a locally un-committed file after you do a pull, EGit does not provide the failure reason. It just says "Failed". This becomes very annoying because developers waste times to figure out what the problem is. While git command line properly explains the situation: "error: Your local changes to 'xxxxx' would be overwritten by merge. Aborting. Please, commit your changes or stash them before you can merge." This might be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=351430 but I do not get any exception. Reproducible: Always Steps to Reproduce: 1. On clone1, modify file A, commit and push. 2. On clone2, modify file A, but do not commit. 3. Do a git pull on clone2. 4. Egit says "Failed". But, it does tell why it failed.
This was fixed in https://git.eclipse.org/r/#/c/11255/