1293 Commits (5a518ad4679c91f0d0afd38fcc3cbf04e8699c46)

Author SHA1 Message Date
Junio C Hamano 6edd14968b Makefile: keep "git" when bindir is execdir 16 years ago
Jeff King 4ecbc17870 Makefile: install 'git' in execdir 16 years ago
Johannes Sixt fe104986c6 Makefile: git.o depends on library headers 16 years ago
Brandon Casey 1d7b1af420 Makefile: Solaris needs HAVE_ALLOCA_H for alloca() 16 years ago
Jeff King ee78cac22b Makefile: use compat regex on Solaris 16 years ago
Jeff King 02232adfd8 Makefile: refactor regex compat support 16 years ago
Johannes Sixt 021fcd99bd compat/ has subdirectories: do not omit them in 'make clean' 16 years ago
Junio C Hamano 61dbb3c441 Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin 16 years ago
Steffen Prohaska 48c46f1a14 MinGW: Teach Makefile to detect msysgit and apply specific settings 16 years ago
Junio C Hamano 26c117d05d Makefile: test-parse-options depends on parse-options.h 16 years ago
Brandon Casey a7a24ee7e0 Makefile: add section for SunOS 5.7 16 years ago
Junio C Hamano 0e0aea5a47 Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH 16 years ago
Brandon Casey b213019c00 Makefile: define __sun__ on SunOS 16 years ago
Brandon Casey 309dbc82e3 On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec 16 years ago
Brandon Casey 70cf991093 Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile arguments 16 years ago
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