summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Makefile: rearrange dependency rulesJonathan Nieder2010-01-261-24/+25
| * | | Makefile: transport.o depends on branch.h nowJonathan Nieder2010-01-261-1/+1
| * | | Merge branch 'master' of git://repo.or.cz/alt-git into jn/autodepJonathan Nieder2010-01-261-76/+162
| |\ \ \
| * | | | Makefile: drop dependency on $(wildcard */*.h)Jonathan Nieder2010-01-261-1/+1
| * | | | Makefile: clean up http-walker.o dependency rulesJonathan Nieder2010-01-261-1/+1
| * | | | Makefile: remove wt-status.h from LIB_HJonathan Nieder2010-01-261-2/+1
| * | | | Makefile: make sure test helpers are rebuilt when headers changeJonathan Nieder2010-01-261-16/+16
| * | | | Makefile: add missing header file dependenciesJonathan Nieder2010-01-261-3/+20
* | | | | Merge branch 'jn/makefile-script-lib'Junio C Hamano2010-02-211-14/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Do not install shell libraries executableJonathan Nieder2010-01-311-14/+28
| | |/ / | |/| |
* | | | Merge branch 'jh/gitweb-caching' (early part)Junio C Hamano2010-02-021-53/+12
|\ \ \ \
| * | | | gitweb: Makefile improvementsJohn 'Warthog9' Hawley2010-01-301-53/+12
| |/ / /
* | | | Make NO_PTHREADS the sole thread configuration variableDan McGee2010-01-311-22/+2
|/ / /
* | | Windows: Remove dependency on pthreadGC2.dllMichael Lukashov2010-01-241-1/+3
| |/ |/|
* | make "index-pack" a built-inLinus Torvalds2010-01-221-1/+1
* | make "git pack-redundant" a built-inLinus Torvalds2010-01-221-1/+1
* | make "git unpack-file" a built-inLinus Torvalds2010-01-221-1/+1
* | make "mktag" a built-inLinus Torvalds2010-01-221-1/+1
* | make "merge-index" a built-inLinus Torvalds2010-01-221-1/+1
* | make "git patch-id" a built-inLinus Torvalds2010-01-211-1/+1
* | make "git var" a built-inLinus Torvalds2010-01-211-1/+1
* | make "git hash-object" a built-inLinus Torvalds2010-01-211-1/+1
* | make "git merge-tree" a built-inLinus Torvalds2010-01-211-1/+1
* | slim down "git show-index"Linus Torvalds2010-01-211-0/+1
* | Merge branch 'jc/cache-unmerge'Junio C Hamano2010-01-201-0/+2
|\ \
| * | resolve-undo: record resolved conflicts in a new index extension sectionJunio C Hamano2009-12-251-0/+2
* | | Merge branch 'js/exec-error-report'Junio C Hamano2010-01-201-0/+1
|\ \ \
| * | | start_command: detect execvp failures earlyJohannes Sixt2010-01-101-0/+1
* | | | Merge branch 'jc/grep-lookahead'Junio C Hamano2010-01-201-10/+0
|\ \ \ \
| * | | | grep: rip out support for external grepJunio C Hamano2010-01-131-10/+0
| | |/ / | |/| |
* | | | Makefile: honor NO_CURL when setting REMOTE_CURL_* variablesJohannes Sixt2010-01-191-10/+6
* | | | Merge branch 'js/windows'Junio C Hamano2010-01-181-6/+9
|\ \ \ \
| * | | | MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-161-6/+7
| * | | | Windows: disable PythonErik Faye-Lund2010-01-161-0/+2
* | | | | Merge branch 'jn/makefile'Junio C Hamano2010-01-171-32/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Makefile: consolidate .FORCE-* targetsJonathan Nieder2010-01-061-9/+6
| * | | | Makefile: learn to generate listings for targets requiring special flagsJonathan Nieder2010-01-061-7/+7
| * | | | Makefile: use target-specific variable to pass flags to ccJonathan Nieder2010-01-061-23/+18
| * | | | Makefile: regenerate assembler listings when askedJonathan Nieder2010-01-061-2/+2
* | | | | Merge branch 'il/vcs-helper'Junio C Hamano2010-01-131-2/+25
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove special casing of http, https and ftpIlari Liusvaara2009-12-281-2/+25
| * | | | Merge branch 'master' into il/vcs-helperJunio C Hamano2009-12-061-15/+87
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-0/+1
|\ \ \ \ \
| * | | | | Add test-index-versionNguyễn Thái Ngọc Duy2009-08-231-0/+1
* | | | | | Merge branch 'mo/bin-wrappers'Junio C Hamano2010-01-071-13/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | build dashless "bin-wrappers" directory similar to installed bindirMatthew Ogilvie2009-12-031-13/+36
* | | | | | Makefile: make ppc/sha1ppc.o depend on GIT-CFLAGSJonathan Nieder2010-01-051-1/+1
* | | | | | Merge branch 'maint'Junio C Hamano2009-12-261-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Makefile: FreeBSD (both 7 and 8) needs OLD_ICONVJunio C Hamano2009-12-261-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-261-0/+53
|\ \ \ \ \ | |/ / / / |/| | | |