This filename of the VM download url...http://files.pharo.org/vm/pharo-spur64/linux/pharo-linux-x86_64threaded-201712211450-276a5ff.zipincludes a hash "276a5ff" that I presumed identified the opensmalltalk-vmcommit from which this VM was built. i.e. so I could check that out if I wanted to compile a debug version of that VM.However...$ git checkout 276a5ffsays... error: pathspec '276a5ff' did not match any file(s) known to git.so what exactly is that hash 276a5ff in the filename?cheers -ben