nqminhuit / gis

Java Command Line Application which extends Git for supporting git-modules
2 stars 0 forks source link

Do not use /tmp for last fetched #118

Closed nqminhuit closed 3 months ago

nqminhuit commented 3 months ago

Instead use

stat -c %Y .git/FETCH_HEAD

https://stackoverflow.com/a/9229377

Why? Because it caused problematic when running tests and why not use something git already offered?