| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | autoconf: don't use platform regex if it lacks REG_STARTEND | Jonathan Nieder | 2010-08-19 | 1 | -0/+21 |
| |/ |
|
* | | compat: add strtok_r() | Jonathan Nieder | 2010-08-14 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -8/+68 |
|\ |
|
| * | Allow disabling "inline" | Gary V. Vaughan | 2010-05-31 | 1 | -0/+6 |
| * | Some platforms lack socklen_t type | Gary V. Vaughan | 2010-05-31 | 1 | -0/+6 |
| * | Make NO_{INET_NTOP,INET_PTON} configured independently | Gary V. Vaughan | 2010-05-31 | 1 | -7/+30 |
| * | Makefile: some platforms do not have hstrerror anywhere | Gary V. Vaughan | 2010-05-31 | 1 | -3/+14 |
| * | Do not use "diff" found on PATH while building and installing | Gary V. Vaughan | 2010-05-31 | 1 | -0/+1 |
| * | Makefile: -lpthread may still be necessary when libc has only pthread stubs | Gary V. Vaughan | 2010-05-31 | 1 | -2/+15 |
* | | Merge branch 'cw/maint-exec-defpath' | Junio C Hamano | 2010-05-21 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | autoconf: Check if <paths.h> exists and set HAVE_PATHS_H | Jakub Narebski | 2010-04-15 | 1 | -0/+6 |
* | | Gitweb: add autoconfigure support for minifiers | Mark Rada | 2010-04-02 | 1 | -0/+20 |
|/ |
|
* | Merge branch 'bw/no-python-autoconf' | Junio C Hamano | 2010-02-02 | 1 | -3/+14 |
|\ |
|
| * | configure: Allow --without-python | Ben Walton | 2010-02-01 | 1 | -1/+1 |
| * | configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAM | Ben Walton | 2010-02-01 | 1 | -2/+13 |
* | | Make NO_PTHREADS the sole thread configuration variable | Dan McGee | 2010-01-31 | 1 | -7/+2 |
|/ |
|
* | Merge branch 'sr/vcs-helper' | Junio C Hamano | 2009-12-26 | 1 | -0/+3 |
|\ |
|
| * | Basic build infrastructure for Python scripts | Johan Herland | 2009-11-17 | 1 | -0/+3 |
* | | configure: add settings for gitconfig, editor and pager | Ben Walton | 2009-11-04 | 1 | -0/+23 |
* | | configure: add macro to set arbitrary make variables | Ben Walton | 2009-11-04 | 1 | -0/+20 |
|/ |
|
* | remove ARM and Mozilla SHA1 implementations | Nicolas Pitre | 2009-08-18 | 1 | -9/+1 |
* | configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missingv1.6.4-rc2 | Brandon Casey | 2009-07-22 | 1 | -3/+2 |
* | configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests | Brandon Casey | 2009-07-22 | 1 | -2/+2 |
* | Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments | Brandon Casey | 2009-07-10 | 1 | -0/+6 |
* | Merge branch 'mn/maint-iconv-autoconf' | Junio C Hamano | 2009-06-20 | 1 | -0/+8 |
|\ |
|
| * | fix handling of iconv configuration options | Marco Nelissen | 2009-06-08 | 1 | -0/+8 |
* | | Merge branch 'bc/solaris' | Junio C Hamano | 2009-06-13 | 1 | -0/+9 |
|\ \ |
|
| * | | configure: test whether -lresolv is needed | Ralf Wildenhues | 2009-06-10 | 1 | -0/+9 |
| |/ |
|
* | | compat: add a basename() compatibility function | David Aguilar | 2009-05-31 | 1 | -0/+6 |
* | | compat: add a mkstemps() compatibility function | David Aguilar | 2009-05-31 | 1 | -0/+7 |
|/ |
|
* | configure: rework pthread handling to allow for user defined flags | Ben Walton | 2009-03-12 | 1 | -15/+74 |
* | configure: make iconv tests aware of user arguments | Ben Walton | 2009-03-12 | 1 | -14/+34 |
* | configure: asciidoc version test cleanup | Ben Walton | 2009-03-12 | 1 | -1/+1 |
* | configure: wrap some library tests with GIT_STASH_FLAGS | Ben Walton | 2009-03-12 | 1 | -1/+35 |
* | configure: add macros to stash FLAG variables | Ben Walton | 2009-03-12 | 1 | -0/+26 |
* | configure: reorganize flow of argument checks | Ben Walton | 2009-03-12 | 1 | -87/+87 |
* | configure: ensure settings from user are also usable in the script | Ben Walton | 2009-03-12 | 1 | -0/+11 |