summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-07-06Merge branch 'jk/use-our-regexp'Junio C Hamano
2009-06-30Merge branch 'maint'Junio C Hamano
2009-06-30Makefile: git.o depends on library headersJohannes Sixt
2009-06-21Makefile: Solaris needs HAVE_ALLOCA_H for alloca()Brandon Casey
2009-06-18Makefile: use compat regex on SolarisJeff King
2009-06-18Makefile: refactor regex compat supportJeff King
2009-06-13Merge branch 'sp/msysgit'Junio C Hamano
2009-06-13Merge branch 'bc/solaris'Junio C Hamano
2009-06-11compat/ has subdirectories: do not omit them in 'make clean'Johannes Sixt
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano
2009-06-08MinGW: Teach Makefile to detect msysgit and apply specific settingsSteffen Prohaska
2009-06-07Makefile: test-parse-options depends on parse-options.hJunio C Hamano
2009-06-06Makefile: add section for SunOS 5.7Brandon Casey
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHJunio C Hamano
2009-06-06Makefile: define __sun__ on SunOSBrandon Casey
2009-06-06On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specBrandon Casey
2009-06-06Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile argumentsBrandon Casey
2009-06-03Merge branch 'da/pretty-tempname'Junio C Hamano
2009-06-01Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen
2009-06-01Quiet make: do not leave Windows behindJohannes Schindelin
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin
2009-06-01compat: add a basename() compatibility functionDavid Aguilar
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar
2009-05-31Merge branch 'jc/solaris-0811'Junio C Hamano
2009-05-31Merge branch 'jc/mktree'Junio C Hamano
2009-05-29Makefile: use /usr/ucb/install on SunOS platforms rather than ginstallBrandon Casey
2009-05-26Merge branch 'js/maint-no-ln-across-libexec-and-bin' into maintJunio C Hamano
2009-05-23MinGW: the path separator to split GITPERLLIB is ';' on Win32Johannes Schindelin
2009-05-23Merge branch 'js/maint-no-ln-across-libexec-and-bin'Junio C Hamano
2009-05-23Merge branch 'cc/bisect' (early part)Junio C Hamano
2009-05-23OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONVJunio C Hamano
2009-05-16Turn on USE_ST_TIMESPEC for OpenBSDTony Kemp
2009-05-14Add NO_CROSS_DIRECTORY_HARDLINKS support to the MakefileJohannes Schindelin
2009-05-10build-in git-mktreeJunio C Hamano
2009-05-10bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder
2009-04-29Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin
2009-04-28Makefile: installing git in cygwin 1.7.0Eric Blake
2009-04-28Makefile: fix NO_PERL bug with gitwebJeff King
2009-04-27NetBSD compilation fixPatrick Welche
2009-04-27Add semicolon to curly brace group in main MakefileMark Drago
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin
2009-04-23Makefile: ignore perl/ subdirectory under NO_PERLJunio C Hamano
2009-04-20Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt
2009-04-20Sync with 1.6.2.4Junio C Hamano
2009-04-20Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtinsNguyễn Thái Ngọc Duy
2009-04-18Merge branch 'da/difftool'Junio C Hamano
2009-04-12Merge branch 'jk/no-perl'Junio C Hamano
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano
2009-04-09tests: skip perl tests if NO_PERL is definedJeff King
2009-04-09Makefile: allow building without perlJeff King