-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Discussion: Should we support /bin directory for backwards compability? #152
Comments
Tentative 👎 - I'd rather keep |
I think the biggest problem is that they used |
I think they used |
Git for Windows 1.x contains that |
While that is true, I think their mistake was that they were depending on a folder structure that is SDK specific and not Git for Windows specific. While the /cmd folder survived the SDK change, /bin did not. It should indeed be best practice to use the Git for Windows specific layout. |
It was discovered in https://jira.atlassian.com/browse/SRCTREEWIN-3226 that e.g. Sourcetree is depending on
git.exe
being in a specific directory. The workaround in the linked issue is making that directory available again as symbolic link.So is this something we should provide? Or is it something that 3rd parties have to deal with. The pro would be to support old scripts and maybe other 3rd parties that rely on
git.exe
is in the/bin
directory.The con would be to maintain that feature. I believe for the portable installation that would be a no go because of the
FAT
compatibility?The text was updated successfully, but these errors were encountered: