On 1 July 2016 at 17:32, Tim Northover <t.p.northo...@gmail.com> wrote: > My issue with using tags like this is that they pollute the tag > namespace and will quickly swamp what I consider to be the important > ones ("release-X"). OK, so we've got "git tag -l 'release*'" but > that's pretty ugly.
What if we had a mixed mode? Say we create a tag for each release, and we know what was the last release's tag number (245234), then we just need to count how many commits "since the last tag", which will always be the last release. This will have all the tags we want, and scale forever. Is rev-list able to do that? --renato _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev