| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Git 1.7.5.4v1.7.5.4 | Junio C Hamano | 2011-06-01 | 3 | -2/+6 |
* | Merge branch 'jk/maint-config-alias-fix' into maint | Junio C Hamano | 2011-06-01 | 4 | -48/+30 |
|\ |
|
| * | handle_options(): do not miscount how many arguments were used | Junio C Hamano | 2011-05-24 | 2 | -5/+3 |
| * | config: always parse GIT_CONFIG_PARAMETERS during git_config | Jeff King | 2011-05-24 | 2 | -40/+18 |
| * | git_config: don't peek at global config_parameters | Jeff King | 2011-05-24 | 1 | -4/+11 |
| * | config: make environment parsing routines static | Jeff King | 2011-05-24 | 2 | -4/+2 |
* | | Merge branch 'jc/fmt-req-fix' into maint | Junio C Hamano | 2011-06-01 | 1 | -1/+1 |
|\ \ |
|
| * | | userformat_find_requirements(): find requirement for the correct format | Junio C Hamano | 2011-05-25 | 1 | -1/+1 |
* | | | Merge branch 'jk/maint-docs' into maint | Junio C Hamano | 2011-06-01 | 4 | -15/+35 |
|\ \ \ |
|
| * | | | docs: fix some antique example output | Jeff King | 2011-05-26 | 2 | -4/+4 |
| * | | | docs: make sure literal "->" isn't converted to arrow | Jeff King | 2011-05-26 | 2 | -5/+5 |
| * | | | docs: update status --porcelain format | Jeff King | 2011-05-26 | 1 | -4/+23 |
| * | | | docs: minor grammar fixes to git-status | Jeff King | 2011-05-26 | 1 | -3/+4 |
* | | | | Merge branch 'jn/doc-remote-helpers' into maint | Junio C Hamano | 2011-06-01 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Documentation: do not misinterpret refspecs as bold text | Jonathan Nieder | 2011-05-30 | 1 | -3/+3 |
* | | | | | Merge branch 'kk/maint-prefix-in-config-mak' into maint | Junio C Hamano | 2011-06-01 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | config.mak.in: allow "configure --sysconfdir=/else/where" | Junio C Hamano | 2011-05-27 | 1 | -0/+1 |
* | | | | | | diffcore-rename.c: avoid set-but-not-used warning | Jim Meyering | 2011-06-01 | 1 | -2/+1 |
* | | | | | | Start 1.7.5.4 draft release notes | Junio C Hamano | 2011-05-31 | 2 | -1/+19 |
* | | | | | | Merge branch 'tr/add-i-no-escape' into maint | Junio C Hamano | 2011-05-31 | 1 | -0/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | add -i: ignore terminal escape sequences | Thomas Rast | 2011-05-17 | 1 | -0/+19 |
* | | | | | | | Merge branch 'vh/config-interactive-singlekey-doc' into maint | Junio C Hamano | 2011-05-31 | 5 | -13/+21 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | git-reset.txt: better docs for '--patch' | Valentin Haenel | 2011-05-05 | 1 | -3/+4 |
| * | | | | | | | git-checkout.txt: better docs for '--patch' | Valentin Haenel | 2011-05-05 | 1 | -3/+4 |
| * | | | | | | | git-stash.txt: better docs for '--patch' | Valentin Haenel | 2011-05-05 | 1 | -4/+5 |
| * | | | | | | | git-add.txt: document 'interactive.singlekey' | Valentin Haenel | 2011-05-05 | 1 | -1/+5 |
| * | | | | | | | config.txt: 'interactive.singlekey; is used by... | Valentin Haenel | 2011-05-05 | 1 | -2/+3 |
* | | | | | | | | Merge branch 'ml/test-readme' into maint | Junio C Hamano | 2011-05-31 | 1 | -8/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | t/README: unify documentation of test function args | Mathias Lafeldt | 2011-04-26 | 1 | -8/+9 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'ab/i18n-fixup' into maint | Junio C Hamano | 2011-05-31 | 40 | -383/+375 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | i18n: use test_i18n{cmp,grep} in t7600, t7607, t7611 and t7811 | Junio C Hamano | 2011-04-14 | 4 | -19/+10 |
| * | | | | | | | | i18n: use test_i18n{grep,cmp} in t7508 | Junio C Hamano | 2011-04-14 | 1 | -120/+102 |
| * | | | | | | | | i18n: use test_i18ngrep in t7506 | Junio C Hamano | 2011-04-14 | 1 | -28/+28 |
| * | | | | | | | | i18n: use test_i18ngrep and test_i18ncmp in t7502 | Junio C Hamano | 2011-04-13 | 1 | -41/+31 |
| * | | | | | | | | i18n: use test_i18ngrep in t7501 | Junio C Hamano | 2011-04-13 | 1 | -3/+4 |
| * | | | | | | | | i18n: use test_i18ncmp in t7500 | Junio C Hamano | 2011-04-13 | 1 | -5/+5 |
| * | | | | | | | | i18n: use test_i18ngrep in t7201 | Junio C Hamano | 2011-04-13 | 1 | -7/+7 |
| * | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110 | Junio C Hamano | 2011-04-13 | 2 | -8/+8 |
| * | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012... | Junio C Hamano | 2011-04-13 | 6 | -17/+15 |
| * | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014 | Junio C Hamano | 2011-04-13 | 3 | -13/+13 |
| * | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507 | Junio C Hamano | 2011-04-13 | 3 | -6/+6 |
| * | | | | | | | | i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200 | Junio C Hamano | 2011-04-13 | 4 | -19/+21 |
| * | | | | | | | | i18n: use test_i18ngrep in lib-httpd and t2019 | Junio C Hamano | 2011-04-13 | 2 | -9/+8 |
| * | | | | | | | | i18n: do not overuse C_LOCALE_OUTPUT (grep) | Junio C Hamano | 2011-04-13 | 2 | -5/+23 |