Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support using as git-mergetool on win32 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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