ethomson / jagged

java bindings to libgit2
MIT License
112 stars 28 forks source link

Look up java.io.tmpdir for the temporary dir #20

Closed carlosmn closed 10 years ago

carlosmn commented 10 years ago

The TMPDIR and TEMP environment variables take precedence, but if neither are set, fall back to asking the runtime via the java.io.tmpdir property.