Age | Commit message (Expand) | Author | Files | Lines |
2009-06-30 | Makefile: git.o depends on library headers | Johannes Sixt | 1 | -1/+1 |
2009-05-25 | Merge branch 'js/maint-no-ln-across-libexec-and-bin' into maint | Junio C Hamano | 1 | -0/+4 |
2009-05-16 | Turn on USE_ST_TIMESPEC for OpenBSD | Tony Kemp | 1 | -0/+1 |
2009-05-13 | Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile | Johannes Schindelin | 1 | -0/+4 |
2009-04-29 | Rename core.unreliableHardlinks to core.createObject | Johannes Schindelin | 1 | -5/+5 |
2009-04-28 | Makefile: installing git in cygwin 1.7.0 | Eric Blake | 1 | -1/+1 |
2009-04-27 | Makefile: fix NO_PERL bug with gitweb | Jeff King | 1 | -3/+1 |
2009-04-27 | NetBSD compilation fix | Patrick Welche | 1 | -0/+1 |
2009-04-27 | Add semicolon to curly brace group in main Makefile | Mark Drago | 1 | -1/+1 |
2009-04-25 | Add an option not to use link(src, dest) && unlink(src) when that is unreliable | Johannes Schindelin | 1 | -0/+8 |
2009-04-23 | Makefile: ignore perl/ subdirectory under NO_PERL | Junio C Hamano | 1 | -0/+2 |
2009-04-20 | Windows: Skip fstat/lstat optimization in write_entry() | Johannes Sixt | 1 | -0/+9 |
2009-04-19 | Sync with 1.6.2.4 | Junio C Hamano | 1 | -2/+0 |
2009-04-19 | Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2009-04-17 | Merge branch 'da/difftool' | Junio C Hamano | 1 | -0/+3 |
2009-04-12 | Merge branch 'jk/no-perl' | Junio C Hamano | 1 | -2/+26 |
2009-04-12 | Merge branch 'cc/bisect-filter' | Junio C Hamano | 1 | -0/+2 |
2009-04-08 | tests: skip perl tests if NO_PERL is defined | Jeff King | 1 | -0/+1 |
2009-04-08 | Makefile: allow building without perl | Jeff King | 1 | -2/+25 |
2009-04-08 | difftool/mergetool: refactor commands to use git-mergetool--lib | David Aguilar | 1 | -0/+1 |
2009-04-07 | difftool: move 'git-difftool' out of contrib | David Aguilar | 1 | -0/+2 |
2009-04-05 | bisect--helper: implement "git bisect--helper" | Christian Couder | 1 | -0/+1 |
2009-04-04 | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 1 | -0/+1 |
2009-04-04 | Merge branch 'cc/sha1-bsearch' into HEAD | Junio C Hamano | 1 | -0/+12 |
2009-03-30 | rev-list: move bisect related code into its own file | Christian Couder | 1 | -0/+1 |
2009-03-25 | Guard a few Makefile variables against user environments | Johannes Schindelin | 1 | -0/+12 |
2009-03-22 | Makefile: turn on USE_ST_TIMESPEC for FreeBSD | Jeff King | 1 | -0/+1 |
2009-03-18 | MinGW: implement mmap | Janos Laube | 1 | -1/+6 |
2009-03-17 | Merge branch 'js/remote-improvements' | Junio C Hamano | 1 | -0/+1 |
2009-03-17 | Merge branch 'kb/checkout-optim' | Junio C Hamano | 1 | -0/+18 |
2009-03-11 | Merge branch 'tr/gcov' | Junio C Hamano | 1 | -0/+24 |
2009-03-08 | Makefile: Set compiler switch for USE_NSEC | Brian Gernhardt | 1 | -0/+3 |
2009-03-08 | Create USE_ST_TIMESPEC and turn it on for Darwin | Brian Gernhardt | 1 | -0/+7 |
2009-03-07 | Record ns-timestamps if possible, but do not use it without USE_NSEC | Kjetil Barvik | 1 | -0/+8 |
2009-02-26 | add basic http clone/fetch tests | Jeff King | 1 | -0/+1 |
2009-02-24 | Install builtins with the user and group of the installing personality | Gerrit Pape | 1 | -2/+2 |
2009-02-20 | Support coverage testing with GCC/gcov | Thomas Rast | 1 | -0/+24 |
2009-02-10 | Fix the installation path for html documentation | Michael J Gruber | 1 | -1/+1 |
2009-02-10 | Makefile: resort filenames alphabetically | Stephan Beyer | 1 | -8/+8 |
2009-02-10 | Revert "Merge branch 'js/notes'" | Junio C Hamano | 1 | -3/+0 |
2009-02-05 | Merge branch 'js/notes' | Junio C Hamano | 1 | -0/+3 |
2009-02-05 | Makefile: minor improvements for Mac OS X (Darwin) | Jay Soffian | 1 | -2/+4 |
2009-02-05 | Makefile: fix misdetection of relative pathnames | Junio C Hamano | 1 | -2/+2 |
2009-02-04 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2009-02-03 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -1/+1 |
2009-02-03 | add test-dump-cache-tree in Makefile | Guanqun Lu | 1 | -1/+1 |
2009-01-31 | Merge branch 'sp/runtime-prefix' | Junio C Hamano | 1 | -19/+30 |
2009-01-31 | Merge branch 'jk/signal-cleanup' | Junio C Hamano | 1 | -0/+3 |
2009-01-28 | Makefile: Make 'configure --with-expat=path' actually work | Serge van den Boom | 1 | -1/+9 |
2009-01-26 | make: Remove -pthread on Darwin (it is included by cstdlib). | Ted Pavlic | 1 | -0/+1 |