summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add missing dependency on http.hJonathan Nieder2010-08-091-1/+1
* Makefile: add missing dependencies on url.hJonathan Nieder2010-08-091-0/+1
* Makefile: add check-docs exception for gitrevisionsThomas Rast2010-07-271-0/+1
* Merge branch 'bc/maint-makefile-fixes'Junio C Hamano2010-07-151-5/+5
|\
| * Makefile: work around ksh's failure to handle missing list argument to for loopBrandon Casey2010-07-061-3/+3
| * Makefile: remove some unnecessary curly bracesBrandon Casey2010-07-051-4/+4
| * Merge branch 'cw/maint-exec-defpath' into maintJunio C Hamano2010-06-161-0/+13
| |\
| * | Makefile: default pager on AIX to "more"Jeff King2010-06-111-0/+1
* | | Merge branch 'eb/core-eol'Junio C Hamano2010-06-211-0/+3
|\ \ \
| * | | Add "core.eol" config variableEyvind Bernhardsen2010-06-061-0/+3
* | | | Merge branch 'gv/portable'Junio C Hamano2010-06-211-4/+77
|\ \ \ \
| * | | | test-lib: use DIFF definition from GIT-BUILD-OPTIONSJunio C Hamano2010-06-111-0/+6
| * | | | build: propagate $DIFF to scriptsJunio C Hamano2010-06-051-0/+2
| * | | | Makefile: Tru64 portability fixGary V. Vaughan2010-06-021-0/+7
| * | | | Makefile: HP-UX 10.20 portability fixesGary V. Vaughan2010-06-021-0/+8
| * | | | Makefile: HPUX11 portability fixesGary V. Vaughan2010-06-021-0/+6
| * | | | Makefile: SunOS 5.6 portability fixGary V. Vaughan2010-05-311-0/+12
| * | | | inline declaration does not work on AIXGary V. Vaughan2010-05-311-0/+3
| * | | | Allow disabling "inline"Gary V. Vaughan2010-05-311-0/+7
| * | | | Some platforms lack socklen_t typeGary V. Vaughan2010-05-311-0/+7
| * | | | test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan2010-05-311-0/+5
| * | | | fixup: do not unconditionally disable "diff -u"Junio C Hamano2010-05-311-0/+4
| * | | | Do not use "diff" found on PATH while building and installingGary V. Vaughan2010-05-311-1/+3
| * | | | Makefile: -lpthread may still be necessary when libc has only pthread stubsGary V. Vaughan2010-05-311-0/+4
| * | | | Makefile: pass CPPFLAGS through to fllow customizationGary V. Vaughan2010-05-311-1/+1
* | | | | Merge branch 'bc/portable'Junio C Hamano2010-06-211-0/+1
|\ \ \ \ \
| * | | | | Makefile: add PYTHON_PATH to GIT-BUILD-OPTIONSBrandon Casey2010-06-131-0/+1
* | | | | | Merge branch 'ab/maint-perl-use-instlibdir'Junio C Hamano2010-06-181-2/+1
|\ \ \ \ \ \
| * | | | | | Makefile: remove redundant munging of @@INSTLIBDIR@@Ævar Arnfjörð Bjarmason2010-05-311-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jn/gitweb-plackup'Junio C Hamano2010-06-181-17/+13
|\ \ \ \ \ \
| * | | | | | git-instaweb: Configure it to work with new gitweb structurePavan Kumar Sunkara2010-05-311-8/+3
| * | | | | | gitweb: Set default destination directory for installing gitweb in MakefilePavan Kumar Sunkara2010-05-311-0/+1
| * | | | | | gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara2010-05-311-9/+9
* | | | | | | Merge branch 'jk/url-decode'Junio C Hamano2010-06-181-0/+1
|\ \ \ \ \ \ \
| * | | | | | | make url-related functions reusableJeff King2010-05-241-0/+1
| |/ / / / / /
* | | | | | | Merge branch 'js/maint-windows'Junio C Hamano2010-06-131-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Recent MinGW has a C99 implementation of snprintf functionsJohannes Sixt2010-05-201-1/+0
* | | | | | | | Merge branch 'jn/make-header-dependency'Junio C Hamano2010-06-131-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: let header dependency checker override COMPUTE_HEADER_DEPENDENCIESJonathan Nieder2010-05-081-0/+1
| * | | | | | | | Makefile: fix header dependency checker to allow NO_CURL buildsJonathan Nieder2010-05-081-1/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Makefile: default pager on AIX to "more"Jeff King2010-06-101-0/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2010-05-281-2/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2010-05-281-2/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Makefile: reenable install with NO_CURLMichael J Gruber2010-05-281-2/+3
| | * | | | Merge branch 'da/maint-python-startup' into maintJunio C Hamano2010-04-221-3/+2
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'jn/gitweb-install'Junio C Hamano2010-05-211-0/+3
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Create install target for gitweb in MakefileJakub Narebski2010-05-011-0/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'cw/maint-exec-defpath'Junio C Hamano2010-05-211-0/+13
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb2010-04-151-0/+13
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'rb/maint-python-path' into maintJunio C Hamano2010-04-091-0/+1
| |\ \ \ \ \