1. 9424bf2 Merge branch 'js/regexec-buf' by Junio C Hamano · 8 years ago
  2. 842a516 configure.ac: improve description of NO_REGEX test by Jakub Narębski · 8 years ago
  3. 667c6d5 Merge branch 'dp/autoconf-curl-ssl' by Junio C Hamano · 8 years ago
  4. 7b01ab5 Merge branch 'ew/autoconf-pthread' by Junio C Hamano · 9 years ago
  5. a9b02de configure.ac: stronger test for pthread linkage by Eric Wong · 9 years ago
  6. 924b7eb ./configure.ac: detect SSL in libcurl using curl-config by Дилян Палаузов · 9 years ago
  7. a0c9cf5 Merge branch 'ky/imap-send-openssl-1.1.0' into maint by Junio C Hamano · 9 years ago
  8. 33e4ec8 Merge branch 'ky/imap-send-openssl-1.1.0' by Junio C Hamano · 9 years ago
  9. 1245c74 configure: remove checking for HMAC_CTX_cleanup by Kazuki Yamaguchi · 9 years ago
  10. 2df1363 Merge branch 'jc/sane-grep' by Junio C Hamano · 9 years ago
  11. 71b4010 sane_grep: pass "-a" if grep accepts it by Junio C Hamano · 9 years ago
  12. cd76778 Merge branch 'rc/configure-use-libs-when-checking-a-lib' into maint by Jeff King · 9 years ago
  13. a3824e7 Merge branch 'rc/configure-use-libs-when-checking-a-lib' by Jeff King · 9 years ago
  14. bac2c5b configure.ac: use $LIBS not $CFLAGS when testing -lpthread by Rainer M. Canavan · 9 years ago
  15. 9627b0a Merge branch 'rp/link-curl-before-ssl' by Junio C Hamano · 9 years ago
  16. 7e91e8d configure.ac: detect ssl need with libcurl by Remi Pommarel · 9 years ago
  17. f891587 Makefile: make curl-config path configurable by Remi Pommarel · 9 years ago
  18. e23a91b Makefile: drop D_INO_IN_DIRENT build knob by Jeff King · 9 years ago
  19. 9665806 configure: add getdelim() check by Eric Sunshine · 10 years ago
  20. 9529080 configure: support HAVE_BSD_SYSCTL option by Kyle J. McKay · 10 years ago
  21. 88e0118 configure.ac: check for HMAC_CTX_cleanup by Reuben Hawkins · 10 years ago
  22. a6c3c63 configure.ac: check for clock_gettime and CLOCK_MONOTONIC by Reuben Hawkins · 10 years ago
  23. 8bd2c97 configure.ac: check 'tv_nsec' field in 'struct stat' by Reuben Hawkins · 10 years ago
  24. 2f17ecb Merge branch 'dm/compat-s-ifmt-for-zos' by Junio C Hamano · 10 years ago
  25. d543d9c compat: convert modes to use portable file type values by David Michael · 10 years ago
  26. a6fd4fb autoconf: check for setitimer() by Jonas 'Sortie' Termansen · 11 years ago
  27. 6441090 autoconf: check for struct itimerval by Jonas 'Sortie' Termansen · 11 years ago
  28. 8eaf517 Merge branch 'ks/tree-diff-nway' by Junio C Hamano · 11 years ago
  29. 61f76a3 Portable alloca for Git by Kirill Smelkov · 11 years ago
  30. 2f2db83 Merge branch 'dm/configure-iconv-locale-charset' by Junio C Hamano · 11 years ago
  31. 62fb6d0 configure.ac: link with -liconv for locale_charset() by Dmitry Marakasov · 11 years ago
  32. 70a8fc9 stop using fnmatch (either native or compat) by Nguyễn Thái Ngọc Duy · 11 years ago
  33. 94b5404 configure: fix option help message for --disable-pthreads by Stefano Lattarini · 12 years ago
  34. 13a2319 Revert "compat: add strtok_r()" by Erik Faye-Lund · 12 years ago
  35. 5f07937 Merge branch 'mh/pthreads-autoconf' by Junio C Hamano · 12 years ago
  36. 324dfac Merge branch 'dm/port' by Junio C Hamano · 12 years ago
  37. b2d05e0 git-compat-util.h: do not #include <sys/param.h> by default by Junio C Hamano · 12 years ago
  38. b3e103d Generalize the inclusion of strings.h by David Michael · 12 years ago
  39. 110d698 Detect when the passwd struct is missing pw_gecos by David Michael · 12 years ago
  40. 6ede720 Support builds when sys/param.h is missing by David Michael · 12 years ago
  41. e0a5227 configure.ac: fix pthreads detection on Mac OS X by Max Horn · 12 years ago
  42. c25a368 Merge branch 'sl/maint-configure-messages' by Jeff King · 12 years ago
  43. 49aeead configure: fix some output message by Stefano Lattarini · 12 years ago
  44. 9979a50 configure.ac: Add missing comma to CC_LD_DYNPATH by Øyvind A. Holm · 12 years ago
  45. 40bfbde build: don't duplicate substitution of make variables by Stefano Lattarini · 12 years ago
  46. 3a34c2b build: improve GIT_CONF_SUBST signature by Stefano Lattarini · 12 years ago
  47. 8242ff4 build: reconfigure automatically if configure.ac changes by Stefano Lattarini · 13 years ago
  48. ac5fc1c autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append' by Stefano Lattarini · 13 years ago
  49. c8e134a autoconf: remove few redundant semicolons by Stefano Lattarini · 13 years ago
  50. 7f8cf48 autoconf: remove some redundant shell indirections by Stefano Lattarini · 13 years ago
  51. 610473a autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST by Stefano Lattarini · 13 years ago
  52. 390f4da autoconf: GIT_CONF_APPEND_LINE: change signature by Stefano Lattarini · 13 years ago
  53. bf17126 docs: drop asciidoc7compatible flag by Jeff King · 13 years ago
  54. 5b2d131 configure: be more idiomatic by Stefano Lattarini · 13 years ago
  55. 99cccef configure: avoid some code repetitions thanks to m4_{push,pop}def by Stefano Lattarini · 13 years ago
  56. e9e8c80 configure: move definitions of private m4 macros before AC_INIT invocation by Stefano Lattarini · 13 years ago
  57. 2136394 configure: allow user to prevent $PATH "sanitization" on Solaris by Stefano Lattarini · 13 years ago
  58. ef8adca Merge branch 'js/configure-libintl' by Junio C Hamano · 13 years ago
  59. a8356d4 configure: don't use -lintl when there is no gettext support by John Szakmeister · 13 years ago
  60. b522528 Makefile: introduce CHARSET_LIB to link with -lcharset by Дилян Палаузов · 13 years ago
  61. 5e9637c i18n: add infrastructure for translating Git with gettext by Ævar Arnfjörð Bjarmason · 13 years ago
  62. a119f91 configure: Check for libpcre by Michał Kiedrowicz · 14 years ago
  63. cea13a8 Improve test for pthreads flag by Giuseppe Bilotta · 14 years ago
  64. 28bd70d unbreak and eliminate NO_C99_FORMAT by Jonathan Nieder · 14 years ago
  65. 1e58dba configure: use AC_LANG_PROGRAM consistently by Ralf Wildenhues · 14 years ago
  66. 0d181cb Merge branch 'jk/asciidoc-update' by Junio C Hamano · 14 years ago
  67. 5e738ae Merge branch 'jj/icase-directory' by Junio C Hamano · 14 years ago
  68. 79c461d docs: default to more modern toolset by Jeff King · 14 years ago
  69. 25fe66f Interix: add configure checks by Markus Duft · 14 years ago
  70. 4de066b Makefile & configure: add a NO_FNMATCH_CASEFOLD flag by Ævar Arnfjörð Bjarmason · 14 years ago
  71. f3f3d93 Makefile & configure: add a NO_FNMATCH flag by Ævar Arnfjörð Bjarmason · 14 years ago
  72. 2851e8e Merge branch 'po/etc-gitattributes' by Junio C Hamano · 14 years ago
  73. cd1547d Merge branch 'ab/compat-regex' by Junio C Hamano · 15 years ago
  74. 6df42ab Add global and system-wide gitattributes by Petr Onderka · 15 years ago
  75. 2316824 autoconf: regex library detection typofix by Junio C Hamano · 15 years ago
  76. a1e3b66 autoconf: don't use platform regex if it lacks REG_STARTEND by Jonathan Nieder · 15 years ago
  77. 78457bc compat: add strtok_r() by Jonathan Nieder · 15 years ago
  78. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  79. f9f33cd Allow disabling "inline" by Gary V. Vaughan · 15 years ago
  80. e88a135 Some platforms lack socklen_t type by Gary V. Vaughan · 15 years ago
  81. 5a857c7 Make NO_{INET_NTOP,INET_PTON} configured independently by Gary V. Vaughan · 15 years ago
  82. 0a9b167 Makefile: some platforms do not have hstrerror anywhere by Gary V. Vaughan · 15 years ago
  83. d1b1a91 Do not use "diff" found on PATH while building and installing by Gary V. Vaughan · 15 years ago
  84. 48793cf Makefile: -lpthread may still be necessary when libc has only pthread stubs by Gary V. Vaughan · 15 years ago
  85. 455bda9 Merge branch 'cw/maint-exec-defpath' by Junio C Hamano · 15 years ago
  86. bb15e38 autoconf: Check if <paths.h> exists and set HAVE_PATHS_H by Jakub Narebski · 15 years ago
  87. bb4bbf7 Gitweb: add autoconfigure support for minifiers by Mark Rada · 15 years ago
  88. 347d04d Merge branch 'bw/no-python-autoconf' by Junio C Hamano · 15 years ago
  89. dc78250 configure: Allow --without-python by Ben Walton · 15 years ago
  90. f22cd7f configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAM by Ben Walton · 15 years ago
  91. 7eb151d Make NO_PTHREADS the sole thread configuration variable by Dan McGee · 15 years ago
  92. e74f43f Merge branch 'sr/vcs-helper' by Junio C Hamano · 15 years ago
  93. d4e1b47 Basic build infrastructure for Python scripts by Johan Herland · 15 years ago
  94. 5ca5377 configure: add settings for gitconfig, editor and pager by Ben Walton · 15 years ago
  95. d79d9e13 configure: add macro to set arbitrary make variables by Ben Walton · 15 years ago
  96. 30ae47b remove ARM and Mozilla SHA1 implementations by Nicolas Pitre · 16 years ago
  97. 0ad8ff2 configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missing by Brandon Casey · 16 years ago v1.6.4-rc2
  98. a114289 configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests by Brandon Casey · 16 years ago
  99. ecc395c Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments by Brandon Casey · 16 years ago
  100. 974e6e4 Merge branch 'mn/maint-iconv-autoconf' by Junio C Hamano · 16 years ago