Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-27 | t/helper: merge test-strcmp-offset into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+2 | |
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 | |
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2017-04-15 | read-cache: add strcmp_offset function | Jeff Hostetler | 1 | -0/+22 | |
Add strcmp_offset() function to also return the offset of the first change. Add unit test and helper to verify. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |