summaryrefslogtreecommitdiff
path: root/diffcore-order.c
AgeCommit message (Expand)Author
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano
2014-02-24diffcore-order: export generic ordering interfaceKirill Smelkov
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2014-01-10Merge branch 'sb/diff-orderfile-config'Junio C Hamano
2013-12-19diff: let "git diff -O" read orderfile from any file and fail properlySamuel Bronson
2013-12-16Prevent buffer overflows when path is too longAntoine Pelisse
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2005-12-27avoid asking ?alloc() for zero bytes.Junio C Hamano
2005-07-30[PATCH] mmap error handlingPavel Roskin
2005-05-31[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano