summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano2014-06-061-2/+6
|\
| * let clang use the constant-return error() macrojk/squelch-compiler-warning-from-funny-error-macroJeff King2014-05-061-1/+1
| * inline constant return from error() functionJeff King2014-05-061-1/+5
| * Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-04-091-0/+7
| |\
* | \ Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-031-0/+1
|\ \ \
| * | | wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-101-0/+1
* | | | Merge branch 'ks/tree-diff-nway'Junio C Hamano2014-06-031-0/+8
|\ \ \ \
| * | | | Portable alloca for GitKirill Smelkov2014-03-271-0/+8
| | |/ / | |/| |
* | | | 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()nd/gc-aggressiveNguyễ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 oncedk/skip-prefix-scan-only-onceDavid Kastrup2014-03-031-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-071-2/+0
|\ \ \ \
| * | | | strbuf: remove prefixcmp() and suffixcmp()cc/starts-n-ends-with-endgameChristian 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 thembs/stdio-undef-before-redefBenoit Sigoure2014-01-311-0/+6
* | | | | Merge branch 'bs/mirbsd'Junio C Hamano2014-01-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add MirBSD support to the build system.bs/mirbsdBenny Siegert2014-01-021-1/+1
| | |_|/ | |/| |
* | | | strbuf: introduce starts_with() and ends_with()Christian Couder2013-12-051-0/+2
|/ / /
* | | Windows: do not redefine _WIN32_WINNTkb/msvc-compileSebastian 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"sp/clip-read-write-to-8mbSteffen 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 windowsbc/unuse-packfileBrandon 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 warningda/darwinBrian 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() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay 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 macrojk/gcc-function-attributesRamsay 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-291-1/+3
| |/ / / /
* | | | | Merge branch 'fc/macos-x-clipped-write'Junio C Hamano2013-06-021-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-161-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-111-1/+5
| |\ \ \ \
* | | | | | Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen2013-03-251-0/+1