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