summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
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
2009-04-17Merge branch 'da/difftool'Junio C Hamano-0/+3
2009-04-12Merge branch 'jk/no-perl'Junio C Hamano-2/+26
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano-0/+2
2009-04-08tests: skip perl tests if NO_PERL is definedJeff King-0/+1
2009-04-08Makefile: allow building without perlJeff King-2/+25
2009-04-08difftool/mergetool: refactor commands to use git-mergetool--libDavid Aguilar-0/+1
2009-04-07difftool: move 'git-difftool' out of contribDavid Aguilar-0/+2
2009-04-05bisect--helper: implement "git bisect--helper"Christian Couder-0/+1
2009-04-04add --html-path to get the location of installed HTML docsMarkus Heidelberg-0/+1
2009-04-04Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano-0/+12
2009-03-30rev-list: move bisect related code into its own fileChristian Couder-0/+1
2009-03-25Guard a few Makefile variables against user environmentsJohannes Schindelin-0/+12
2009-03-22Makefile: turn on USE_ST_TIMESPEC for FreeBSDJeff King-0/+1
2009-03-18MinGW: implement mmapJanos Laube-1/+6
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano-0/+1
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano-0/+18
2009-03-11Merge branch 'tr/gcov'Junio C Hamano-0/+24
2009-03-08Makefile: Set compiler switch for USE_NSECBrian Gernhardt-0/+3
2009-03-08Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt-0/+7
2009-03-07Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik-0/+8
2009-02-26add basic http clone/fetch testsJeff King-0/+1
2009-02-24Install builtins with the user and group of the installing personalityGerrit Pape-2/+2
2009-02-20Support coverage testing with GCC/gcovThomas Rast-0/+24
2009-02-10Fix the installation path for html documentationMichael J Gruber-1/+1
2009-02-10Makefile: resort filenames alphabeticallyStephan Beyer-8/+8
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano-3/+0
2009-02-05Merge branch 'js/notes'Junio C Hamano-0/+3
2009-02-05Makefile: minor improvements for Mac OS X (Darwin)Jay Soffian-2/+4
2009-02-05Makefile: fix misdetection of relative pathnamesJunio C Hamano-2/+2
2009-02-04Merge branch 'maint'Junio C Hamano-0/+1
2009-02-03Merge branch 'maint-1.6.0' into maintJunio C Hamano-1/+1
2009-02-03add test-dump-cache-tree in MakefileGuanqun Lu-1/+1
2009-01-31Merge branch 'sp/runtime-prefix'Junio C Hamano-19/+30
2009-01-31Merge branch 'jk/signal-cleanup'Junio C Hamano-0/+3
2009-01-28Makefile: Make 'configure --with-expat=path' actually workSerge van den Boom-1/+9
2009-01-26make: Remove -pthread on Darwin (it is included by cstdlib).Ted Pavlic-0/+1
2009-01-26Windows: Revert to default paths and convert them by RUNTIME_PREFIXSteffen Prohaska-3/+1
2009-01-26Compute prefix at runtime if RUNTIME_PREFIX is setSteffen Prohaska-0/+3
2009-01-26Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska-16/+26
2009-01-23Merge branch 'js/patience-diff'Junio C Hamano-1/+1