| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'km/bsd-sysctl' | Junio C Hamano | 2015-03-20 | 1 | -0/+3 |
|\ |
|
| * | configure: support HAVE_BSD_SYSCTL option | Kyle J. McKay | 2015-03-10 | 1 | -0/+3 |
* | | Merge branch 'km/bsd-shells' | Junio C Hamano | 2015-03-20 | 1 | -0/+4 |
|\ \ |
|
| * | | git-compat-util.h: move SHELL_PATH default into header | Kyle J. McKay | 2015-03-10 | 1 | -0/+4 |
| * | | Merge branch 'rj/no-xopen-source-for-cygwin' into maint | Junio C Hamano | 2015-03-06 | 1 | -6/+0 |
| |\ \ |
|
| * \ \ | Merge branch 'es/squelch-openssl-warnings-on-macosx' into maint | Junio C Hamano | 2015-03-05 | 1 | -3/+6 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'jk/blame-commit-label' into maint | Junio C Hamano | 2015-02-24 | 1 | -0/+5 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'bw/kwset-use-unsigned' | Junio C Hamano | 2015-03-06 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | kwset: use unsigned char to store values with high-bit setbw/kwset-use-unsigned | Ben Walton | 2015-03-02 | 1 | -1/+1 |
* | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin' | Junio C Hamano | 2015-03-05 | 1 | -6/+0 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | git-compat-util.h: remove redundant coderj/no-xopen-source-for-cygwin | Ramsay Jones | 2015-02-22 | 1 | -6/+0 |
* | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx' | Junio C Hamano | 2015-02-22 | 1 | -3/+6 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIREDes/squelch-openssl-warnings-on-macosx | Kyle J. McKay | 2015-02-09 | 1 | -3/+6 |
* | | | | | | Merge branch 'km/gettext-n' | Junio C Hamano | 2015-02-11 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | gettext.h: add parentheses around N_ expansion if supportedkm/gettext-n | Kyle J. McKay | 2015-01-12 | 1 | -0/+4 |
* | | | | | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 1 | -0/+5 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | /
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | git-compat-util: add xstrdup_or_null helper | Jeff King | 2015-01-13 | 1 | -0/+5 |
* | | | | | | Merge branch 'rh/autoconf-rhel3' | Junio C Hamano | 2015-01-14 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | configure.ac: check for HMAC_CTX_cleanuprh/autoconf-rhel3 | Reuben Hawkins | 2015-01-09 | 1 | -0/+3 |
* | | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx' | Junio C Hamano | 2015-01-07 | 1 | -0/+4 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | / / /
| | |_|/ / /
| |/| | | | |
|
| * | | | | | git-compat-util: suppress unavoidable Apple-specific deprecation warnings | Eric Sunshine | 2014-12-18 | 1 | -0/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'dm/compat-s-ifmt-for-zos' | Junio C Hamano | 2014-12-22 | 1 | -0/+34 |
|\ \ \ \ \ |
|
| * | | | | | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zos | David Michael | 2014-12-04 | 1 | -0/+34 |
* | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin' | Junio C Hamano | 2014-12-22 | 1 | -1/+2 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | / /
| | |_|/ /
| |/| | | |
|
| * | | | | git-compat-util.h: don't define _XOPEN_SOURCE on cygwin | Ramsay Jones | 2014-11-24 | 1 | -1/+2 |
| |/ / / |
|
* | | | | Merge branch 'dm/port2zos' | Junio C Hamano | 2014-10-29 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | git-compat-util.h: support variadic macros with the XL C compiler | David Michael | 2014-10-27 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2014-10-29 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | isxdigit: cast input to unsigned char | Jeff King | 2014-10-16 | 1 | -1/+1 |
* | | | | Merge branch 'eb/no-pthreads' | Junio C Hamano | 2014-10-24 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | Handle atexit list internaly for unthreaded buildseb/no-pthreads | Etienne Buira | 2014-10-19 | 1 | -0/+5 |
| |/ / / |
|
* | | | | wrapper.c: add a new function unlink_or_msg | Ronnie Sahlberg | 2014-10-15 | 1 | -0/+9 |
* | | | | wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success | Ronnie Sahlberg | 2014-10-15 | 1 | -2/+5 |
|/ / / |
|
* | | | Merge branch 'jt/itimer-autoconf' | Junio C Hamano | 2014-09-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | git-compat-util.h: add missing semicolon after struct itimerval | Jonas 'Sortie' Termansen | 2014-08-29 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | add macro REALLOC_ARRAY | René Scharfe | 2014-09-18 | 1 | -0/+2 |
* | | | | Merge branch 'ss/compat-default-source-for-newer-gnu' | Junio C Hamano | 2014-09-19 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | compat-util: add _DEFAULT_SOURCE definess/compat-default-source-for-newer-gnu | Sergey Senozhatsky | 2014-09-15 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'nd/large-blobs' | Junio C Hamano | 2014-09-11 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | wrapper.c: introduce gentle xmallocz that does not die() | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'rs/inline-compat-path-macros' | Junio C Hamano | 2014-09-09 | 1 | -6/+22 |
|\ \ \ |
|
| * | | | turn path macros into inline functionrs/inline-compat-path-macros | René Scharfe | 2014-08-18 | 1 | -6/+22 |
* | | | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -0/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | wrapper: add xgetcwd() | René Scharfe | 2014-08-26 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Revert "Merge branch 'dt/refs-check-refname-component-sse'" | Junio C Hamano | 2014-07-28 | 1 | -11/+0 |
* | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | trace: add 'file:line' to all trace output | Karsten Blees | 2014-07-13 | 1 | -0/+4 |
* | | | | Merge branch 'ak/profile-feedback-build' | Junio C Hamano | 2014-07-21 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | Don't define away __attribute__ on gcc | Andi Kleen | 2014-07-07 | 1 | -0/+2 |