Re: Feature request: commit count in git-describe should use a different method

2015-11-03 Thread Mike Hommey
On Wed, Nov 04, 2015 at 12:11:27PM +0700, Robin Munn wrote: > Several people (including me) seem to expect git-describe's commit > count to be calculated differently than how it's actually calculated. > For example, see the following three Stack Overflow questions: > > http://stackoverflow.com/que

Feature request: commit count in git-describe should use a different method

2015-11-03 Thread Robin Munn
Several people (including me) seem to expect git-describe's commit count to be calculated differently than how it's actually calculated. For example, see the following three Stack Overflow questions: http://stackoverflow.com/questions/31852885/git-describe-inexplicable-commit-count http://stackove