"HEAD" is not a valid commit!

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: "HEAD" is not a valid commit!

Re: "HEAD" is not a valid commit!

by sinisterseed » Fri Mar 13, 2020 10:43 am

Rachael wrote:Yes. If you are compiling without Git and using the zip files instead, use the hash code for that zip - it can be found on the last commit message next to the zip download.
Ye, that's my preferred way of compiling at the moment, just downloading the master as a .zip then taking care of it. I'll provide it in my future bug reports :3: .

Re: "HEAD" is not a valid commit!

by Rachael » Fri Mar 13, 2020 10:20 am

Yes. If you are compiling without Git and using the zip files instead, use the hash code for that zip - it can be found on the last commit message next to the zip download.

Re: "HEAD" is not a valid commit!

by sinisterseed » Fri Mar 13, 2020 10:15 am

I've noticed long ago that the master .zip files also contain a hash/code, would that be useful too?

Re: "HEAD" is not a valid commit!

by _mental_ » Fri Mar 13, 2020 7:31 am

The same applies to "latest", "current", "March 13th", and so on. A commit time has nothing to do with a push time, they are unrelated.
Commit hashes exist for this reason, to uniquely identify the state of source code.
You want to point to a particular commit, post a hash, or better insert a GitHub link to it.

"HEAD" is not a valid commit!

by Rachael » Fri Mar 13, 2020 5:50 am

If you are self-compiling and reporting bugs, please post the commit hash.

If you are unsure, simply type "git describe --tags" in your source tree. Or type "git rev-parse HEAD". If using a devbuild, simply open your INI and copy the first line.

Use whichever format you like best. Either way though, don't use "HEAD".

Top