Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add basic http clone/fetch tests | Jeff King | 2009-02-26 | 1 | -0/+1 |
* | 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 |
| * | | Add Makefile check for FreeBSD 4.9-SECURITY | David M. Syzdek | 2008-11-02 | 1 | -0/+4 |
| * | | Build: add NO_UINTMAX_T to support ancient systems | David M. Syzdek | 2008-11-02 | 1 | -0/+3 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-11-11 | 1 | -1/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | Makefile: help people who run 'make check' by mistake | Junio C Hamano | 2008-11-11 | 1 | -1/+10 |
| * | | Install git-cvsserver in $(bindir) | Nanako Shiraishi | 2008-10-28 | 1 | -1/+1 |
| * | | Install git-shell in bindir, too | Tommi Virtanen | 2008-10-28 | 1 | -1/+1 |
* | | | Makefile: add install-man rules (quick and normal) | Markus Heidelberg | 2008-11-02 | 1 | -0/+6 |
* | | | Stop using compat/regex.c on platforms with working regexp library | Junio C Hamano | 2008-11-02 | 1 | -6/+0 |
| |/ |/| | |||||
* | | diff: unify external diff and funcname parsing code | Jeff King | 2008-10-18 | 1 | -0/+2 |
* | | Merge branch 'dp/cywginstat' | Shawn O. Pearce | 2008-10-09 | 1 | -0/+4 |
|\ \ | |||||
| * | | cygwin: Use native Win32 API for stat | Dmitry Potapov | 2008-09-30 | 1 | -0/+4 |
* | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-09 | 1 | -1/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Makefile: do not set NEEDS_LIBICONV for Solaris 8 | Jeff King | 2008-10-03 | 1 | -1/+0 |