summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-04-10Merge branch 'mr/gitweb-jsmin'Junio C Hamano1-10/+23
2010-04-06Merge branch 'da/maint-python-startup'Junio C Hamano1-3/+2
2010-04-05Revert "Link against libiconv on IRIX"Junio C Hamano1-2/+0
2010-04-03Merge branch 'rb/maint-python-path'Junio C Hamano1-0/+1
2010-04-03Merge branch 'bw/template-tool-buildconfig'Junio C Hamano1-1/+1
2010-04-03Makefile: future-proof Cygwin version checkJonathan Nieder1-1/+1
2010-04-02instaweb: add minification awarenessMark Rada1-2/+10
2010-04-02Gitweb: add autoconfigure support for minifiersMark Rada1-4/+0
2010-04-02Gitweb: add support for minifying gitweb.cssMark Rada1-6/+15
2010-04-02Gitweb: add ignore and clean rules for minified filesMark Rada1-1/+1
2010-04-01Makefile: update defaults for modern CygwinEric Blake1-10/+12
2010-03-31Sync with 1.7.0.4Junio C Hamano1-0/+2
2010-03-31Link against libiconv on IRIXHolger Weiß1-0/+2
2010-03-28Makefile: Remove usage of deprecated Python "has_key" methodDavid Aguilar1-3/+2
2010-03-24Correct references to /usr/bin/python which does not exist on FreeBSDR. Tyler Ballance1-0/+1
2010-03-20Merge branch 'maint'Junio C Hamano1-0/+6
2010-03-20Make templates honour SHELL_PATH and PERL_PATHBen Walton1-1/+1
2010-03-20Makefile: Fix occasional GIT-CFLAGS breakageJonathan Nieder1-10/+11
2010-03-20Makefile: Fix CDPATH problemJonathan Nieder1-0/+6
2010-03-15Merge branch 'jh/notes'Junio C Hamano1-1/+1
2010-03-10Makefile: update check-docs targetJunio C Hamano1-1/+2
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano1-107/+107
2010-03-07Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano1-1/+0
2010-03-02Merge branch 'jn/makedepend'Junio C Hamano1-50/+181
2010-02-28Makefile: clarify definition of TEST_OBJSJonathan Nieder1-2/+1
2010-02-22Move gitmkstemps to path.cMatthieu Moy1-1/+0
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-97/+97
2010-02-21Merge branch 'jn/makefile-script-lib'Junio C Hamano1-14/+28
2010-02-13Builtin-ify git-notesJohan Herland1-1/+1
2010-02-02Merge branch 'jh/gitweb-caching' (early part)Junio C Hamano1-53/+12
2010-01-31Makefile: always remove .depend directories on 'make clean'Jonathan Nieder1-1/+1
2010-01-31Makefile: tuck away generated makefile fragments in .dependJonathan Nieder1-3/+3
2010-01-31Do not install shell libraries executableJonathan Nieder1-14/+28
2010-01-31Make NO_PTHREADS the sole thread configuration variableDan McGee1-22/+2
2010-01-30gitweb: Makefile improvementsJohn 'Warthog9' Hawley1-53/+12
2010-01-27Teach Makefile to check header dependenciesJonathan Nieder1-15/+80
2010-01-27Makefile: list standalone program object files in PROGRAM_OBJSJonathan Nieder1-12/+16
2010-01-26Makefile: lazily compute header dependenciesJonathan Nieder1-5/+44
2010-01-26Makefile: list generated object files in OBJECTSJonathan Nieder1-2/+7
2010-01-26Makefile: disable default implicit rulesJonathan Nieder1-0/+2
2010-01-26Makefile: rearrange dependency rulesJonathan Nieder1-24/+25
2010-01-26Makefile: transport.o depends on branch.h nowJonathan Nieder1-1/+1
2010-01-26Merge branch 'master' of git://repo.or.cz/alt-git into jn/autodepJonathan Nieder1-76/+162
2010-01-26Makefile: drop dependency on $(wildcard */*.h)Jonathan Nieder1-1/+1
2010-01-26Makefile: clean up http-walker.o dependency rulesJonathan Nieder1-1/+1
2010-01-26Makefile: remove wt-status.h from LIB_HJonathan Nieder1-2/+1
2010-01-26Makefile: make sure test helpers are rebuilt when headers changeJonathan Nieder1-16/+16
2010-01-26Makefile: add missing header file dependenciesJonathan Nieder1-3/+20
2010-01-24Windows: Remove dependency on pthreadGC2.dllMichael Lukashov1-1/+3
2010-01-22make "index-pack" a built-inLinus Torvalds1-1/+1