View Single Post
xXRogueCoderXx
New Member
Join Date: Dec 2011
Old 05-27-2014 , 16:14   Re: AlliedModders now on GitHub
#15

Quote:
Originally Posted by Powerlord View Post
Edit: Incidentally, git doesn't store revision number, how will this change how builds are numbered?
Git stores a hash of each commit that's used as the Id for the commit.
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
xXRogueCoderXx is offline