"Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > Carlos Rica <jasampler@xxxxxxxxx> wrote: >> This patch removes certain behaviour of "git tag -l foo", currently >> listing every tag name having "foo" as a substring. The same >> thing now could be achieved doing "git tag -l '*foo*'". > > Even though this is a behavior change, I think its the right thing > to do. The current behavior of searching "*$arg*" is downright > annoying. Yes, I concur. It is very annoying that "git tag -l gui" matches "gitgui-0.7.0". Let's fix this. - 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