iraytrace
iraytrace
When running "make test" or "test.sh" the first test for "sync-doc" fails when running under "git for windows". This is likely due to the fact that windows prefers CRLF line...
This addresses issue #101 and #102 to support Git for Windows
Git for Windows "git-bash" does not include the "make" command. Need to create a substitute shell command to perform functions in Makefile. I have a prototype.
Git for Windows git-bash does not include 'more' but does include "less". Need to update git-issue.sh to select appropriate pager from list of potential candidates. I have a prototype fix.