| Commit message (Expand) | Author | Age |
* | build: don't duplicate substitution of make variables | Stefano Lattarini | 2012-09-11 |
* | build: improve GIT_CONF_SUBST signature | Stefano Lattarini | 2012-09-11 |
* | build: reconfigure automatically if configure.ac changes | Stefano Lattarini | 2012-07-19 |
* | autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append' | Stefano Lattarini | 2012-07-19 |
* | autoconf: remove few redundant semicolons | Stefano Lattarini | 2012-07-19 |
* | autoconf: remove some redundant shell indirections | Stefano Lattarini | 2012-07-19 |
* | autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST | Stefano Lattarini | 2012-07-19 |
* | autoconf: GIT_CONF_APPEND_LINE: change signature | Stefano Lattarini | 2012-07-19 |
* | docs: drop asciidoc7compatible flag | Jeff King | 2012-05-30 |
* | configure: be more idiomatic | Stefano Lattarini | 2012-03-26 |
* | configure: avoid some code repetitions thanks to m4_{push,pop}def | Stefano Lattarini | 2012-03-26 |
* | configure: move definitions of private m4 macros before AC_INIT invocation | Stefano Lattarini | 2012-03-26 |
* | configure: allow user to prevent $PATH "sanitization" on Solaris | Stefano Lattarini | 2012-03-09 |
* | Merge branch 'js/configure-libintl' | Junio C Hamano | 2012-02-23 |
|\ |
|
| * | configure: don't use -lintl when there is no gettext support | John Szakmeister | 2012-02-20 |
* | | Makefile: introduce CHARSET_LIB to link with -lcharset | Дилян Палаузов | 2012-02-13 |
|/ |
|
* | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 2011-12-05 |
* | configure: Check for libpcre | Michał Kiedrowicz | 2011-05-09 |
* | Improve test for pthreads flag | Giuseppe Bilotta | 2011-03-28 |
* | unbreak and eliminate NO_C99_FORMAT | Jonathan Nieder | 2011-03-17 |
* | configure: use AC_LANG_PROGRAM consistently | Ralf Wildenhues | 2011-02-14 |
* | Merge branch 'jk/asciidoc-update' | Junio C Hamano | 2010-12-12 |
|\ |
|
| * | docs: default to more modern toolset | Jeff King | 2010-11-24 |
* | | Merge branch 'jj/icase-directory' | Junio C Hamano | 2010-12-03 |
|\ \ |
|
| * | | Makefile & configure: add a NO_FNMATCH_CASEFOLD flag | Ævar Arnfjörð Bjarmason | 2010-10-06 |
| * | | Makefile & configure: add a NO_FNMATCH flag | Ævar Arnfjörð Bjarmason | 2010-10-06 |
* | | | Interix: add configure checks | Markus Duft | 2010-10-28 |
| |/
|/| |
|
* | | Merge branch 'po/etc-gitattributes' | Junio C Hamano | 2010-09-29 |
|\ \ |
|
| * | | Add global and system-wide gitattributes | Petr Onderka | 2010-09-01 |
| |/ |
|
* | | Merge branch 'ab/compat-regex' | Junio C Hamano | 2010-09-03 |
|\ \ |
|
| * | | autoconf: regex library detection typofix | Junio C Hamano | 2010-08-22 |
| * | | autoconf: don't use platform regex if it lacks REG_STARTEND | Jonathan Nieder | 2010-08-19 |
| |/ |
|
* | | compat: add strtok_r() | Jonathan Nieder | 2010-08-14 |
|/ |
|
* | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 |
|\ |
|
| * | Allow disabling "inline" | Gary V. Vaughan | 2010-05-31 |
| * | Some platforms lack socklen_t type | Gary V. Vaughan | 2010-05-31 |
| * | Make NO_{INET_NTOP,INET_PTON} configured independently | Gary V. Vaughan | 2010-05-31 |
| * | Makefile: some platforms do not have hstrerror anywhere | Gary V. Vaughan | 2010-05-31 |
| * | Do not use "diff" found on PATH while building and installing | Gary V. Vaughan | 2010-05-31 |
| * | Makefile: -lpthread may still be necessary when libc has only pthread stubs | Gary V. Vaughan | 2010-05-31 |
* | | Merge branch 'cw/maint-exec-defpath' | Junio C Hamano | 2010-05-21 |
|\ \
| |/
|/| |
|
| * | autoconf: Check if <paths.h> exists and set HAVE_PATHS_H | Jakub Narebski | 2010-04-15 |
* | | Gitweb: add autoconfigure support for minifiers | Mark Rada | 2010-04-02 |
|/ |
|
* | Merge branch 'bw/no-python-autoconf' | Junio C Hamano | 2010-02-02 |
|\ |
|
| * | configure: Allow --without-python | Ben Walton | 2010-02-01 |
| * | configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAM | Ben Walton | 2010-02-01 |
* | | Make NO_PTHREADS the sole thread configuration variable | Dan McGee | 2010-01-31 |
|/ |
|
* | Merge branch 'sr/vcs-helper' | Junio C Hamano | 2009-12-26 |
|\ |
|
| * | Basic build infrastructure for Python scripts | Johan Herland | 2009-11-17 |
* | | configure: add settings for gitconfig, editor and pager | Ben Walton | 2009-11-04 |