summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | compat: some mkdir() do not like a slash at the endJoachim Schmitz2012-08-241-0/+5
|/ /
* | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-0/+9
|/
* ident: report passwd errors with a more friendly messageJeff King2012-05-221-0/+3
* Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano2012-03-071-0/+3
|\
| * ctype.c: Fix a sparse warningjc/pickaxe-ignore-caseRamsay Jones2012-03-041-0/+3
| * Merge branch 'na/strtoimax' into maintJunio C Hamano2011-12-281-0/+2
| |\
* | | ctype: implement islower/isupper macronk/ctype-for-perfNamhyung Kim2012-02-101-0/+15
* | | Merge branch 'jk/credentials'Junio C Hamano2011-12-191-0/+1
|\ \ \
| * | | credentials: add "cache" helperJeff King2011-12-111-0/+1
| |/ /
* | | Merge branch 'vr/msvc'Junio C Hamano2011-12-051-7/+6
|\ \ \
| * | | Compile fix for MSVC: Do not include sys/resources.hVincent van Ravesteijn2011-10-311-7/+6
* | | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-051-0/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Compatibility: declare strtoimax() under NO_STRTOUMAXJohannes Sixt2011-11-051-0/+2
* | | git-compat-util: don't assume value for undefined variableRamkumar Ramachandra2011-11-151-1/+1
| |/ |/|
* | Merge branch 'cb/maint-exec-error-report'Junio C Hamano2011-08-171-0/+2
|\ \
| * | error_routine: use parent's stderr if exec failsClemens Buchacher2011-07-311-0/+2
| |/
* | Merge branch 'ak/gcc46-profile-feedback'Junio C Hamano2011-07-191-1/+1
|\ \