FlaShG / GitMerge-for-Unity

Unity plugin for merging sceneand prefabs files when using git.
GNU General Public License v2.0
197 stars 26 forks source link

Improve git exe handling #4

Closed FlaShG closed 9 years ago

FlaShG commented 9 years ago

Right now, the plugin just executes "C:\Program Files (x86)\Git\bin\git.exe". That's awful.

FlaShG commented 9 years ago

You can set the path to the file. That's only slightly better, but forcing users to put git into the system PATH would be more awful. Issue closed until there comes up a better idea.