aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Makefile: ignore perl/ subdirectory under NO_PERLJunio C Hamano2009-04-23
* Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt2009-04-20
* Sync with 1.6.2.4Junio C Hamano2009-04-19
|\
| * Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtinsNguyễn Thái Ngọc Duy2009-04-19
* | Merge branch 'da/difftool'Junio C Hamano2009-04-17
|\ \
| * | difftool/mergetool: refactor commands to use git-mergetool--libDavid Aguilar2009-04-08
| * | difftool: move 'git-difftool' out of contribDavid Aguilar2009-04-07
* | | Merge branch 'jk/no-perl'Junio C Hamano2009-04-12
|\ \ \
| * | | tests: skip perl tests if NO_PERL is definedJeff King2009-04-08
| * | | Makefile: allow building without perlJeff King2009-04-08
* | | | Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-12
|\ \ \ \ | |/ / / |/| | |
| * | | bisect--helper: implement "git bisect--helper"Christian Couder2009-04-05
| * | | Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano2009-04-04
| |\ \ \ | | |/ /
| * | | rev-list: move bisect related code into its own fileChristian Couder2009-03-30
* | | | add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-04
| |/ / |/| |
* | | Guard a few Makefile variables against user environmentsJohannes Schindelin2009-03-25
|/ /
* | Makefile: turn on USE_ST_TIMESPEC for FreeBSDJeff King2009-03-22
* | MinGW: implement mmapJanos Laube2009-03-18
* | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-17
|\ \
| * | add basic http clone/fetch testsJeff King2009-02-26
| |/
* | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-17
|\ \
| * | Makefile: Set compiler switch for USE_NSECBrian Gernhardt2009-03-08
| * | Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt2009-03-08
| * | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-07
* | | Merge branch 'tr/gcov'Junio C Hamano2009-03-11
|\ \ \ | |_|/ |/| |
| * | Support coverage testing with GCC/gcovThomas Rast2009-02-20
* | | Install builtins with the user and group of the installing personalityGerrit Pape2009-02-24
|/ /
* | Fix the installation path for html documentationMichael J Gruber2009-02-10
* | Makefile: resort filenames alphabeticallyStephan Beyer2009-02-10
* | Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-10
|/
* Merge branch 'js/notes'Junio C Hamano2009-02-05
|\
| * Add a script to edit/inspect notesJohannes Schindelin2008-12-21
| * Introduce commit notesJohannes Schindelin2008-12-21
* | Makefile: minor improvements for Mac OS X (Darwin)Jay Soffian2009-02-05
* | Makefile: fix misdetection of relative pathnamesJunio C Hamano2009-02-05
* | Merge branch 'maint'Junio C Hamano2009-02-04
|\ \
| * \ Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-03
| |\ \ | | |/ | |/|
| | * add test-dump-cache-tree in MakefileGuanqun Lu2009-02-03
* | | Merge branch 'sp/runtime-prefix'Junio C Hamano2009-01-31
|\ \ \
| * | | Windows: Revert to default paths and convert them by RUNTIME_PREFIXSteffen Prohaska2009-01-26
| * | | Compute prefix at runtime if RUNTIME_PREFIX is setSteffen Prohaska2009-01-26
| * | | Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska2009-01-26
* | | | Merge branch 'jk/signal-cleanup'Junio C Hamano2009-01-31
|\ \ \ \
| * | | | chain kill signals for cleanup functionsJeff King2009-01-21
| |/ / /
* | | | Makefile: Make 'configure --with-expat=path' actually workSerge van den Boom2009-01-28
* | | | make: Remove -pthread on Darwin (it is included by cstdlib).Ted Pavlic2009-01-26
* | | | Merge branch 'js/patience-diff'Junio C Hamano2009-01-23
|\ \ \ \
| * | | | Introduce the diff option '--patience'Johannes Schindelin2009-01-07
| | |/ / | |/| |
* | | | Merge branch 'rs/ctype'Junio C Hamano2009-01-21
|\ \ \ \
| * | | | Add ctype testRené Scharfe2009-01-17