Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MinGW: avoid collisions between "tags" and "TAGS" | Junio C Hamano | 2010-09-29 | 1 | -6/+9 |
* | Merge branch 'maint' | Junio C Hamano | 2010-09-12 | 1 | -1/+6 |
|\ | |||||
| * | compat/nedmalloc: don't force NDEBUG on the rest of git | René Scharfe | 2010-09-11 | 1 | -1/+6 |
| * | Merge branch 'bc/use-more-hardlinks-in-install' into maint | Junio C Hamano | 2010-08-20 | 1 | -3/+12 |
| |\ | |||||
* | | | Makefile: use compat regex on IRIX 6.5 | Brandon Casey | 2010-09-09 | 1 | -0/+2 |
* | | | Merge branch 'ab/test-2' | Junio C Hamano | 2010-09-04 | 1 | -3/+22 |
|\ \ \ | |||||
| * | | | Makefile: make gcov invocation configurable | Thomas Rast | 2010-08-18 | 1 | -1/+2 |
| * | | | Makefile: Add cover_db_html target | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -0/+4 |
| * | | | Makefile: Add cover_db target | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -0/+4 |
| * | | | Makefile: Split out the untested functions target | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -0/+2 |
| * | | | Makefile: Include subdirectories in "make cover" reports | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -3/+11 |
* | | | | Merge branch 'ab/compat-regex' | Junio C Hamano | 2010-09-03 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | compat/regex: get the gawk regex engine to compile within git | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -0/+4 |
* | | | | | Merge branch 'jn/svn-fe' | Junio C Hamano | 2010-08-31 | 1 | -4/+33 |
|\ \ \ \ \ | |||||
| * | | | | | compat: add strtok_r() | Jonathan Nieder | 2010-08-14 | 1 | -0/+8 |
| * | | | | | vcs-svn: remove build artifacts on "make clean" | Jonathan Nieder | 2010-08-14 | 1 | -2/+2 |
| * | | | | | SVN dump parser | David Barr | 2010-08-14 | 1 | -2/+6 |
| * | | | | | Infrastructure to write revisions in fast-export format | David Barr | 2010-08-14 | 1 | -2/+3 |
| * | | | | | Add stream helper library | David Barr | 2010-08-14 | 1 | -2/+6 |
| * | | | | | Add string-specific memory pool | David Barr | 2010-08-14 | 1 | -3/+6 |
| * | | | | | Add treap implementation | Jason Evans | 2010-08-14 | 1 | -1/+2 |
| * | | | | | Add memory pool library | David Barr | 2010-08-14 | 1 | -1/+3 |
| * | | | | | Introduce vcs-svn lib | Jonathan Nieder | 2010-08-14 | 1 | -1/+7 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'so/http-user-agent' | Junio C Hamano | 2010-08-21 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Allow HTTP user agent string to be modified. | Spencer E. Olson | 2010-08-11 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'bc/use-more-hardlinks-in-install' | Junio C Hamano | 2010-08-12 | 1 | -3/+12 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Makefile: make hard/symbolic links for non-builtins too | Brandon Casey | 2010-07-25 | 1 | -3/+6 |
| * | | Makefile: link builtins residing in bin directory to main git binary too | Brandon Casey | 2010-07-25 | 1 | -0/+6 |
| |/ | |||||
* | | Makefile: add missing dependency on http.h | Jonathan Nieder | 2010-08-09 | 1 | -1/+1 |
* | | Makefile: add missing dependencies on url.h | Jonathan Nieder | 2010-08-09 | 1 | -0/+1 |
* | | Makefile: add check-docs exception for gitrevisions | Thomas Rast | 2010-07-27 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'bc/maint-makefile-fixes' | Junio C Hamano | 2010-07-15 | 1 | -5/+5 |
|\ | |||||
| * | Makefile: work around ksh's failure to handle missing list argument to for loop | Brandon Casey | 2010-07-06 | 1 | -3/+3 |
| * | Makefile: remove some unnecessary curly braces | Brandon Casey | 2010-07-05 | 1 | -4/+4 |
| * | Merge branch 'cw/maint-exec-defpath' into maint | Junio C Hamano | 2010-06-16 | 1 | -0/+13 |
| |\ | |||||
| * | | Makefile: default pager on AIX to "more" | Jeff King | 2010-06-11 | 1 | -0/+1 |
* | | | Merge branch 'eb/core-eol' | Junio C Hamano | 2010-06-21 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Add "core.eol" config variable | Eyvind Bernhardsen | 2010-06-06 | 1 | -0/+3 |
* | | | | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -4/+77 |
|\ \ \ \ | |||||
| * | | | | test-lib: use DIFF definition from GIT-BUILD-OPTIONS | Junio C Hamano | 2010-06-11 | 1 | -0/+6 |
| * | | | | build: propagate $DIFF to scripts | Junio C Hamano | 2010-06-05 | 1 | -0/+2 |
| * | | | | Makefile: Tru64 portability fix | Gary V. Vaughan | 2010-06-02 | 1 | -0/+7 |
| * | | | | Makefile: HP-UX 10.20 portability fixes | Gary V. Vaughan | 2010-06-02 | 1 | -0/+8 |
| * | | | | Makefile: HPUX11 portability fixes | Gary V. Vaughan | 2010-06-02 | 1 | -0/+6 |
| * | | | | Makefile: SunOS 5.6 portability fix | Gary V. Vaughan | 2010-05-31 | 1 | -0/+12 |
| * | | | | inline declaration does not work on AIX | Gary V. Vaughan | 2010-05-31 | 1 | -0/+3 |
| * | | | | Allow disabling "inline" | Gary V. Vaughan | 2010-05-31 | 1 | -0/+7 |
| * | | | | Some platforms lack socklen_t type | Gary V. Vaughan | 2010-05-31 | 1 | -0/+7 |
| * | | | | test_cmp: do not use "diff -u" on platforms that lack one | Gary V. Vaughan | 2010-05-31 | 1 | -0/+5 |
| * | | | | fixup: do not unconditionally disable "diff -u" | Junio C Hamano | 2010-05-31 | 1 | -0/+4 |