Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2016-09-30use QSORTRené Scharfe
2016-02-23convert trivial cases to ALLOC_ARRAYJeff King
2014-03-15Merge branch 'nd/no-more-fnmatch'Junio C Hamano
2014-02-25diffcore-order: export generic ordering interfaceKirill Smelkov
2014-02-21use 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-17Prevent 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