Hi, On Sun, 2 Nov 2008, Nguyen Thai Ngoc Duy wrote: > Add git command expansion > > This allows git commands to be typed shorter (in shells that do not > support autocompletion). There are three types of expansion: > > - "foo" matches "foo*" commands (bi -> bisect) > - "foo" also matches "f*-oo*" (fim -> fast-import) > - "foo-bar" (with dash) matches "foo*-bar*" (fo-p -> format-patch) I'd rather have the soft-alias code back to perform this expansion, but only for a limited and explicit set of abbreviations. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html