in a custom merge driver I need to get the full path of the conflicting file.
Git provides only temporary files located at the root of the repository.
Is there any way to ask Git what file it is trying to merge at the moment?
Any git command that provides this information during the merge?
UPDATE: I mailed to the Git mailing list. At the moment there is no option but my suggestion of an additional Parameter %P (path) may be implemented today.
UPDATE 2015-06-05: My request has been added to git :) https://github.com/git/git/commit/ef45bb1f8156030446658d5bfb3983ce214a9e16
Greetings, Andreas