summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: use compat regex on IRIX 6.5Brandon Casey2010-09-091-0/+2
* Merge branch 'ab/test-2'Junio C Hamano2010-09-041-3/+22
|\
| * Makefile: make gcov invocation configurableThomas Rast2010-08-181-1/+2
| * Makefile: Add cover_db_html targetÆvar Arnfjörð Bjarmason2010-08-181-0/+4
| * Makefile: Add cover_db targetÆvar Arnfjörð Bjarmason2010-08-181-0/+4
| * Makefile: Split out the untested functions targetÆvar Arnfjörð Bjarmason2010-08-181-0/+2
| * Makefile: Include subdirectories in "make cover" reportsÆvar Arnfjörð Bjarmason2010-08-181-3/+11
* | Merge branch 'ab/compat-regex'Junio C Hamano2010-09-031-0/+4
|\ \
| * | compat/regex: get the gawk regex engine to compile within gitÆvar Arnfjörð Bjarmason2010-08-181-0/+4
* | | Merge branch 'jn/svn-fe'Junio C Hamano2010-08-311-4/+33
|\ \ \
| * | | compat: add strtok_r()Jonathan Nieder2010-08-141-0/+8
| * | | vcs-svn: remove build artifacts on "make clean"Jonathan Nieder2010-08-141-2/+2
| * | | SVN dump parserDavid Barr2010-08-141-2/+6
| * | | Infrastructure to write revisions in fast-export formatDavid Barr2010-08-141-2/+3
| * | | Add stream helper libraryDavid Barr2010-08-141-2/+6
| * | | Add string-specific memory poolDavid Barr2010-08-141-3/+6
| * | | Add treap implementationJason Evans2010-08-141-1/+2
| * | | Add memory pool libraryDavid Barr2010-08-141-1/+3
| * | | Introduce vcs-svn libJonathan Nieder2010-08-141-1/+7
| | |/ | |/|
* | | Merge branch 'so/http-user-agent'Junio C Hamano2010-08-211-1/+1
|\ \ \ | |/ / |/| |
| * | Allow HTTP user agent string to be modified.Spencer E. Olson2010-08-111-1/+1
| |/
* | Merge branch 'bc/use-more-hardlinks-in-install'Junio C Hamano2010-08-121-3/+12
|\ \
| * | Makefile: make hard/symbolic links for non-builtins tooBrandon Casey2010-07-251-3/+6
| * | Makefile: link builtins residing in bin directory to main git binary tooBrandon Casey2010-07-251-0/+6
| |/
* | Makefile: add missing dependency on http.hJonathan Nieder2010-08-091-1/+1
* | Makefile: add missing dependencies on url.hJonathan Nieder2010-08-091-0/+1
* | Makefile: add check-docs exception for gitrevisionsThomas Rast2010-07-271-0/+1
|/
* Merge branch 'bc/maint-makefile-fixes'Junio C Hamano2010-07-151-5/+5
|\
| * Makefile: work around ksh's failure to handle missing list argument to for loopBrandon Casey2010-07-061-3/+3
| * Makefile: remove some unnecessary curly bracesBrandon Casey2010-07-051-4/+4
| * Merge branch 'cw/maint-exec-defpath' into maintJunio C Hamano2010-06-161-0/+13
| |\
| * | Makefile: default pager on AIX to "more"Jeff King2010-06-111-0/+1
* | | Merge branch 'eb/core-eol'Junio C Hamano2010-06-211-0/+3
|\ \ \
| * | | Add "core.eol" config variableEyvind Bernhardsen2010-06-061-0/+3
* | | | Merge branch 'gv/portable'Junio C Hamano2010-06-211-4/+77
|\ \ \ \
| * | | | test-lib: use DIFF definition from GIT-BUILD-OPTIONSJunio C Hamano2010-06-111-0/+6
| * | | | build: propagate $DIFF to scriptsJunio C Hamano2010-06-051-0/+2
| * | | | Makefile: Tru64 portability fixGary V. Vaughan2010-06-021-0/+7
| * | | | Makefile: HP-UX 10.20 portability fixesGary V. Vaughan2010-06-021-0/+8
| * | | | Makefile: HPUX11 portability fixesGary V. Vaughan2010-06-021-0/+6
| * | | | Makefile: SunOS 5.6 portability fixGary V. Vaughan2010-05-311-0/+12
| * | | | inline declaration does not work on AIXGary V. Vaughan2010-05-311-0/+3
| * | | | Allow disabling "inline"Gary V. Vaughan2010-05-311-0/+7
| * | | | Some platforms lack socklen_t typeGary V. Vaughan2010-05-311-0/+7
| * | | | test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan2010-05-311-0/+5
| * | | | fixup: do not unconditionally disable "diff -u"Junio C Hamano2010-05-311-0/+4
| * | | | Do not use "diff" found on PATH while building and installingGary V. Vaughan2010-05-311-1/+3
| * | | | Makefile: -lpthread may still be necessary when libc has only pthread stubsGary V. Vaughan2010-05-311-0/+4
| * | | | Makefile: pass CPPFLAGS through to fllow customizationGary V. Vaughan2010-05-311-1/+1
* | | | | Merge branch 'bc/portable'Junio C Hamano2010-06-211-0/+1
|\ \ \ \ \