1. a119f91 configure: Check for libpcre by Michał Kiedrowicz · 14 years ago
  2. cea13a8 Improve test for pthreads flag by Giuseppe Bilotta · 14 years ago
  3. 28bd70d unbreak and eliminate NO_C99_FORMAT by Jonathan Nieder · 14 years ago
  4. 1e58dba configure: use AC_LANG_PROGRAM consistently by Ralf Wildenhues · 14 years ago
  5. 0d181cb Merge branch 'jk/asciidoc-update' by Junio C Hamano · 14 years ago
  6. 5e738ae Merge branch 'jj/icase-directory' by Junio C Hamano · 14 years ago
  7. 79c461d docs: default to more modern toolset by Jeff King · 14 years ago
  8. 25fe66f Interix: add configure checks by Markus Duft · 14 years ago
  9. 4de066b Makefile & configure: add a NO_FNMATCH_CASEFOLD flag by Ævar Arnfjörð Bjarmason · 14 years ago
  10. f3f3d93 Makefile & configure: add a NO_FNMATCH flag by Ævar Arnfjörð Bjarmason · 14 years ago
  11. 2851e8e Merge branch 'po/etc-gitattributes' by Junio C Hamano · 14 years ago
  12. cd1547d Merge branch 'ab/compat-regex' by Junio C Hamano · 14 years ago
  13. 6df42ab Add global and system-wide gitattributes by Petr Onderka · 14 years ago
  14. 2316824 autoconf: regex library detection typofix by Junio C Hamano · 14 years ago
  15. a1e3b66 autoconf: don't use platform regex if it lacks REG_STARTEND by Jonathan Nieder · 14 years ago
  16. 78457bc compat: add strtok_r() by Jonathan Nieder · 14 years ago
  17. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  18. f9f33cd Allow disabling "inline" by Gary V. Vaughan · 15 years ago
  19. e88a135 Some platforms lack socklen_t type by Gary V. Vaughan · 15 years ago
  20. 5a857c7 Make NO_{INET_NTOP,INET_PTON} configured independently by Gary V. Vaughan · 15 years ago
  21. 0a9b167 Makefile: some platforms do not have hstrerror anywhere by Gary V. Vaughan · 15 years ago
  22. d1b1a91 Do not use "diff" found on PATH while building and installing by Gary V. Vaughan · 15 years ago
  23. 48793cf Makefile: -lpthread may still be necessary when libc has only pthread stubs by Gary V. Vaughan · 15 years ago
  24. 455bda9 Merge branch 'cw/maint-exec-defpath' by Junio C Hamano · 15 years ago
  25. bb15e38 autoconf: Check if <paths.h> exists and set HAVE_PATHS_H by Jakub Narebski · 15 years ago
  26. bb4bbf7 Gitweb: add autoconfigure support for minifiers by Mark Rada · 15 years ago
  27. 347d04d Merge branch 'bw/no-python-autoconf' by Junio C Hamano · 15 years ago
  28. dc78250 configure: Allow --without-python by Ben Walton · 15 years ago
  29. f22cd7f configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAM by Ben Walton · 15 years ago
  30. 7eb151d Make NO_PTHREADS the sole thread configuration variable by Dan McGee · 15 years ago
  31. e74f43f Merge branch 'sr/vcs-helper' by Junio C Hamano · 15 years ago
  32. d4e1b47 Basic build infrastructure for Python scripts by Johan Herland · 15 years ago
  33. 5ca5377 configure: add settings for gitconfig, editor and pager by Ben Walton · 15 years ago
  34. d79d9e13 configure: add macro to set arbitrary make variables by Ben Walton · 15 years ago
  35. 30ae47b remove ARM and Mozilla SHA1 implementations by Nicolas Pitre · 15 years ago
  36. 0ad8ff2 configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missing by Brandon Casey · 15 years ago v1.6.4-rc2
  37. a114289 configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests by Brandon Casey · 15 years ago
  38. ecc395c Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments by Brandon Casey · 16 years ago
  39. 974e6e4 Merge branch 'mn/maint-iconv-autoconf' by Junio C Hamano · 16 years ago
  40. 436f66b Merge branch 'bc/solaris' by Junio C Hamano · 16 years ago
  41. 8fccb00 configure: test whether -lresolv is needed by Ralf Wildenhues · 16 years ago
  42. 934f82a fix handling of iconv configuration options by Marco Nelissen · 16 years ago
  43. e1c0688 compat: add a basename() compatibility function by David Aguilar · 16 years ago
  44. 0620b39 compat: add a mkstemps() compatibility function by David Aguilar · 16 years ago
  45. 1973b0d configure: rework pthread handling to allow for user defined flags by Ben Walton · 16 years ago
  46. a8304f7 configure: make iconv tests aware of user arguments by Ben Walton · 16 years ago
  47. 29adc8b configure: asciidoc version test cleanup by Ben Walton · 16 years ago
  48. 310386f configure: wrap some library tests with GIT_STASH_FLAGS by Ben Walton · 16 years ago
  49. 918c812 configure: add macros to stash FLAG variables by Ben Walton · 16 years ago
  50. 08df6a3 configure: reorganize flow of argument checks by Ben Walton · 16 years ago
  51. e068f4f configure: ensure settings from user are also usable in the script by Ben Walton · 16 years ago
  52. a1a587e Fix naming scheme for configure cache variables. by Ralf Wildenhues · 16 years ago
  53. 8b75d31 Merge branch 'ds/uintmax-config' by Junio C Hamano · 16 years ago
  54. 50a4b35 configure clobbers LDFLAGS by Paul Jarc · 16 years ago
  55. d937c37 autoconf: Enable threaded delta search when pthreads are supported by David M. Syzdek · 16 years ago
  56. 46059cc Makefile: introduce NO_PTHREADS by Junio C Hamano · 16 years ago
  57. 3e9f158 Merge branch 'ds/uintmax-config' (early part) by Junio C Hamano · 16 years ago
  58. 20f7a39 Add autoconf tests for pthreads by David M. Syzdek · 16 years ago
  59. 1689c5d autoconf: Add link tests to each AC_CHECK_FUNC() test by David M. Syzdek · 16 years ago
  60. 0bc3e78 Build: add NO_UINTMAX_T to support ancient systems by David M. Syzdek · 16 years ago
  61. 798a945 configure: auto detect dynamic library path switches by Giovanni Funchal · 16 years ago
  62. 8da1e21 Consistency: Use "libcurl" instead of "cURL library" and "curl" by Johan Herland · 17 years ago
  63. 8ce1f24 autoconf: Test FREAD_READS_DIRECTORIES by Michal Rokos · 17 years ago
  64. c4582f9 Add compat/snprintf.c for systems that return bogus by Michal Rokos · 17 years ago
  65. 3cf3237 autoconf: define NO_SYS_SELECT_H on systems without <sys/select.h>. by Jakub Narebski · 17 years ago
  66. bfa8fcc autoconf: Add checking for unsetenv function by Jakub Narebski · 17 years ago
  67. 923db42 autoconf: Check asciidoc version to automatically set ASCIIDOC8 by Jakub Narebski · 17 years ago
  68. 0f7a9c9 autoconf: Add test for OLD_ICONV (squelching compiler warning) by Jakub Narebski · 17 years ago
  69. 65c6a46 Merge branch 'maint' by Junio C Hamano · 17 years ago
  70. 10455d2 Replace the word 'update-cache' by 'update-index' everywhere by Johannes Schindelin · 17 years ago
  71. 2439755 autoconf: Add tests for memmem, strtoumax and mkdtemp functions by Jakub Narebski · 17 years ago
  72. 0380074 Merge branch 'ds/maint-deflatebound' by Junio C Hamano · 17 years ago
  73. 3c307bf Fix minor nits in configure.ac by Ralf Wildenhues · 17 years ago
  74. 609a228 Improve accuracy of check for presence of deflateBound. by David Symonds · 17 years ago
  75. 96e24ab the ar tool is called gar on some systems by Robert Schiele · 17 years ago
  76. 10861be make the name of the library directory a config option by Robert Schiele · 17 years ago
  77. bef19da add option to find zlib in custom path by Robert Schiele · 17 years ago
  78. 68daee0 Eliminate checks of user-specified Tcl/Tk interpreter. by Eygene Ryabinkin · 18 years ago
  79. 81b63c7 Add --with-tcltk and --without-tcltk to configure. by Eygene Ryabinkin · 18 years ago
  80. e63ccb8 New autoconf test for iconv by Fredrik Kuivinen · 18 years ago
  81. 40f656c Remove NO_ACCURATE_DIFF options from build systems by Eric Wong · 18 years ago
  82. c17f9f1 Remove COLLISION_CHECK from Makefile since it's not used. by Brian Gernhardt · 18 years ago
  83. 7cdbff1 remove merge-recursive-old by Junio C Hamano · 18 years ago
  84. 69de8cc Merge branch 'jc/gitpm' by Junio C Hamano · 18 years ago
  85. f7661ce Remove -fPIC which was only needed for Git.xs by Junio C Hamano · 18 years ago
  86. a06f678 Deprecate merge-recursive.py by Junio C Hamano · 18 years ago
  87. baf1219 autoconf: Add support for setting NO_ICONV and ICONVDIR by Jakub Narebski · 18 years ago
  88. 6ff88de autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv by Jakub Narebski · 18 years ago
  89. 825b045 autoconf: Fix copy'n'paste error by Jakub Narebski · 18 years ago
  90. f685d07 autoconf: Quote AC_CACHE_CHECK arguments by Jakub Narebski · 18 years ago
  91. f8affe3 autoconf: Check for subprocess.py by Jakub Narebski · 18 years ago
  92. c23cca1 autoconf: Add -liconv to LIBS when NEEDS_LIBICONV by Jakub Narebski · 18 years ago
  93. 60a144f Fix compilation with Sun CC by Dennis Stosberg · 18 years ago
  94. d1b9944 Fix detection of ipv6 on Solaris by Dennis Stosberg · 18 years ago
  95. ab5573a Look for sockaddr_storage in sys/socket.h by Dennis Stosberg · 18 years ago
  96. a20b4d8 autoconf: Add support for setting CURLDIR, OPENSSLDIR, EXPATDIR by Jakub Narebski · 18 years ago
  97. 7b1e9d3 autoconf: It is --without-python, not --no-python by Jakub Narebski · 18 years ago
  98. 424adc5 autoconf: Move variables which we always set to config.mak.in by Jakub Narebski · 18 years ago
  99. af6058c autoconf: Improvements in NO_PYTHON/PYTHON_PATH handling by Jakub Narebski · 18 years ago
  100. b52b1d4 autoconf: Error out on --without-shell and --without-perl by Jakub Narebski · 18 years ago