summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Makefile: Add NEEDS_CRYPTO_WITH_SSLLibravatar Brian Gernhardt1-1/+7
2009-09-03Make the "traditionally-supported" URLs a special caseLibravatar Daniel Barkalow1-15/+2
2009-09-01gitweb: Minify gitweb.js if JSMIN is definedLibravatar Jakub Narebski1-0/+20
2009-09-01gitweb: Incremental blame (using JavaScript)Libravatar Jakub Narebski1-1/+5
2009-08-29update-server-info: make builtin, use parseoptLibravatar René Scharfe1-1/+1
2009-08-27Merge branch 'lt/block-sha1'Libravatar Junio C Hamano1-24/+2
2009-08-27Makefile: remove pointless conditional assignment in SunOS sectionLibravatar Brandon Casey1-3/+0
2009-08-21Merge branch 'cc/replace'Libravatar Junio C Hamano1-0/+2
2009-08-18remove ARM and Mozilla SHA1 implementationsLibravatar Nicolas Pitre1-24/+2
2009-08-07Makefile: install hardlinks for git-remote-<scheme> supported by libcurl if p...Libravatar Junio C Hamano1-2/+9
2009-08-07Makefile: do not link three copies of git-remote-* programsLibravatar Junio C Hamano1-2/+10
2009-08-07Makefile: git-http-fetch does not need expatLibravatar Jeff King1-1/+1
2009-08-06http-fetch: Fix Makefile dependanciesLibravatar Mike Ralphson1-1/+1
2009-08-05Add new optimized C 'block-sha1' routinesLibravatar Linus Torvalds1-0/+9
2009-08-05git-http-fetch: not a builtinLibravatar Linus Torvalds1-4/+6
2009-08-05Use an external program to implement fetching with curlLibravatar Daniel Barkalow1-0/+5
2009-08-05Add support for external programs for handling native fetchesLibravatar Daniel Barkalow1-0/+1
2009-07-24Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2009-07-24SunOS grep does not understand -C<n> nor -eLibravatar Junio C Hamano1-0/+1
2009-07-10Makefile: update IRIX64 sectionLibravatar Brandon Casey1-6/+6
2009-07-10Makefile: add section for SGI IRIX 6.5Libravatar Brandon Casey1-0/+13
2009-07-10Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile argumentsLibravatar Brandon Casey1-0/+5
2009-07-10Makefile: keep "git" when bindir is execdirLibravatar Junio C Hamano1-2/+3
2009-07-09Makefile: install 'git' in execdirLibravatar Jeff King1-7/+7
2009-07-06Merge branch 'jk/use-our-regexp'Libravatar Junio C Hamano1-3/+11
2009-06-30Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-06-30Makefile: git.o depends on library headersLibravatar Johannes Sixt1-1/+1
2009-06-20Makefile: Solaris needs HAVE_ALLOCA_H for alloca()Libravatar Brandon Casey1-1/+1
2009-06-18Makefile: use compat regex on SolarisLibravatar Jeff King1-0/+1
2009-06-18Makefile: refactor regex compat supportLibravatar Jeff King1-2/+9
2009-06-13Merge branch 'sp/msysgit'Libravatar Junio C Hamano1-5/+23
2009-06-13Merge branch 'bc/solaris'Libravatar Junio C Hamano1-5/+36
2009-06-11compat/ has subdirectories: do not omit them in 'make clean'Libravatar Johannes Sixt1-1/+1
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binLibravatar Junio C Hamano1-3/+4
2009-06-08MinGW: Teach Makefile to detect msysgit and apply specific settingsLibravatar Steffen Prohaska1-2/+12
2009-06-07Makefile: test-parse-options depends on parse-options.hLibravatar Junio C Hamano1-0/+2
2009-06-06Makefile: add section for SunOS 5.7Libravatar Brandon Casey1-0/+10
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHLibravatar Junio C Hamano1-0/+14
2009-06-06Makefile: define __sun__ on SunOSLibravatar Brandon Casey1-1/+1
2009-06-06On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specLibravatar Brandon Casey1-1/+1
2009-06-06Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile argumentsLibravatar Brandon Casey1-1/+10
2009-06-03Merge branch 'da/pretty-tempname'Libravatar Junio C Hamano1-0/+27
2009-06-01Add custom memory allocator to MinGW and MacOS buildsLibravatar Marius Storm-Olsen1-0/+9
2009-06-01Quiet make: do not leave Windows behindLibravatar Johannes Schindelin1-1/+1
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreLibravatar Johannes Schindelin1-1/+0
2009-05-31compat: add a basename() compatibility functionLibravatar David Aguilar1-0/+8
2009-05-31compat: add a mkstemps() compatibility functionLibravatar David Aguilar1-0/+19
2009-05-31Add new "git replace" commandLibravatar Christian Couder1-0/+1
2009-05-31replace_object: add mechanism to replace objects found in "refs/replace/"Libravatar Christian Couder1-0/+1
2009-05-31Merge branch 'jc/solaris-0811'Libravatar Junio C Hamano1-1/+3