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".
"HEAD" is not a valid commit!
Moderator: Raze Developers
-
- Posts: 13794
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: "HEAD" is not a valid commit!
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.
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.
-
- Posts: 1349
- Joined: Tue Nov 05, 2019 6:48 am
- Preferred Pronouns: He/Him
- Graphics Processor: nVidia with Vulkan support
Re: "HEAD" is not a valid commit!
I've noticed long ago that the master .zip files also contain a hash/code, would that be useful too?
-
- Posts: 13794
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: "HEAD" is not a valid commit!
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.
-
- Posts: 1349
- Joined: Tue Nov 05, 2019 6:48 am
- Preferred Pronouns: He/Him
- Graphics Processor: nVidia with Vulkan support
Re: "HEAD" is not a valid commit!
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 .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.