search for: a4783ef

Displaying 1 result from an estimated 1 matches for "a4783ef".

2019 Oct 25
4
Tag for using git describe on master
...for generating human readable commit names on master. The tag is "llvmorg-10-init", to be interpreted as "the initial commit with major version number 10". The idea is to add similar tags along with future version bumps. git describe generates a name like this: $ git describe a4783ef llvmorg-10-init-8348-ga4783ef58d3 Where "llvmorg-10-init" is the tag name, 8348 is the number of commits since the tag (yay, monotonically incrementing commit numbers), and "a4783ef58d3" is the hash with "g" as a magic prefix to indicate it's a git hash. The name...