Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'da/git-prefix-everywhere' into next | Junio C Hamano | 2011-06-29 | 5 | -9/+62 | |
|\ | ||||||
| * | t/t7503-pre-commit-hook.sh: Add GIT_PREFIX tests | David Aguilar | 2011-06-02 | 1 | -0/+33 | |
| * | git-mergetool--lib: Make vimdiff retain the current directory | David Aguilar | 2011-05-26 | 1 | -0/+7 | |
| * | git: Remove handling for GIT_PREFIX | David Aguilar | 2011-05-26 | 1 | -9/+1 | |
| * | setup: Provide GIT_PREFIX to built-ins | David Aguilar | 2011-05-26 | 2 | -0/+21 | |
* | | Merge branch 'jc/streaming' into next | Junio C Hamano | 2011-06-29 | 8 | -41/+593 | |
|\ \ | ||||||
| * | | sha1_file: use the correct type (ssize_t, not size_t) for read-style function | Jim Meyering | 2011-05-26 | 1 | -1/+1 | |
| * | | streaming: read loose objects incrementally | Junio C Hamano | 2011-05-20 | 1 | -3/+82 | |
| * | | sha1_file.c: expose helpers to read loose objects | Junio C Hamano | 2011-05-20 | 2 | -3/+6 | |
| * | | streaming: read non-delta incrementally from a pack | Junio C Hamano | 2011-05-20 | 1 | -3/+102 | |
| * | | streaming_write_entry(): support files with holes | Junio C Hamano | 2011-05-20 | 1 | -2/+19 | |
| * | | convert: CRLF_INPUT is a no-op in the output codepath | Junio C Hamano | 2011-05-20 | 1 | -1/+1 | |
| * | | streaming_write_entry(): use streaming API in write_entry() | Junio C Hamano | 2011-05-20 | 3 | -0/+76 | |
| * | | streaming: a new API to read from the object store | Junio C Hamano | 2011-05-20 | 3 | -0/+210 | |
| * | | write_entry(): separate two helper functions out | Junio C Hamano | 2011-05-20 | 1 | -17/+26 | |
| * | | unpack_object_header(): make it public | Junio C Hamano | 2011-05-20 | 2 | -4/+5 | |
| * | | sha1_object_info_extended(): hint about objects in delta-base cache | Junio C Hamano | 2011-05-20 | 2 | -1/+11 | |
| * | | sha1_object_info_extended(): expose a bit more info | Junio C Hamano | 2011-05-19 | 2 | -11/+59 | |
| * | | packed_object_info_detail(): do not return a string | Junio C Hamano | 2011-05-16 | 3 | -5/+5 | |
| | | | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *---. \ | Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streaming | Junio C Hamano | 2011-05-15 | 15 | -144/+293 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge branch 'ab/i18n-scripts' into next | Junio C Hamano | 2011-06-29 | 11 | -177/+255 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | i18n: git-bisect bisect_next_check "You need to" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -9/+16 | |
| * | | | | | | i18n: git-bisect [Y/n] messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+8 | |
| * | | | | | | i18n: git-bisect bisect_replay + $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -3/+4 | |
| * | | | | | | i18n: git-bisect bisect_reset + $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+4 | |
| * | | | | | | i18n: git-bisect bisect_run + $@ messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -3/+7 | |
| * | | | | | | i18n: git-bisect die + eval_gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -6/+6 | |
| * | | | | | | i18n: git-bisect die + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -8/+8 | |
| * | | | | | | i18n: git-bisect echo + eval_gettext message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+5 | |
| * | | | | | | i18n: git-bisect echo + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -3/+12 | |
| * | | | | | | i18n: git-bisect gettext + echo message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+2 | |
| * | | | | | | i18n: git-bisect add git-sh-i18n | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -0/+1 | |
| * | | | | | | i18n: git-stash drop_stash say/die messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+2 | |
| * | | | | | | i18n: git-stash "unknown option" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+13 | |
| * | | | | | | i18n: git-stash die + eval_gettext $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+4 | |
| * | | | | | | i18n: git-stash die + eval_gettext $* messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+8 | |
| * | | | | | | i18n: git-stash die + eval_gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+1 | |
| * | | | | | | i18n: git-stash die + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -18/+18 | |
| * | | | | | | i18n: git-stash say + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+2 | |
| * | | | | | | i18n: git-stash echo + gettext message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+4 | |
| * | | | | | | i18n: git-stash add git-sh-i18n | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -0/+1 | |
| * | | | | | | i18n: git-submodule "blob" and "submodule" messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 2 | -6/+8 | |
| * | | | | | | i18n: git-submodule "path not initialized" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 2 | -3/+3 | |
| * | | | | | | i18n: git-submodule "[...] path is ignored" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 2 | -4/+7 | |
| * | | | | | | i18n: git-submodule "Entering [...]" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 2 | -3/+3 | |
| * | | | | | | i18n: git-submodule $errmsg messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 2 | -4/+4 | |
| * | | | | | | i18n: git-submodule "Submodule change[...]" messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 2 | -3/+3 | |
| * | | | | | | i18n: git-submodule "cached cannot be used" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+1 | |
| * | | | | | | i18n: git-submodule $update_module say + die messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 2 | -10/+9 | |
| * | | | | | | i18n: git-submodule die + eval_gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -19/+19 |