295 Commits (8482d042a016aaae1e564f9c34b4d5f6b59794be)

Author SHA1 Message Date
Junio C Hamano 5e6502288d Revert "Merge branch 'dt/refs-check-refname-component-sse'" 11 years ago
Karsten Blees e05bed960d trace: add 'file:line' to all trace output 11 years ago
Andi Kleen 8cd7ebc89e Don't define away __attribute__ on gcc 11 years ago
Jeff King 2975c770ca replace has_extension with ends_with 11 years ago
Jeff King f52a35fd63 implement ends_with via strip_suffix 11 years ago
Jeff King 35480f0b23 add strip_suffix function 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
David Turner 745224e04a refs.c: SSE2 optimizations for check_refname_component 11 years ago
Cezary Zawadka c2369bdf7f Windows: allow using UNC path for git repository 11 years ago
Jeff King ff0a80af72 let clang use the constant-return error() macro 11 years ago
Jeff King 87fe5df365 inline constant return from error() function 11 years ago
Yiannis Marangos 9aa91af036 wrapper.c: add xpread() similar to xread() 11 years ago
Jeff King 6654754779 date: recognize bogus FreeBSD gmtime output 11 years ago
Nguyễn Thái Ngọc Duy 8640d49682 environment.c: fix constness for odb_pack_keep() 11 years ago
Kirill Smelkov 61f76a3612 Portable alloca for Git 11 years ago
David Kastrup ba399c46d9 skip_prefix(): scan prefix only once 11 years ago
Nguyễn Thái Ngọc Duy 70a8fc999d stop using fnmatch (either native or compat) 11 years ago
Benoit Sigoure ab03803c02 git-compat-util.h: #undef (v)snprintf before #define them 11 years ago
Benny Siegert 92164af978 Add MirBSD support to the build system. 11 years ago
Christian Couder 666c90b629 strbuf: remove prefixcmp() and suffixcmp() 11 years ago
Christian Couder 956623157f strbuf: introduce starts_with() and ends_with() 11 years ago
Sebastian Schuberth 8453c1259a Windows: do not redefine _WIN32_WINNT 12 years ago
Steffen Prohaska a487916dd5 Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" 12 years ago
Brian Gernhardt f2be034c69 OS X: Fix redeclaration of die warning 12 years ago
Brandon Casey 7c3ecb3254 Don't close pack fd when free'ing pack windows 12 years ago
Jeremy Huddleston 3ef2bcad02 imap-send: use Apple's Security framework for base64 encoding 12 years ago
Ramsay Jones 9fe3edc47f Add the LAST_ARG_MUST_BE_NULL macro 12 years ago
Ramsay Jones f66450ae94 cygwin: Remove the Win32 l/stat() implementation 12 years ago
Ramsay Jones 2f0aaaf9da path: Fix a sparse warning 12 years ago
Filipe Cabecinhas 6c642a8786 compate/clipped-write.c: large write(2) fails on Mac OS X/XNU 12 years ago
Jonathan Nieder 380395d094 mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE 12 years ago
Jeff King c19a490e37 usage: allow pluggable die-recursion checks 12 years ago
Jonathan Nieder 4698c8feb1 config: allow inaccessible configuration under $HOME 12 years ago
Torsten Bögershausen 0117c2f043 Make core.sharedRepository work under cygwin 1.7 12 years ago
Erik Faye-Lund 13a2319919 Revert "compat: add strtok_r()" 12 years ago
Ramsay Jones 41f2999180 msvc: Fix compilation errors caused by poll.h emulation 12 years ago
David Michael 3b130ade45 git-compat-util.h: Provide missing netdb.h definitions 12 years ago
Matt Kraai 9798f7e5f9 Use __VA_ARGS__ for all of error's arguments 12 years ago
Max Horn 5ded807f7c fix clang -Wunused-value warnings for error functions 12 years ago
Nguyễn Thái Ngọc Duy cebcab189a Makefile: add USE_WILDMATCH to use wildmatch as fnmatch 12 years ago
Matt Kraai 40036bedb9 Port to QNX 12 years ago
Junio C Hamano b2d05e0653 git-compat-util.h: do not #include <sys/param.h> by default 12 years ago
Jeff King e208f9cc75 make error()'s constant return value more visible 12 years ago
David Michael b3e103dabe Generalize the inclusion of strings.h 12 years ago
David Michael 6ede720529 Support builds when sys/param.h is missing 12 years ago
Jan H. Schönherr 0fcec2ce54 format-patch: make rfc2047 encoding more strict 13 years ago
Nguyễn Thái Ngọc Duy 1c149ab2dd ctype: support iscntrl, ispunct, isxdigit and isprint 13 years ago
Nguyễn Thái Ngọc Duy ca5ab7d1e8 ctype: make sane_ctype[] const array 13 years ago
Jonathan Nieder 96b9e0e313 config: treat user and xdg config permission problems as errors 13 years ago
Jonathan Nieder e5c52c9898 config, gitignore: failure to access with ENOTDIR is ok 13 years ago