Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-15 | wildmatch: remove static variable force_lower_case | Nguyễn Thái Ngọc Duy | 1 | -2/+2 | |
One place less to worry about thread safety. Also combine wildmatch and iwildmatch into one. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2012-10-15 | wildmatch: make wildmatch's return value compatible with fnmatch | Nguyễn Thái Ngọc Duy | 1 | -2/+2 | |
wildmatch returns non-zero if matched, zero otherwise. This patch makes it return zero if matches, non-zero otherwise, like fnmatch(). Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2012-10-15 | Integrate wildmatch to git | Nguyễn Thái Ngọc Duy | 1 | -0/+14 | |
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |