From: Felipe Carvalho Oliveira <hidden> Date: 2016-06-15 22:45:16
From: Johannes Schindelin <redacted>
This patch introduces a modified Damerau-Levenshtein algorithm into
Git's code base, and uses it with the following penalties to show some
similar commands when an unknown command was encountered:
Thanks so much by implement this. Few weeks ago I had thought about this.
Felipe(from Brazil)