| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | configure: move definitions of private m4 macros before AC_INIT invocation | Stefano Lattarini | 2012-03-26 | 1 | -12/+13 |
* | configure: allow user to prevent $PATH "sanitization" on Solarissl/customize-sane-tool-path | Stefano Lattarini | 2012-03-09 | 1 | -0/+17 |
* | Merge branch 'js/configure-libintl' | Junio C Hamano | 2012-02-23 | 1 | -8/+12 |
|\ |
|
| * | configure: don't use -lintl when there is no gettext supportjs/configure-libintl | John Szakmeister | 2012-02-20 | 1 | -8/+12 |
* | | Makefile: introduce CHARSET_LIB to link with -lcharsetdp/i18n-libcharset | Дилян Палаузов | 2012-02-13 | 1 | -0/+10 |
|/ |
|
* | i18n: add infrastructure for translating Git with gettextab/enable-i18n | Ævar Arnfjörð Bjarmason | 2011-12-05 | 1 | -0/+19 |
* | configure: Check for libpcre | Michał Kiedrowicz | 2011-05-09 | 1 | -0/+40 |
* | Improve test for pthreads flag | Giuseppe Bilotta | 2011-03-28 | 1 | -0/+2 |
* | unbreak and eliminate NO_C99_FORMAT | Jonathan Nieder | 2011-03-17 | 1 | -24/+0 |
* | configure: use AC_LANG_PROGRAM consistently | Ralf Wildenhues | 2011-02-14 | 1 | -37/+19 |
* | Merge branch 'jk/asciidoc-update' | Junio C Hamano | 2010-12-12 | 1 | -6/+6 |
|\ |
|
| * | docs: default to more modern toolset | Jeff King | 2010-11-24 | 1 | -6/+6 |
* | | Merge branch 'jj/icase-directory' | Junio C Hamano | 2010-12-03 | 1 | -0/+28 |
|\ \ |
|
| * | | Makefile & configure: add a NO_FNMATCH_CASEFOLD flag | Ævar Arnfjörð Bjarmason | 2010-10-06 | 1 | -0/+22 |
| * | | Makefile & configure: add a NO_FNMATCH flag | Ævar Arnfjörð Bjarmason | 2010-10-06 | 1 | -0/+6 |
* | | | Interix: add configure checks | Markus Duft | 2010-10-28 | 1 | -0/+18 |
| |/
|/| |
|
* | | Merge branch 'po/etc-gitattributes' | Junio C Hamano | 2010-09-29 | 1 | -1/+9 |
|\ \ |
|
| * | | Add global and system-wide gitattributes | Petr Onderka | 2010-09-01 | 1 | -1/+9 |
| |/ |
|
* | | Merge branch 'ab/compat-regex' | Junio C Hamano | 2010-09-03 | 1 | -0/+21 |
|\ \ |
|
| * | | autoconf: regex library detection typofix | Junio C Hamano | 2010-08-22 | 1 | -1/+1 |