View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-27-2014 , 17:25   Re: AlliedModders now on GitHub
#16

Quote:
Originally Posted by xXRogueCoderXx View Post
Git stores a hash of each commit that's used as the Id for the commit.
I'm well aware of this. Incidentally, don't use that code, it's not done yet and will probably be tossed and/or reworked anyway.

Quote:
Originally Posted by xXRogueCoderXx View Post
You can also tag revisions in Git with a version number, so your point is invalid.
Most Git version numbers look like [Tag]-[Short-Revision] Ex: 1.3.9-a7f9b77c1
SourceMod's code doesn't rely on tags. It doesn't help that Git's tools treat lightweight tags and annotated tags differently... as you'll no doubt find out if you ever only use lightweight tags and then try to use git describe (it will claim your project has no tags).
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-27-2014 at 17:27.
Powerlord is offline