Merge branch 'mm/levenstein-penalize-deletion-less'
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 20:27:48 +0000 (13:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 20:27:48 +0000 (13:27 -0700)
"git tags" used to suggest "git stage" which was nonsense; it should
have favored "git tag". Tweak the cost of deletion to correct it.

By Matthieu Moy
* mm/levenstein-penalize-deletion-less:
Reduce cost of deletion in levenstein distance (4 -> 3)

Trivial merge