Skip to content

Conversation

idbrii
Copy link

@idbrii idbrii commented Apr 16, 2020

Fix buffer already exists error on win32.

Cannot create a buffer called 'remote' if there's already one called
'REMOTE' because win32 is not case-sensitive. When we use as
git-mergetool, there's always buffers called BASE, LOCAL, and REMOTE. So
append a suffix to disambiguate. These buffers are derived by removing
conflicts from the merge file, so I call them _derived.

Fix buffer already exists error on win32.

Cannot create a buffer called 'remote' if there's already one called
'REMOTE' because win32 is not case-sensitive. When we use as
git-mergetool, there's always buffers called BASE, LOCAL, and REMOTE. So
append a suffix to disambiguate. These buffers are derived by removing
conflicts from the merge file, so I call them _derived.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant