490 Commits (d4c813689b2b320f8907a615fcf1f1d27ae44f37)

Author SHA1 Message Date
Jeff King e159b81071 pack-objects: zero-initialize tree_depth/layer arrays 6 years ago
Đoàn Trần Công Danh 2648ccc231 git-compat-util: prefer poll.h to sys/poll.h 6 years ago
Johannes Schindelin 70fc5793df config: allow for platform-specific core.* config settings 6 years ago
Carlo Marcelo Arenas Belón bbd8eb3ecb commit-slabs: move MAYBE_UNUSED out 6 years ago
Johannes Schindelin 501afcb8b0 mingw: use domain information for default email 6 years ago
Johannes Schindelin 2939a1f703 mingw: bump the minimum Windows version to Vista 6 years ago
Johannes Schindelin 3571e78aa4 mingw: set _WIN32_WINNT explicitly for Git for Windows 6 years ago
Johannes Schindelin c70e1b04f6 git-compat-util.h: fix typo 7 years ago
Jeff King c8af66ab8a automatically ban strcpy() 7 years ago
Jeff King 41a80924ae skip_prefix: add case-insensitive variant 7 years ago
Ramsay Jones 746ea4adc6 BUG_exit_code: fix sparse "symbol not declared" warning 7 years ago
Johannes Schindelin c3c3486b24 Convert remaining die*(BUG) messages 7 years ago
Nguyễn Thái Ngọc Duy 9806f5a7bf gc --auto: exclude base pack if not enough mem to "repack -ad" 7 years ago
Lars Schneider 66b8af3e12 strbuf: add a case insensitive starts_with() 7 years ago
Brandon Williams eb78e23f22 wrapper: rename 'template' variables 7 years ago
Christian Couder afaef55e23 git-compat-util: introduce skip_to_optional_arg() 7 years ago
Ramsay Jones 73560c793a git-compat-util.h: xsize_t() - avoid -Wsign-compare warnings 7 years ago
Jonathan Tan 5de3de329a git-compat-util: make UNLEAK less error-prone 7 years ago
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 7 years ago
Jonathan Tan f0e17e86e1 pack: move release_pack_memory() 8 years ago
René Scharfe 578398071e add MOVE_ARRAY 8 years ago
Torsten Bögershausen 496f256989 cygwin: allow pushing to UNC paths 8 years ago
Ævar Arnfjörð Bjarmason 481df65f4f git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL 8 years ago
Junio C Hamano dc5a18b364 compat-util: is_missing_file_error() 8 years ago
Nguyễn Thái Ngọc Duy 382fb07f7b wrapper.c: make warn_on_inaccessible() static 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Nguyễn Thái Ngọc Duy 11dc1fcb3f wrapper.c: add and use warn_on_fopen_errors() 8 years ago
Ramsay Jones b0a642ac46 git_fopen: fix a sparse 'not declared' warning 8 years ago
Jeff King e3f43ce765 usage.c: drop set_error_handle() 8 years ago
Jeff King d8193743e0 usage.c: add BUG() function 8 years ago
Johannes Schindelin 28f4aee3fb use uintmax_t for timestamps 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
David Turner be4ca29057 Increase core.packedGitLimit 8 years ago
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 82c9d6614b move odb_* declarations out of git-compat-util.h 8 years ago
Ramsay Jones b2d593a779 wrapper.c: remove unused gitmkstemps() function 8 years ago
René Scharfe 568edcb95a add SWAP macro 8 years ago
René Scharfe 3ca8699409 add QSORT_S 8 years ago
René Scharfe 04ee8b875b compat: add qsort_s() 8 years ago
Jeff King 5c238e29a8 git-compat-util: move content inside ifdef/endif guards 8 years ago
René Scharfe 0ac52a38e8 inline xalloc_flex() into FLEXPTR_ALLOC_MEM 8 years ago
René Scharfe e9451782cf avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM 8 years ago
René Scharfe dbc540c7a5 add QSORT 8 years ago
René Scharfe 60566cbb58 add COPY_ARRAY 8 years ago
Johannes Schindelin 2f8952250a regex: add regexec_buf() that can work on a non NUL-terminated string 8 years ago
Christian Couder 725149beab usage: add get_error_routine() and get_warn_routine() 8 years ago
Christian Couder b83f108b08 usage: add set_warn_routine() 8 years ago