Age | Commit message (Expand) | Author | Files | Lines |
2014-02-20 | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 1 | -28/+0 |
2013-06-28 | configure: fix option help message for --disable-pthreads | Stefano Lattarini | 1 | -1/+1 |
2013-02-26 | Revert "compat: add strtok_r()" | Erik Faye-Lund | 1 | -6/+0 |
2013-01-03 | Merge branch 'mh/pthreads-autoconf' | Junio C Hamano | 1 | -1/+11 |
2013-01-03 | Merge branch 'dm/port' | Junio C Hamano | 1 | -0/+14 |
2012-12-19 | git-compat-util.h: do not #include <sys/param.h> by default | Junio C Hamano | 1 | -6/+0 |
2012-12-15 | Generalize the inclusion of strings.h | David Michael | 1 | -0/+6 |
2012-12-15 | Detect when the passwd struct is missing pw_gecos | David Michael | 1 | -0/+8 |
2012-12-15 | Support builds when sys/param.h is missing | David Michael | 1 | -0/+6 |
2012-11-27 | configure.ac: fix pthreads detection on Mac OS X | Max Horn | 1 | -1/+11 |
2012-11-04 | Merge branch 'sl/maint-configure-messages' | Jeff King | 1 | -2/+2 |
2012-10-25 | configure: fix some output message | Stefano Lattarini | 1 | -2/+2 |
2012-10-09 | configure.ac: Add missing comma to CC_LD_DYNPATH | Øyvind A. Holm | 1 | -1/+1 |
2012-09-11 | build: don't duplicate substitution of make variables | Stefano Lattarini | 1 | -68/+76 |
2012-09-11 | build: improve GIT_CONF_SUBST signature | Stefano Lattarini | 1 | -7/+8 |
2012-07-19 | build: reconfigure automatically if configure.ac changes | Stefano Lattarini | 1 | -0/+2 |
2012-07-19 | autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append' | Stefano Lattarini | 1 | -11/+17 |
2012-07-19 | autoconf: remove few redundant semicolons | Stefano Lattarini | 1 | -2/+2 |
2012-07-19 | autoconf: remove some redundant shell indirections | Stefano Lattarini | 1 | -7/+5 |
2012-07-19 | autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST | Stefano Lattarini | 1 | -12/+12 |
2012-07-19 | autoconf: GIT_CONF_APPEND_LINE: change signature | Stefano Lattarini | 1 | -14/+14 |
2012-05-30 | docs: drop asciidoc7compatible flag | Jeff King | 1 | -7/+0 |
2012-03-26 | configure: be more idiomatic | Stefano Lattarini | 1 | -89/+87 |
2012-03-26 | configure: avoid some code repetitions thanks to m4_{push,pop}def | Stefano Lattarini | 1 | -12/+14 |
2012-03-26 | configure: move definitions of private m4 macros before AC_INIT invocation | Stefano Lattarini | 1 | -12/+13 |
2012-03-09 | configure: allow user to prevent $PATH "sanitization" on Solaris | Stefano Lattarini | 1 | -0/+17 |
2012-02-23 | Merge branch 'js/configure-libintl' | Junio C Hamano | 1 | -8/+12 |
2012-02-20 | configure: don't use -lintl when there is no gettext support | John Szakmeister | 1 | -8/+12 |
2012-02-13 | Makefile: introduce CHARSET_LIB to link with -lcharset | Дилян Палаузов | 1 | -0/+10 |
2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+19 |
2011-05-09 | configure: Check for libpcre | Michał Kiedrowicz | 1 | -0/+40 |
2011-03-28 | Improve test for pthreads flag | Giuseppe Bilotta | 1 | -0/+2 |
2011-03-17 | unbreak and eliminate NO_C99_FORMAT | Jonathan Nieder | 1 | -24/+0 |
2011-02-14 | configure: use AC_LANG_PROGRAM consistently | Ralf Wildenhues | 1 | -37/+19 |
2010-12-12 | Merge branch 'jk/asciidoc-update' | Junio C Hamano | 1 | -6/+6 |
2010-12-03 | Merge branch 'jj/icase-directory' | Junio C Hamano | 1 | -0/+28 |
2010-11-24 | docs: default to more modern toolset | Jeff King | 1 | -6/+6 |
2010-10-28 | Interix: add configure checks | Markus Duft | 1 | -0/+18 |
2010-10-06 | Makefile & configure: add a NO_FNMATCH_CASEFOLD flag | Ævar Arnfjörð Bjarmason | 1 | -0/+22 |
2010-10-06 | Makefile & configure: add a NO_FNMATCH flag | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
2010-09-29 | Merge branch 'po/etc-gitattributes' | Junio C Hamano | 1 | -1/+9 |
2010-09-03 | Merge branch 'ab/compat-regex' | Junio C Hamano | 1 | -0/+21 |
2010-09-01 | Add global and system-wide gitattributes | Petr Onderka | 1 | -1/+9 |
2010-08-22 | autoconf: regex library detection typofix | Junio C Hamano | 1 | -1/+1 |
2010-08-19 | autoconf: don't use platform regex if it lacks REG_STARTEND | Jonathan Nieder | 1 | -0/+21 |
2010-08-14 | compat: add strtok_r() | Jonathan Nieder | 1 | -0/+6 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -8/+68 |
2010-05-31 | Allow disabling "inline" | Gary V. Vaughan | 1 | -0/+6 |
2010-05-31 | Some platforms lack socklen_t type | Gary V. Vaughan | 1 | -0/+6 |
2010-05-31 | Make NO_{INET_NTOP,INET_PTON} configured independently | Gary V. Vaughan | 1 | -7/+30 |