| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ew/autoconf-pthread' | Junio C Hamano | 2016-07-25 | 1 | -0/+5 |
|\ |
|
| * | configure.ac: stronger test for pthread linkageew/autoconf-pthread | Eric Wong | 2016-07-18 | 1 | -0/+5 |
* | | Merge branch 'ky/imap-send-openssl-1.1.0' | Junio C Hamano | 2016-04-22 | 1 | -4/+0 |
|\ \ |
|
| * | | configure: remove checking for HMAC_CTX_cleanupky/imap-send-openssl-1.1.0 | Kazuki Yamaguchi | 2016-04-08 | 1 | -4/+0 |
* | | | Merge branch 'jc/sane-grep' | Junio C Hamano | 2016-03-16 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | sane_grep: pass "-a" if grep accepts it | Junio C Hamano | 2016-03-10 | 1 | -0/+7 |
| |/ / |
|
| * | | Merge branch 'rc/configure-use-libs-when-checking-a-lib' into maint | Jeff King | 2015-12-01 | 1 | -1/+7 |
| |\ \ |
|
* | \ \ | Merge branch 'rc/configure-use-libs-when-checking-a-lib' | Jeff King | 2015-11-24 | 1 | -1/+7 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | configure.ac: use $LIBS not $CFLAGS when testing -lpthreadrc/configure-use-libs-when-checking-a-lib | Rainer M. Canavan | 2015-11-06 | 1 | -1/+7 |
* | | | | Merge branch 'rp/link-curl-before-ssl' | Junio C Hamano | 2015-10-29 | 1 | -0/+23 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | configure.ac: detect ssl need with libcurlrp/link-curl-before-ssl | Remi Pommarel | 2015-10-21 | 1 | -0/+10 |
| * | | | Makefile: make curl-config path configurable | Remi Pommarel | 2015-10-21 | 1 | -0/+13 |
* | | | | Makefile: drop D_INO_IN_DIRENT build knob | Jeff King | 2015-10-05 | 1 | -7/+0 |
|/ / / |
|
* | | | configure: add getdelim() checkes/configure-getdelim | Eric Sunshine | 2015-06-03 | 1 | -0/+6 |
| |/
|/| |
|
* | | configure: support HAVE_BSD_SYSCTL option | Kyle J. McKay | 2015-03-10 | 1 | -0/+23 |
* | | configure.ac: check for HMAC_CTX_cleanuprh/autoconf-rhel3 | Reuben Hawkins | 2015-01-09 | 1 | -0/+4 |
* | | configure.ac: check for clock_gettime and CLOCK_MONOTONIC | Reuben Hawkins | 2015-01-09 | 1 | -0/+22 |
* | | configure.ac: check 'tv_nsec' field in 'struct stat' | Reuben Hawkins | 2015-01-09 | 1 | -0/+13 |
* | | Merge branch 'dm/compat-s-ifmt-for-zos' | Junio C Hamano | 2014-12-22 | 1 | -0/+23 |
|\ \ |
|
| * | | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zos | David Michael | 2014-12-04 | 1 | -0/+23 |
* | | | autoconf: check for setitimer()jt/itimer-autoconf | Jonas 'Sortie' Termansen | 2014-08-29 | 1 | -0/+6 |
* | | | autoconf: check for struct itimerval | Jonas 'Sortie' Termansen | 2014-08-29 | 1 | -0/+8 |
|/ / |
|
* | | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 2014-06-03 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Portable alloca for Git | Kirill Smelkov | 2014-03-27 | 1 | -0/+8 |
* | | Merge branch 'dm/configure-iconv-locale-charset' | Junio C Hamano | 2014-03-25 | 1 | -1/+1 |
|\ \ |
|
| * | | configure.ac: link with -liconv for locale_charset()dm/configure-iconv-locale-charset | Dmitry Marakasov | 2014-03-11 | 1 | -1/+1 |
| |/ |
|
* | | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 2014-02-20 | 1 | -28/+0 |
|/ |
|
* | configure: fix option help message for --disable-pthreads | Stefano Lattarini | 2013-06-28 | 1 | -1/+1 |
* | Revert "compat: add strtok_r()" | Erik Faye-Lund | 2013-02-26 | 1 | -6/+0 |
* | Merge branch 'mh/pthreads-autoconf' | Junio C Hamano | 2013-01-03 | 1 | -1/+11 |
|\ |
|
| * | configure.ac: fix pthreads detection on Mac OS X | Max Horn | 2012-11-27 | 1 | -1/+11 |
* | | Merge branch 'dm/port' | Junio C Hamano | 2013-01-03 | 1 | -0/+14 |
|\ \ |
|
| * | | git-compat-util.h: do not #include <sys/param.h> by default | Junio C Hamano | 2012-12-19 | 1 | -6/+0 |
| * | | Generalize the inclusion of strings.h | David Michael | 2012-12-15 | 1 | -0/+6 |
| * | | Detect when the passwd struct is missing pw_gecos | David Michael | 2012-12-15 | 1 | -0/+8 |
| * | | Support builds when sys/param.h is missing | David Michael | 2012-12-15 | 1 | -0/+6 |
| |/ |
|
* | | Merge branch 'sl/maint-configure-messages' | Jeff King | 2012-11-04 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | configure: fix some output message | Stefano Lattarini | 2012-10-25 | 1 | -2/+2 |
* | | configure.ac: Add missing comma to CC_LD_DYNPATH | Øyvind A. Holm | 2012-10-09 | 1 | -1/+1 |
* | | build: don't duplicate substitution of make variables | Stefano Lattarini | 2012-09-11 | 1 | -68/+76 |
* | | build: improve GIT_CONF_SUBST signature | Stefano Lattarini | 2012-09-11 | 1 | -7/+8 |
|/ |
|
* | build: reconfigure automatically if configure.ac changes | Stefano Lattarini | 2012-07-19 | 1 | -0/+2 |
* | autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append' | Stefano Lattarini | 2012-07-19 | 1 | -11/+17 |
* | autoconf: remove few redundant semicolons | Stefano Lattarini | 2012-07-19 | 1 | -2/+2 |
* | autoconf: remove some redundant shell indirections | Stefano Lattarini | 2012-07-19 | 1 | -7/+5 |
* | autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST | Stefano Lattarini | 2012-07-19 | 1 | -12/+12 |
* | autoconf: GIT_CONF_APPEND_LINE: change signature | Stefano Lattarini | 2012-07-19 | 1 | -14/+14 |
* | docs: drop asciidoc7compatible flag | Jeff King | 2012-05-30 | 1 | -7/+0 |
* | configure: be more idiomaticsl/autoconf | Stefano Lattarini | 2012-03-26 | 1 | -89/+87 |
* | configure: avoid some code repetitions thanks to m4_{push,pop}def | Stefano Lattarini | 2012-03-26 | 1 | -12/+14 |