Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bisect--helper: implement "git bisect--helper" | Christian Couder | 2009-04-05 | 1 | -0/+1 |
* | Merge branch 'cc/sha1-bsearch' into HEAD | Junio C Hamano | 2009-04-04 | 1 | -0/+12 |
|\ | |||||
| * | Guard a few Makefile variables against user environments | Johannes Schindelin | 2009-03-25 | 1 | -0/+12 |
* | | rev-list: move bisect related code into its own file | Christian Couder | 2009-03-30 | 1 | -0/+1 |
|/ | |||||
* | Makefile: turn on USE_ST_TIMESPEC for FreeBSD | Jeff King | 2009-03-22 | 1 | -0/+1 |
* | MinGW: implement mmap | Janos Laube | 2009-03-18 | 1 | -1/+6 |
* | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-17 | 1 | -0/+1 |
|\ | |||||
| * | add basic http clone/fetch tests | Jeff King | 2009-02-26 | 1 | -0/+1 |
* | | Merge branch 'kb/checkout-optim' | Junio C Hamano | 2009-03-17 | 1 | -0/+18 |
|\ \ | |||||
| * | | Makefile: Set compiler switch for USE_NSEC | Brian Gernhardt | 2009-03-08 | 1 | -0/+3 |
| * | | Create USE_ST_TIMESPEC and turn it on for Darwin | Brian Gernhardt | 2009-03-08 | 1 | -0/+7 |
| * | | Record ns-timestamps if possible, but do not use it without USE_NSEC | Kjetil Barvik | 2009-03-07 | 1 | -0/+8 |
* | | | Merge branch 'tr/gcov' | Junio C Hamano | 2009-03-11 | 1 | -0/+24 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Support coverage testing with GCC/gcov | Thomas Rast | 2009-02-20 | 1 | -0/+24 |
* | | | Install builtins with the user and group of the installing personality | Gerrit Pape | 2009-02-24 | 1 | -2/+2 |
|/ / | |||||
* | | Fix the installation path for html documentation | Michael J Gruber | 2009-02-10 | 1 | -1/+1 |
* | | Makefile: resort filenames alphabetically | Stephan Beyer | 2009-02-10 | 1 | -8/+8 |
* | | Revert "Merge branch 'js/notes'" | Junio C Hamano | 2009-02-10 | 1 | -3/+0 |
|/ | |||||
* | Merge branch 'js/notes' | Junio C Hamano | 2009-02-05 | 1 | -0/+3 |
|\ | |||||
| * | Add a script to edit/inspect notes | Johannes Schindelin | 2008-12-21 | 1 | -0/+1 |
| * | Introduce commit notes | Johannes Schindelin | 2008-12-21 | 1 | -0/+2 |
* | | Makefile: minor improvements for Mac OS X (Darwin) | Jay Soffian | 2009-02-05 | 1 | -2/+4 |
* | | Makefile: fix misdetection of relative pathnames | Junio C Hamano | 2009-02-05 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-02-04 | 1 | -0/+1 |
|\ \ | |||||
| * \ | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-03 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | add test-dump-cache-tree in Makefile | Guanqun Lu | 2009-02-03 | 1 | -1/+1 |
* | | | Merge branch 'sp/runtime-prefix' | Junio C Hamano | 2009-01-31 | 1 | -19/+30 |
|\ \ \ | |||||
| * | | | Windows: Revert to default paths and convert them by RUNTIME_PREFIX | Steffen Prohaska | 2009-01-26 | 1 | -3/+1 |
| * | | | Compute prefix at runtime if RUNTIME_PREFIX is set | Steffen Prohaska | 2009-01-26 | 1 | -0/+3 |
| * | | | Move computation of absolute paths from Makefile to runtime (in preparation f... | Steffen Prohaska | 2009-01-26 | 1 | -16/+26 |
* | | | | Merge branch 'jk/signal-cleanup' | Junio C Hamano | 2009-01-31 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | chain kill signals for cleanup functions | Jeff King | 2009-01-21 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Makefile: Make 'configure --with-expat=path' actually work | Serge van den Boom | 2009-01-28 | 1 | -1/+9 |
* | | | | make: Remove -pthread on Darwin (it is included by cstdlib). | Ted Pavlic | 2009-01-26 | 1 | -0/+1 |
* | | | | Merge branch 'js/patience-diff' | Junio C Hamano | 2009-01-23 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Introduce the diff option '--patience' | Johannes Schindelin | 2009-01-07 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'rs/ctype' | Junio C Hamano | 2009-01-21 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | Add ctype test | René Scharfe | 2009-01-17 | 1 | -1/+11 |
* | | | | | Makefile: use shell for-loop rather than Make's foreach loop during install | Brandon Casey | 2009-01-19 | 1 | -4/+6 |
| |_|/ / |/| | | | |||||
* | | | | Makefile: clean up TEST_PROGRAMS definition | Jeff King | 2009-01-11 | 1 | -1/+8 |
|/ / / | |||||
* | | | Merge branch 'mv/um-pdf' | Junio C Hamano | 2009-01-07 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add support for a pdf version of the user manual | Miklos Vajna | 2008-12-10 | 1 | -0/+6 |
* | | | Enable threaded delta search on Mac OS X/Darwin | Arjen Laarhoven | 2008-12-17 | 1 | -0/+1 |
|/ / | |||||
* | | Install git-stage in exec-path | Junio C Hamano | 2008-12-03 | 1 | -0/+1 |
* | | Makefile: introduce NO_PTHREADS | Junio C Hamano | 2008-12-02 | 1 | -1/+16 |
* | | Merge branch 'rs/strbuf-expand' | Junio C Hamano | 2008-11-27 | 1 | -1/+0 |
|\ \ | |||||
| * | | remove the unused files interpolate.c and interpolate.h | René Scharfe | 2008-11-23 | 1 | -1/+0 |
* | | | Add cache preload facility | Linus Torvalds | 2008-11-14 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'ds/uintmax-config' (early part) | Junio C Hamano | 2008-11-12 | 1 | -1/+10 |
|\ \ | |||||
| * | | Make Pthread link flags configurable | David M. Syzdek | 2008-11-02 | 1 | -1/+3 |