Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 2011-07-19 | 16 | -126/+323 |
|\ | |||||
| * | zlib: allow feeding more than 4GB in one go | Junio C Hamano | 2011-06-10 | 1 | -20/+58 |
| * | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 15 | -70/+142 |
| * | zlib: wrap deflateBound() too | Junio C Hamano | 2011-06-10 | 8 | -10/+17 |
| * | zlib: wrap deflate side of the API | Junio C Hamano | 2011-06-10 | 10 | -41/+105 |
| * | zlib: wrap inflateInit2 used to accept only for gzip format | Junio C Hamano | 2011-06-10 | 3 | -4/+17 |
| * | zlib: wrap remaining calls to direct inflate/inflateEnd | Junio C Hamano | 2011-06-10 | 1 | -2/+2 |
| * | zlib wrapper: refactor error message formatter | Junio C Hamano | 2011-06-10 | 1 | -35/+38 |
* | | Merge branch 'ak/gcc46-profile-feedback' | Junio C Hamano | 2011-07-19 | 3 | -1/+36 |
|\ \ | |||||
| * | | Add explanation of the profile feedback build to the README | Andi Kleen | 2011-06-20 | 1 | -0/+13 |
| * | | Add profile feedback build to git | Andi Kleen | 2011-06-20 | 1 | -0/+16 |
| * | | Add option to disable NORETURN | Junio C Hamano | 2011-06-20 | 2 | -1/+7 |
* | | | Merge branch 'js/rebase-typo-branch-squelch-usage' | Junio C Hamano | 2011-07-13 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | rebase: do not print lots of usage hints after an obvious error message | Johannes Sixt | 2011-06-29 | 1 | -2/+1 |
* | | | | Merge branch 'jn/doc-dashdash' | Junio C Hamano | 2011-07-13 | 9 | -13/+13 |
|\ \ \ \ | |||||
| * | | | | Documentation/i18n: quote double-dash for AsciiDoc | Jonathan Nieder | 2011-06-29 | 2 | -6/+6 |
| * | | | | Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdash | Junio C Hamano | 2011-06-29 | 7 | -7/+7 |
| |\ \ \ \ | |||||
| | * | | | | Documentation: quote double-dash for AsciiDoc | Jonathan Nieder | 2011-06-29 | 7 | -7/+7 |
* | | | | | | Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4' | Junio C Hamano | 2011-07-13 | 2 | -1/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-submodule.sh: preserve stdin for the command spawned by foreach | Brandon Casey | 2011-06-29 | 2 | -3/+7 |
| * | | | | | | t/t7407: demonstrate that the command called by 'submodule foreach' loses stdin | Brandon Casey | 2011-06-29 | 1 | -0/+18 |
* | | | | | | | Merge branch 'nk/ref-doc' | Junio C Hamano | 2011-07-13 | 4 | -30/+34 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | glossary: clarify description of HEAD | Junio C Hamano | 2011-06-23 | 1 | -2/+2 |
| * | | | | | | | glossary: update description of head and ref | Junio C Hamano | 2011-06-23 | 1 | -4/+5 |
| * | | | | | | | glossary: update description of "tag" | Junio C Hamano | 2011-06-23 | 1 | -8/+8 |
| * | | | | | | | git.txt: de-emphasize the implementation detail of a ref | Junio C Hamano | 2011-06-23 | 1 | -4/+3 |
| * | | | | | | | check-ref-format doc: de-emphasize the implementation detail of a ref | Junio C Hamano | 2011-06-23 | 1 | -3/+6 |
| * | | | | | | | git-remote.txt: avoid sounding as if loose refs are the only ones in the world | Junio C Hamano | 2011-06-23 | 1 | -9/+10 |
| * | | | | | | | git-remote.txt: fix wrong remote refspec | Namhyung Kim | 2011-06-23 | 1 | -6/+6 |
* | | | | | | | | Merge branch 'fk/relink-upon-ldflags-update' | Junio C Hamano | 2011-07-13 | 2 | -8/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Makefile: Track changes to LDFLAGS and relink when necessary | Fredrik Kuivinen | 2011-06-22 | 2 | -8/+18 |
* | | | | | | | | | Merge branch 'jl/maint-fetch-recursive-fix' | Junio C Hamano | 2011-07-13 | 2 | -8/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fetch: Also fetch submodules in subdirectories in on-demand mode | Jens Lehmann | 2011-06-20 | 2 | -8/+9 |
* | | | | | | | | | | Merge branch 'jc/maint-cygwin-trust-executable-bit-default' | Junio C Hamano | 2011-07-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cygwin: trust executable bit by default | Junio C Hamano | 2011-06-20 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'aw/rebase-i-p' | Junio C Hamano | 2011-07-13 | 4 | -5/+30 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rebase -i -p: include non-first-parent commits in todo list | Andrew Wong | 2011-06-19 | 4 | -5/+30 |
* | | | | | | | | | | | Merge branch 'rj/config-cygwin' | Junio C Hamano | 2011-07-13 | 3 | -33/+55 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | config.c: Make git_config() work correctly when called recursively | Ramsay Jones | 2011-06-16 | 1 | -30/+50 |
| * | | | | | | | | | | | t1301-*.sh: Fix the 'forced modes' test on cygwin | Ramsay Jones | 2011-06-16 | 1 | -2/+1 |
| * | | | | | | | | | | | help.c: Fix detection of custom merge strategy on cygwin | Ramsay Jones | 2011-06-16 | 1 | -1/+4 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'md/interix-update' | Junio C Hamano | 2011-07-13 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Update the Interix default build configuration. | Markus Duft | 2011-06-15 | 1 | -2/+4 |
* | | | | | | | | | | | | Merge branch 'ln/gitweb-mime-types-split-at-blank' | Junio C Hamano | 2011-07-13 | 1 | -6/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | gitweb: allow space as delimiter in mime.types | Ludwig Nussel | 2011-06-15 | 1 | -6/+3 |
* | | | | | | | | | | | | | Merge branch 'jc/no-gitweb-test-without-cgi-etc' | Junio C Hamano | 2011-07-13 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | t/gitweb-lib.sh: skip gitweb tests when perl dependencies are not met | Junio C Hamano | 2011-06-15 | 1 | -0/+5 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'fg/submodule-keep-updating' | Junio C Hamano | 2011-07-13 | 3 | -8/+197 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | git-submodule.sh: clarify the "should we die now" logic | Junio C Hamano | 2011-06-13 | 1 | -9/+8 |
| * | | | | | | | | | | | | | submodule update: continue when a checkout fails | Fredrik Gustafsson | 2011-06-13 | 2 | -6/+188 |