summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-07-15Merge branch 'bc/maint-makefile-fixes'Junio C Hamano1-5/+5
2010-07-06Makefile: work around ksh's failure to handle missing list argument to for loopBrandon Casey1-3/+3
2010-07-05Makefile: remove some unnecessary curly bracesBrandon Casey1-4/+4
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano1-0/+3
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-4/+77
2010-06-21Merge branch 'bc/portable'Junio C Hamano1-0/+1
2010-06-18Merge branch 'ab/maint-perl-use-instlibdir'Junio C Hamano1-2/+1
2010-06-18Merge branch 'jn/gitweb-plackup'Junio C Hamano1-17/+13
2010-06-18Merge branch 'jk/url-decode'Junio C Hamano1-0/+1
2010-06-16Merge branch 'cw/maint-exec-defpath' into maintJunio C Hamano1-0/+13
2010-06-13Makefile: add PYTHON_PATH to GIT-BUILD-OPTIONSBrandon Casey1-0/+1
2010-06-13Merge branch 'js/maint-windows'Junio C Hamano1-1/+0
2010-06-13Merge branch 'jn/make-header-dependency'Junio C Hamano1-1/+5
2010-06-11test-lib: use DIFF definition from GIT-BUILD-OPTIONSJunio C Hamano1-0/+6
2010-06-11Makefile: default pager on AIX to "more"Jeff King1-0/+1
2010-06-10Makefile: default pager on AIX to "more"Jeff King1-0/+1
2010-06-06Add "core.eol" config variableEyvind Bernhardsen1-0/+3
2010-06-05build: propagate $DIFF to scriptsJunio C Hamano1-0/+2
2010-06-02Makefile: Tru64 portability fixGary V. Vaughan1-0/+7
2010-06-02Makefile: HP-UX 10.20 portability fixesGary V. Vaughan1-0/+8
2010-06-02Makefile: HPUX11 portability fixesGary V. Vaughan1-0/+6
2010-05-31git-instaweb: Configure it to work with new gitweb structurePavan Kumar Sunkara1-8/+3
2010-05-31gitweb: Set default destination directory for installing gitweb in MakefilePavan Kumar Sunkara1-0/+1
2010-05-31gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara1-9/+9
2010-05-31Makefile: remove redundant munging of @@INSTLIBDIR@@Ævar Arnfjörð Bjarmason1-2/+1
2010-05-31Makefile: SunOS 5.6 portability fixGary V. Vaughan1-0/+12
2010-05-31inline declaration does not work on AIXGary V. Vaughan1-0/+3
2010-05-31Allow disabling "inline"Gary V. Vaughan1-0/+7
2010-05-31Some platforms lack socklen_t typeGary V. Vaughan1-0/+7
2010-05-31test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan1-0/+5
2010-05-31fixup: do not unconditionally disable "diff -u"Junio C Hamano1-0/+4
2010-05-31Do not use "diff" found on PATH while building and installingGary V. Vaughan1-1/+3
2010-05-31Makefile: -lpthread may still be necessary when libc has only pthread stubsGary V. Vaughan1-0/+4
2010-05-31Makefile: pass CPPFLAGS through to fllow customizationGary V. Vaughan1-1/+1
2010-05-28Merge branch 'maint'Junio C Hamano1-2/+3
2010-05-28Merge branch 'maint-1.7.0' into maintJunio C Hamano1-2/+3
2010-05-28Makefile: reenable install with NO_CURLMichael J Gruber1-2/+3
2010-05-24make url-related functions reusableJeff King1-0/+1
2010-05-21Merge branch 'jn/gitweb-install'Junio C Hamano1-0/+3
2010-05-21Merge branch 'cw/maint-exec-defpath'Junio C Hamano1-0/+13
2010-05-21Merge branch 'sr/remote-helper-export'Junio C Hamano1-7/+4
2010-05-20Recent MinGW has a C99 implementation of snprintf functionsJohannes Sixt1-1/+0
2010-05-08Merge branch 'jk/cached-textconv'Junio C Hamano1-0/+2
2010-05-08Makefile: let header dependency checker override COMPUTE_HEADER_DEPENDENCIESJonathan Nieder1-0/+1
2010-05-08Makefile: fix header dependency checker to allow NO_CURL buildsJonathan Nieder1-1/+4
2010-05-08Makefile: Fix 'clean' target to remove all gitweb build filesRamsay Jones1-1/+1
2010-05-01gitweb: Create install target for gitweb in MakefileJakub Narebski1-0/+3
2010-04-22Merge branch 'da/maint-python-startup' into maintJunio C Hamano1-3/+2
2010-04-15exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb1-0/+13
2010-04-10Merge branch 'mr/gitweb-jsmin'Junio C Hamano1-10/+23