Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-02 | 1 | -0/+4 |
|\ | |||||
| * | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -0/+2 |
| * | Refactor parse_loc | Bo Yang | 2013-03-28 | 1 | -0/+2 |
* | | Merge branch 'tr/coverage' | Junio C Hamano | 2013-06-02 | 1 | -8/+13 |
|\ \ | |||||
| * | | coverage: build coverage-untested-functions by default | Thomas Rast | 2013-05-13 | 1 | -1/+1 |
| * | | coverage: set DEFAULT_TEST_TARGET to avoid using prove | Thomas Rast | 2013-05-13 | 1 | -1/+1 |
| * | | coverage: do not delete .gcno files before building | Thomas Rast | 2013-05-13 | 1 | -3/+6 |
| * | | coverage: split build target into compile and test | Thomas Rast | 2013-05-13 | 1 | -3/+5 |
* | | | Merge branch 'da/darwin' | Junio C Hamano | 2013-06-02 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | cache.h: eliminate SHA-1 deprecation warnings on Mac OS X | David Aguilar | 2013-05-20 | 1 | -0/+6 |
| * | | | Makefile: add support for Apple CommonCrypto facility | David Aguilar | 2013-05-20 | 1 | -0/+8 |
| * | | | Makefile: fix default regex settings on Darwin | David Aguilar | 2013-05-11 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'fc/macos-x-clipped-write' | Junio C Hamano | 2013-06-02 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | compate/clipped-write.c: large write(2) fails on Mac OS X/XNU | Filipe Cabecinhas | 2013-05-17 | 1 | -0/+8 |
| | |/ | |/| | |||||
* | | | Merge branch 'jk/test-output' | Junio C Hamano | 2013-05-29 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | test output: respect $TEST_OUTPUT_DIRECTORY | John Keeping | 2013-04-29 | 1 | -0/+3 |
* | | | | Merge branch 'rj/sparse' | Junio C Hamano | 2013-05-29 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | compat/nedmalloc: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'mh/packed-refs-various' | Junio C Hamano | 2013-05-29 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} | Michael Haggerty | 2013-05-01 | 1 | -2/+0 |
* | | | | | git-remote-testgit: build it to run under $SHELL_PATH | Junio C Hamano | 2013-04-28 | 1 | -0/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'jk/common-make-variables-export-safety' | Junio C Hamano | 2013-04-01 | 1 | -15/+21 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Makefile: make mandir, htmldir and infodir absolute | John Keeping | 2013-02-25 | 1 | -15/+21 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2013-03-17 | 1 | -16/+13 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | Makefile: keep LIB_H entries together and sorted | René Scharfe | 2013-03-16 | 1 | -16/+13 |
| * | | Merge branch 'jn/less-reconfigure' into maint | Junio C Hamano | 2013-02-27 | 1 | -6/+8 |
| |\ \ | | |/ | |/| | |||||
| * | | Merge branch 'jn/auto-depend-workaround-buggy-ccache' into maint | Junio C Hamano | 2013-02-07 | 1 | -2/+3 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/merge-blobs' into maint | Junio C Hamano | 2013-02-04 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/comment-cygwin-win32api-in-makefile' into maint | Junio C Hamano | 2013-01-14 | 1 | -0/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jn/less-reconfigure' into maint | Junio C Hamano | 2013-01-11 | 1 | -2/+8 |
| |\ \ \ \ \ | |||||
| * | | | | | | Makefile: detect when PYTHON_PATH changes | Christian Couder | 2013-01-10 | 1 | -2/+14 |
* | | | | | | | Revert "compat: add strtok_r()" | Erik Faye-Lund | 2013-02-26 | 1 | -6/+0 |
* | | | | | | | Merge branch 'jn/less-reconfigure' | Junio C Hamano | 2013-02-25 | 1 | -6/+8 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Makefile: avoid infinite loop on configure.ac change | Jeff King | 2013-02-20 | 1 | -6/+8 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'mk/make-rm-depdirs-could-be-empty' | Junio C Hamano | 2013-02-14 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Makefile: don't run "rm" without any files | Matt Kraai | 2013-02-13 | 1 | -2/+1 |
* | | | | | | | Merge branch 'mk/old-expat' | Junio C Hamano | 2013-02-14 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Allow building with xmlparse.h | Matt Kraai | 2013-02-11 | 1 | -0/+6 |
| |/ / / / / / | |||||
* | | | | | | | Makefile: make script-related rules usable from subdirectories | Matthieu Moy | 2013-02-08 | 1 | -3/+32 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'jn/auto-depend-workaround-buggy-ccache' | Junio C Hamano | 2013-02-05 | 1 | -2/+3 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Makefile: explicitly set target name for autogenerated dependencies | Jonathan Nieder | 2013-02-01 | 1 | -2/+3 |
* | | | | | | Merge branch 'nd/retire-fnmatch' | Junio C Hamano | 2013-01-25 | 1 | -0/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Makefile: add USE_WILDMATCH to use wildmatch as fnmatch | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -0/+6 |
* | | | | | | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add git-check-ignore sub-command | Adam Spiers | 2013-01-06 | 1 | -0/+1 |
| * | | | | | | | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 2013-01-06 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'jc/makefile-perl-python-path-doc' | Junio C Hamano | 2013-01-23 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Makefile: add description on PERL/PYTHON_PATH | Junio C Hamano | 2013-01-13 | 1 | -0/+5 |
* | | | | | | | | | Merge branch 'jc/merge-blobs' | Junio C Hamano | 2013-01-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Makefile: Replace merge-file.h with merge-blobs.h in LIB_H | Ramsay Jones | 2013-01-22 | 1 | -1/+1 |