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