summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-09-12push: make non-fast-forward help message configurableJeff King
2009-08-29update-server-info: make builtin, use parseoptRené Scharfe
2009-08-28Merge branch 'lt/block-sha1'Junio C Hamano
2009-08-27Makefile: remove pointless conditional assignment in SunOS sectionBrandon Casey
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-18remove ARM and Mozilla SHA1 implementationsNicolas Pitre
2009-08-06Add new optimized C 'block-sha1' routinesLinus Torvalds
2009-07-24Merge branch 'maint'Junio C Hamano
2009-07-24SunOS grep does not understand -C<n> nor -eJunio C Hamano
2009-07-11Makefile: update IRIX64 sectionBrandon Casey
2009-07-11Makefile: add section for SGI IRIX 6.5Brandon Casey
2009-07-11Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile argumentsBrandon Casey
2009-07-11Makefile: keep "git" when bindir is execdirJunio C Hamano
2009-07-09Makefile: install 'git' in execdirv1.6.4-rc0Jeff King
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-06-01Add new "git replace" commandChristian Couder
2009-06-01replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder
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