summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-251-0/+1
|\
| * wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-101-0/+1
* | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-04-081-0/+7
|\ \
| * | date: recognize bogus FreeBSD gmtime outputJeff King2014-04-011-0/+7
* | | Merge branch 'nd/gc-aggressive'Junio C Hamano2014-04-031-1/+1
|\ \ \
| * | | environment.c: fix constness for odb_pack_keep()Nguyễn Thái Ngọc Duy2014-03-311-1/+1
* | | | Merge branch 'dk/skip-prefix-scan-only-once'Junio C Hamano2014-03-211-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | skip_prefix(): scan prefix only onceDavid Kastrup2014-03-041-2/+5
* | | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-141-12/+0
|\ \ \ \
| * | | | stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy2014-02-201-12/+0
| |/ / /
* | | | Merge branch 'cc/starts-n-ends-with-endgame'Junio C Hamano2014-03-081-2/+0
|\ \ \ \
| * | | | strbuf: remove prefixcmp() and suffixcmp()Christian Couder2013-12-051-2/+0
* | | | | Merge branch 'bs/stdio-undef-before-redef'Junio C Hamano2014-02-271-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | git-compat-util.h: #undef (v)snprintf before #define themBenoit Sigoure2014-01-311-0/+6
* | | | | Merge branch 'bs/mirbsd'Junio C Hamano2014-01-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add MirBSD support to the build system.Benny Siegert2014-01-021-1/+1
| | |_|/ | |/| |
* / | | strbuf: introduce starts_with() and ends_with()Christian Couder2013-12-051-0/+2
|/ / /
* | | Windows: do not redefine _WIN32_WINNTSebastian Schuberth2013-09-111-1/+1
* | | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-091-5/+0
|\ \ \
| * | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"Steffen Prohaska2013-08-201-5/+0
* | | | Merge branch 'bc/unuse-packfile'Junio C Hamano2013-09-041-1/+1
|\ \ \ \
| * | | | Don't close pack fd when free'ing pack windowsBrandon Casey2013-08-021-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'jk/a-thread-only-dies-once' into maintJunio C Hamano2013-04-261-0/+1
| |\ \ \
* | \ \ \ Merge branch 'da/darwin'Junio C Hamano2013-09-041-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | OS X: Fix redeclaration of die warningBrian Gernhardt2013-08-051-10/+10
| * | | | imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston2013-07-301-0/+11
* | | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-021-3/+0
|\ \ \ \ \
| * | | | | cygwin: Remove the Win32 l/stat() implementationRamsay Jones2013-07-181-3/+0
* | | | | | Merge branch 'jk/gcc-function-attributes'Junio C Hamano2013-07-221-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add the LAST_ARG_MUST_BE_NULL macroRamsay Jones2013-07-191-0/+7
| |/ / / /
* | | | | Merge branch 'rj/mingw-cygwin'Junio C Hamano2013-06-111-1/+2
|\ \ \ \ \
| * | | | | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-081-1/+2
| |/ / / /
* | | | | Merge branch 'rj/mingw-compat-st-mode-bits'Junio C Hamano2013-06-061-1/+3
|\ \ \ \ \
| * | | | | path: Fix a sparse warningRamsay Jones2013-05-301-1/+3
| |/ / / /
* | | | | Merge branch 'fc/macos-x-clipped-write'Junio C Hamano2013-06-031-0/+5
|\ \ \ \ \
| * | | | | compate/clipped-write.c: large write(2) fails on Mac OS X/XNUFilipe Cabecinhas2013-05-171-0/+5
* | | | | | Merge branch 'jn/config-ignore-inaccessible'Junio C Hamano2013-05-291-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-151-2/+3
| | |/ / / | |/| | |
| * | | | Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-03-251-0/+11
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'jk/a-thread-only-dies-once'Junio C Hamano2013-04-191-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | usage: allow pluggable die-recursion checksJeff King2013-04-171-0/+1
| | |/ / | |/| |
| * | | Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1Junio C Hamano2013-03-251-0/+11
| |\ \ \
| * \ \ \ Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano2013-01-121-1/+5
| |\ \ \ \
* | | | | | Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen2013-03-251-0/+1
* | | | | | Merge branch 'rj/msvc-build'Junio C Hamano2013-03-191-0/+3
|\ \ \ \ \ \
| * | | | | | msvc: Fix compilation errors caused by poll.h emulationRamsay Jones2013-02-251-0/+3
* | | | | | | Merge branch 'dm/ni-maxhost-may-be-missing'Junio C Hamano2013-03-191-0/+11
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | git-compat-util.h: Provide missing netdb.h definitionsDavid Michael2013-02-251-0/+11
* | | | | | Revert "compat: add strtok_r()"Erik Faye-Lund2013-02-261-5/+0
| |/ / / / |/| | | |
* | | | | Merge branch 'jk/error-const-return'Junio C Hamano2013-02-141-5/+5
|\ \ \ \ \