summaryrefslogtreecommitdiff
path: root/tools/get-scala-commit-sha
Commit message (Collapse)AuthorAgeFilesLines
* SD-220 building without being in a git repositoryAntoine Gourlay2016-09-201-5/+9
| | | | | | | | | | | This allows building from the scala sources tarball or similar situations where there is no local git repository: - the git commit date becomes the local date - the short git sha1 becomes "unknown" ``` Welcome to Scala 2.12.0-20160920-155429-unknown (OpenJDK 64-Bit Server VM, Java 1.8.0_102). ```
* Fixed versioning scheme when running on a tag.Josh Suereth2012-03-191-24/+2
| | | | git describe is useless in that situation, afaict.
* Fixed sha to not have the 'g' for git.Josh Suereth2012-03-161-1/+2
| | | | Swapped 'r' to 'v' now that I've had more coffee and sleep.
* Finished migrating to new versioning schemeJosh Suereth2012-03-161-0/+39
Conflicts: build.xml tools/get-scala-revision.bat