1338 Commits (56a853b62c0ae7ebaad0a7a0a704f5ef561eb795)

Author SHA1 Message Date
Marius Storm-Olsen f0ed8226c9 Add custom memory allocator to MinGW and MacOS builds 16 years ago
Johannes Schindelin 900a5d075e Quiet make: do not leave Windows behind 16 years ago
Johannes Schindelin f90cf2b920 MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore 16 years ago
David Aguilar e1c0688692 compat: add a basename() compatibility function 16 years ago
David Aguilar 0620b39b3b compat: add a mkstemps() compatibility function 16 years ago
Christian Couder 54b0c1e041 Add new "git replace" command 16 years ago
Christian Couder 6809557029 replace_object: add mechanism to replace objects found in "refs/replace/" 16 years ago
Brandon Casey efc07debaf Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall 16 years ago
Johannes Schindelin 352c81114c MinGW: the path separator to split GITPERLLIB is ';' on Win32 16 years ago
Junio C Hamano a0c0be97d4 OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV 16 years ago
Tony Kemp 90f2e6526b Turn on USE_ST_TIMESPEC for OpenBSD 16 years ago
Johannes Schindelin 3426e34fed Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile 16 years ago
Junio C Hamano 633e3556cc build-in git-mktree 16 years ago
Christian Couder de52f5a806 bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function 16 years ago
Daniel A. Steffen a91be3fcbe git-gui: Fixes for Mac OS X TkAqua 16 years ago
Johannes Schindelin 348df16679 Rename core.unreliableHardlinks to core.createObject 16 years ago
Eric Blake d4b1902715 Makefile: installing git in cygwin 1.7.0 16 years ago
Jeff King 62f780dcc6 Makefile: fix NO_PERL bug with gitweb 16 years ago
Patrick Welche 9a695fbf38 NetBSD compilation fix 16 years ago
Mark Drago fe4a9c36a3 Add semicolon to curly brace group in main Makefile 16 years ago
Johannes Schindelin be66a6c43d Add an option not to use link(src, dest) && unlink(src) when that is unreliable 16 years ago
Junio C Hamano 5be3b17f09 Makefile: ignore perl/ subdirectory under NO_PERL 16 years ago
Johannes Sixt 34779c535c Windows: Skip fstat/lstat optimization in write_entry() 16 years ago
Nguyễn Thái Ngọc Duy 318b847031 Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins 16 years ago
Jeff King 1b19ccd236 tests: skip perl tests if NO_PERL is defined 16 years ago
Jeff King 499c29394c Makefile: allow building without perl 16 years ago
David Aguilar 21d0ba7ebb difftool/mergetool: refactor commands to use git-mergetool--lib 16 years ago
David Aguilar afcbc8e7ec difftool: move 'git-difftool' out of contrib 16 years ago
Christian Couder 1bf072e366 bisect--helper: implement "git bisect--helper" 16 years ago
Markus Heidelberg 89a56bfbd3 add --html-path to get the location of installed HTML docs 16 years ago
Christian Couder a2ad79ced2 rev-list: move bisect related code into its own file 16 years ago
Johannes Schindelin 5c928c06e2 Guard a few Makefile variables against user environments 16 years ago
Jeff King 9140804276 Makefile: turn on USE_ST_TIMESPEC for FreeBSD 16 years ago
Janos Laube b130a72b27 MinGW: implement mmap 16 years ago
Brian Gernhardt d7371a2d4d Makefile: Set compiler switch for USE_NSEC 16 years ago
Brian Gernhardt c567383b1e Create USE_ST_TIMESPEC and turn it on for Darwin 16 years ago
Kjetil Barvik c06ff4908b Record ns-timestamps if possible, but do not use it without USE_NSEC 16 years ago
Jeff King 119c8eeede add basic http clone/fetch tests 16 years ago
Gerrit Pape 6a0861a8a3 Install builtins with the user and group of the installing personality 16 years ago
Thomas Rast 901c369af5 Support coverage testing with GCC/gcov 16 years ago
Michael J Gruber 8ea7ad694b Fix the installation path for html documentation 16 years ago
Stephan Beyer fcb6c0760d Makefile: resort filenames alphabetically 16 years ago
Junio C Hamano 954cfb5cfd Revert "Merge branch 'js/notes'" 16 years ago
Jay Soffian 7233d221ad Makefile: minor improvements for Mac OS X (Darwin) 16 years ago
Junio C Hamano 0c0ead7e79 Makefile: fix misdetection of relative pathnames 16 years ago
Guanqun Lu 37fc57a213 add test-dump-cache-tree in Makefile 16 years ago
Serge van den Boom 85b4518f44 Makefile: Make 'configure --with-expat=path' actually work 16 years ago
Ted Pavlic f7d9d04e3b make: Remove -pthread on Darwin (it is included by cstdlib). 16 years ago
Steffen Prohaska 2565522174 Windows: Revert to default paths and convert them by RUNTIME_PREFIX 16 years ago
Steffen Prohaska 35fb0e8633 Compute prefix at runtime if RUNTIME_PREFIX is set 16 years ago