summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | 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
|\ \ \ \
| * | | | Use __VA_ARGS__ for all of error's argumentsMatt Kraai2013-02-081-5/+5
* | | | | Merge branch 'nd/retire-fnmatch'Junio C Hamano2013-01-251-0/+13
|\ \ \ \ \
| * | | | | Makefile: add USE_WILDMATCH to use wildmatch as fnmatchNguyễn Thái Ngọc Duy2013-01-011-0/+13
* | | | | | Merge branch 'jk/suppress-clang-warning'Junio C Hamano2013-01-231-1/+1
|\ \ \ \ \ \
| * | | | | | fix clang -Wunused-value warnings for error functionsMax Horn2013-01-161-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nd/wildmatch'Junio C Hamano2013-01-101-1/+11
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy2012-10-151-0/+13
| * | | | | ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy2012-10-151-1/+1
* | | | | | Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-061-1/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | config: treat user and xdg config permission problems as errorsJonathan Nieder2012-10-131-0/+1
| * | | | | config, gitignore: failure to access with ENOTDIR is okJonathan Nieder2012-10-131-1/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/error-const-return'Junio C Hamano2013-01-051-0/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | make error()'s constant return value more visibleJeff King2012-12-151-0/+11
| | |_|/ | |/| |
| * | | Merge branch 'js/format-2047'Jeff King2012-11-091-0/+2
| |\ \ \
* | | | | Port to QNXMatt Kraai2012-12-191-1/+5
* | | | | git-compat-util.h: do not #include <sys/param.h> by defaultJunio C Hamano2012-12-191-1/+1
* | | | | Generalize the inclusion of strings.hDavid Michael2012-12-151-1/+1
* | | | | Support builds when sys/param.h is missingDavid Michael2012-12-151-0/+2
* | | | | Merge branch 'js/format-2047' into maintJunio C Hamano2012-11-201-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | format-patch: make rfc2047 encoding more strictJan H. Schönherr2012-10-181-0/+2
| | |/ | |/|
* | | Port to HP NonStopJoachim Schmitz2012-09-191-1/+16
* | | Merge branch 'js/compat-itimer'Junio C Hamano2012-09-121-0/+11
|\ \ \
| * | | Add a no-op setitimer() wrapperJoachim Schmitz2012-09-081-0/+11
* | | | Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano2012-09-071-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano2012-08-211-0/+3
| * | | config: warn on inaccessible filesJeff King2012-08-211-0/+3
| |/ /