Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-16 | t3000-t3999: fix broken &&-chains | Eric Sunshine | 1 | -1/+1 | |
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2012-07-11 | cache_name_compare(): do not truncate while comparing paths | Junio C Hamano | 1 | -0/+39 | |
We failed to use ce_namelen() equivalent and instead only compared up to the CE_NAMEMASK bytes by mistake. Adding an overlong path that shares the same common prefix as an existing entry in the index did not add a new entry, but instead replaced the existing one, as the result. Signed-off-by: Junio C Hamano <gitster@pobox.com> |