summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'km/gettext-n'Junio C Hamano2015-02-111-0/+4
|\
| * gettext.h: add parentheses around N_ expansion if supportedKyle J. McKay2015-01-121-0/+4
* | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-111-0/+5
|\ \
| * | git-compat-util: add xstrdup_or_null helperJeff King2015-01-131-0/+5
* | | Merge branch 'rh/autoconf-rhel3'Junio C Hamano2015-01-141-0/+3
|\ \ \
| * | | configure.ac: check for HMAC_CTX_cleanupReuben Hawkins2015-01-091-0/+3
* | | | Merge branch 'es/squelch-openssl-warnings-on-macosx'Junio C Hamano2015-01-071-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | git-compat-util: suppress unavoidable Apple-specific deprecation warningsEric Sunshine2014-12-181-0/+4
| | |/ | |/|
* | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-221-0/+34
|\ \ \
| * | | compat: convert modes to use portable file type valuesDavid Michael2014-12-041-0/+34
* | | | Merge branch 'rj/no-xopen-source-for-cygwin'Junio C Hamano2014-12-221-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | git-compat-util.h: don't define _XOPEN_SOURCE on cygwinRamsay Jones2014-11-241-1/+2
| |/ /
* | | Merge branch 'dm/port2zos'Junio C Hamano2014-10-291-1/+1
|\ \ \
| * | | git-compat-util.h: support variadic macros with the XL C compilerDavid Michael2014-10-271-1/+1
| |/ /
* | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-291-1/+1
|\ \ \ | | |/ | |/|
| * | isxdigit: cast input to unsigned charJeff King2014-10-161-1/+1
* | | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-241-0/+5
|\ \ \
| * | | Handle atexit list internaly for unthreaded buildsEtienne Buira2014-10-191-0/+5
| |/ /
* | | wrapper.c: add a new function unlink_or_msgRonnie Sahlberg2014-10-151-0/+9
* | | wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg2014-10-151-2/+5
|/ /
* | Merge branch 'jt/itimer-autoconf'Junio C Hamano2014-09-291-1/+1
|\ \
| * | git-compat-util.h: add missing semicolon after struct itimervalJonas 'Sortie' Termansen2014-08-291-1/+1
| |/
* | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-0/+2
|\ \
| * | add macro REALLOC_ARRAYRené Scharfe2014-09-181-0/+2
* | | Merge branch 'ss/compat-default-source-for-newer-gnu'Junio C Hamano2014-09-191-0/+1
|\ \ \ | |/ / |/| |
| * | compat-util: add _DEFAULT_SOURCE defineSergey Senozhatsky2014-09-151-0/+1
| |/
* | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-111-0/+1
|\ \
| * | wrapper.c: introduce gentle xmallocz that does not die()Nguyễn Thái Ngọc Duy2014-08-181-0/+1
| |/
* | Merge branch 'rs/inline-compat-path-macros'Junio C Hamano2014-09-091-6/+22
|\ \
| * | turn path macros into inline functionRené Scharfe2014-08-181-6/+22
* | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-0/+1
|\ \ \ | |_|/ |/| |
| * | wrapper: add xgetcwd()René Scharfe2014-08-261-0/+1
* | | Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano2014-07-281-11/+0
* | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-0/+4
|\ \ \
| * | | trace: add 'file:line' to all trace outputKarsten Blees2014-07-131-0/+4
* | | | Merge branch 'ak/profile-feedback-build'Junio C Hamano2014-07-211-0/+2
|\ \ \ \
| * | | | Don't define away __attribute__ on gccAndi Kleen2014-07-071-0/+2
* | | | | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-161-8/+33
|\ \ \ \ \
| * | | | | replace has_extension with ends_withJeff King2014-06-301-7/+0
| * | | | | implement ends_with via strip_suffixJeff King2014-06-301-1/+6
| * | | | | add strip_suffix functionJeff King2014-06-301-0/+27
| | |_|/ / | |/| | |
| * | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-251-0/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-4/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | refactor skip_prefix to return a booleanJeff King2014-06-201-4/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'dt/refs-check-refname-component-sse'Junio C Hamano2014-07-021-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refs.c: SSE2 optimizations for check_refname_componentDavid Turner2014-06-181-0/+11
* | | | | Merge branch 'sk/windows-unc-path'Junio C Hamano2014-06-161-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Windows: allow using UNC path for git repositoryCezary Zawadka2014-06-101-0/+4
* | | | | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano2014-06-061-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | let clang use the constant-return error() macroJeff King2014-05-061-1/+1