brunyuriy / crystalvc

Automatically exported from code.google.com/p/crystalvc
Other
6 stars 5 forks source link

git commands won't run correctly on windows #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running git on windows returns error codes *most* of the time.  

Turns out, while only git.cmd is in the path on windows, it somehow redirects 
the path in which is it being executed when executed from within java.  
Replacing cmd with bin and searching for the git.exe executable solves this 
problem.  

Original issue reported on code.google.com by yuriy.b...@gmail.com on 2 Nov 2011 at 12:26

GoogleCodeExporter commented 9 years ago
This issue was fixed in commit 18e58bc06178.

Original comment by yuriy.b...@gmail.com on 2 Nov 2011 at 12:28

GoogleCodeExporter commented 9 years ago
fixed typo in issue title

Original comment by yuriy.b...@gmail.com on 2 Nov 2011 at 12:36