aboutsummaryrefslogtreecommitdiffstats
path: root/diffcore-order.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren1-1/+2
2017-06-23wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason1-1/+1
2016-09-29use QSORTRené Scharfe1-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-2/+2
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano1-1/+1
2014-02-24diffcore-order: export generic ordering interfaceKirill Smelkov1-19/+32
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy1-1/+1
2014-01-10Merge branch 'sb/diff-orderfile-config'Junio C Hamano1-15/+8
2013-12-18diff: let "git diff -O" read orderfile from any file and fail properlySamuel Bronson1-15/+8
2013-12-16Prevent buffer overflows when path is too longAntoine Pelisse1-5/+6
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-5/+2
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-2/+4
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-1/+1
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano1-1/+5
2005-07-29[PATCH] mmap error handlingPavel Roskin1-1/+1
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-0/+122