summaryrefslogtreecommitdiffstats
path: root/diffcore-order.c
AgeCommit message (Expand)AuthorLines
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt-2/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+3
2024-09-27diffcore-order: fix leaking buffer when parsing orderfilesPatrick Steinhardt-12/+7
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren-0/+1
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren-1/+2
2017-06-23wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason-1/+1
2016-09-29use QSORTRené Scharfe-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King-2/+2
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano-1/+1
2014-02-24diffcore-order: export generic ordering interfaceKirill Smelkov-19/+32
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy-1/+1
2014-01-10Merge branch 'sb/diff-orderfile-config'Junio C Hamano-15/+8
2013-12-18diff: let "git diff -O" read orderfile from any file and fail properlySamuel Bronson-15/+8
2013-12-16Prevent buffer overflows when path is too longAntoine Pelisse-5/+6
2007-09-18Use xmemdupz() in many places.Pierre Habouzit-5/+2
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce-2/+4
2006-12-20simplify inclusion of system header files.Junio C Hamano-1/+0
2006-06-20Remove all void-pointer arithmetic.Florian Forster-1/+1
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano-1/+5
2005-07-29[PATCH] mmap error handlingPavel Roskin-1/+1
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano-0/+122