Commit 7e443f696068cd8c84a759e532c2845348e5a6ad

Russell Belfer 2012-01-09T15:46:06

Restore portability to git_path_prettify. It turns out that passing NULL for the second parameter of realpath(3) is not as portable as one might like. Notably, Mac OS 10.5 and earlier does not support it. So this moves us back to a large buffer to get the realpath info.