Merge branch 'ar/autospell'

* ar/autospell:
  Add help.autocorrect to enable/disable autocorrecting
  git wrapper: DWIM mistyped commands
This commit is contained in:
Junio C Hamano
2008-09-07 23:52:16 -07:00
8 changed files with 159 additions and 4 deletions

2
help.h
View File

@@ -5,7 +5,7 @@ struct cmdnames {
int alloc;
int cnt;
struct cmdname {
size_t len;
size_t len; /* also used for similarity index in help.c */
char name[FLEX_ARRAY];
} **names;
};