271 Commits (03110863517c4a7aa37a10f14a9ad8be49eeca59)

Author SHA1 Message Date
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
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 12 years ago
Nguyễn Thái Ngọc Duy 1c149ab2dd ctype: support iscntrl, ispunct, isxdigit and isprint 12 years ago
Nguyễn Thái Ngọc Duy ca5ab7d1e8 ctype: make sane_ctype[] const array 12 years ago
Jonathan Nieder 96b9e0e313 config: treat user and xdg config permission problems as errors 12 years ago
Jonathan Nieder e5c52c9898 config, gitignore: failure to access with ENOTDIR is ok 12 years ago
Joachim Schmitz 6c109904bc Port to HP NonStop 13 years ago
Joachim Schmitz 7f9e848cf8 Add a no-op setitimer() wrapper 13 years ago
Joachim Schmitz 0539ecfdfc compat: some mkdir() do not like a slash at the end 13 years ago
Junio C Hamano 55b38a48e2 warn_on_inaccessible(): a helper to warn on inaccessible paths 13 years ago
Jeff King ba8bd8300a config: warn on inaccessible files 13 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Jeff King 2f70587502 ident: report passwd errors with a more friendly message 13 years ago
Ramsay Jones f1589d1007 ctype.c: Fix a sparse warning 13 years ago
Namhyung Kim 43ccdf56ec ctype: implement islower/isupper macro 13 years ago
Jeff King e2770979fe credentials: add "cache" helper 13 years ago
Ramkumar Ramachandra e4ac953b2a git-compat-util: don't assume value for undefined variable 13 years ago
Johannes Sixt 97000ba6e2 Compatibility: declare strtoimax() under NO_STRTOUMAX 13 years ago
Vincent van Ravesteijn cfc755d30e Compile fix for MSVC: Do not include sys/resources.h 13 years ago