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